From owner-freebsd-questions@FreeBSD.ORG Wed Feb 11 16:20:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01FAD16A4CE for ; Wed, 11 Feb 2004 16:20:33 -0800 (PST) Received: from mail.ic.sunysb.edu (mail.ic.sunysb.edu [129.49.1.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2BA543D1D for ; Wed, 11 Feb 2004 16:20:32 -0800 (PST) (envelope-from tscheng@ic.sunysb.edu) Received: from postal.ic.sunysb.edu (mail [129.49.1.4]) by mail.ic.sunysb.edu (8.12.10/8.12.10) with SMTP id i1C0KTFv016982 for ; Wed, 11 Feb 2004 19:20:32 -0500 (EST) Received: from smtp.ic.sunysb.edu ([129.49.1.24]) by postal.ic.sunysb.edu (SAVSMTP 3.1.1.32) with SMTP id M2004021119203101935 for ; Wed, 11 Feb 2004 19:20:31 -0500 Received: from sparky.ic.sunysb.edu (daemon@sparky.ic.sunysb.edu [129.49.1.3]) by smtp.ic.sunysb.edu (8.12.10/8.12.10) with ESMTP id i1C0KV5C017013 for ; Wed, 11 Feb 2004 19:20:31 -0500 (EST) Received: from localhost (tscheng@localhost) by sparky.ic.sunysb.edu (8.12.10/8.12.9) with ESMTP id i1C0KV2N006998 for ; Wed, 11 Feb 2004 19:20:31 -0500 (EST) Date: Wed, 11 Feb 2004 19:20:31 -0500 (EST) From: Tsu-Fan Cheng To: freebsd-questions@freebsd.org In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: py-wxPython compilation error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 00:20:33 -0000 Hi, everybody, I just updated the port tree and compiled it again, the problem still remains, any idea? thanks! repost of the output.. > > cc -fno-strict-aliasing -DNDEBUG -O -pipe -march=pentiumpro -D_THREAD_SAFE > -DTHREAD_STACK_SIZE=0x20000 -O -pipe -march=pentiumpro -fPIC -DSWIG_GLOBAL > -DHAVE_CONFIG_H -DWXP_USE_THREAD=1 -UNDEBUG -Isrc > -I/usr/local/include/python2.3 -c src/gtk/frames.cpp -o > build-gtk2/temp.freebsd-4.8-STABLE-i386-2.3/src/gtk/frames.o > -I/usr/X11R6/include/wx/gtk2-2.4 -I/usr/X11R6/include -DGTK_NO_CHECK_CASTS > -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES > -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 > -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 > -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include > src/gtk/frames.cpp: In function `struct PyObject * > _wrap_wxTopLevelWindow_SetShape(PyObject *, PyObject *, PyObject *)': > src/gtk/frames.cpp:716: no matching function for call to > `wxTopLevelWindow::SetShape (wxRegion &)' > error: command 'cc' failed with exit status 1 > *** Error code 1 > > > any idea? thanks a bunch! >