From owner-freebsd-ports Sun Aug 25 21:46:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8677D37B400 for ; Sun, 25 Aug 2002 21:46:28 -0700 (PDT) Received: from c001.snv.cp.net (h000.c001.snv.cp.net [209.228.32.114]) by mx1.FreeBSD.org (Postfix) with SMTP id B701943E72 for ; Sun, 25 Aug 2002 21:46:27 -0700 (PDT) (envelope-from neal@nelson.name) Received: (cpmta 29486 invoked from network); 25 Aug 2002 21:46:26 -0700 Received: from 203.51.157.201 (HELO server.home.neal.nelson.name) by smtp.neal.nelson.name (209.228.32.114) with SMTP; 25 Aug 2002 21:46:26 -0700 X-Sent: 26 Aug 2002 04:46:26 GMT Date: Mon, 26 Aug 2002 14:51:31 +1000 From: Neal Nelson To: freebsd-ports@freebsd.org Subject: py-wxPython Port Build Problem Message-ID: <20020826045131.GA63777@server> Reply-To: neal@nelson.name Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.4.0 Lines: 20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm trying to build py-wxPython on a recent 4.6-STABLE system but I get the following problem: src/helpers.cpp: In function `struct PyObject * wxPyMake_wxObject(wxObject *, bool = 1)': src/helpers.cpp:318: no matching function for call to `wxEvtHandler::GetClientObject ()' src/helpers.cpp:339: no matching function for call to `wxEvtHandler::SetClientObject (wxPyClientData *)' src/helpers.cpp: In function `struct PyObject * wxPyMake_wxSizer(wxSizer *)': src/helpers.cpp:362: no matching function for call to `wxSizer::GetClientObject ()' src/helpers.cpp:371: no matching function for call to `wxSizer::SetClientObject (wxPyClientData *)' error: command 'cc' failed with exit status 1 Does anyone have any idea how to fix this? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message