From owner-freebsd-ports@FreeBSD.ORG Sat Apr 19 12:55:04 2003 Return-Path: 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 0696937B401 for ; Sat, 19 Apr 2003 12:55:04 -0700 (PDT) Received: from mail6-sh.home.nl (mail6.home.nl [213.51.128.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id C097B43FCB for ; Sat, 19 Apr 2003 12:55:02 -0700 (PDT) (envelope-from Bram@moolenaar.net) Received: from moolenaar.net ([212.120.77.84]) by mail6-sh.home.nl (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with ESMTP id <20030419195501.HYIG13376.mail6-sh.home.nl@moolenaar.net> for ; Sat, 19 Apr 2003 21:55:01 +0200 Received: from masaka.moolenaar.net (localhost.moolenaar.net [127.0.0.1]) by moolenaar.net (8.11.6/8.11.1) with ESMTP id h3JJt8e64371 for ; Sat, 19 Apr 2003 21:55:08 +0200 (CEST) (envelope-from Bram@moolenaar.net) Message-Id: <200304191955.h3JJt8e64371@moolenaar.net> To: ports@FreeBSD.ORG From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Date: Sat, 19 Apr 2003 21:55:08 +0200 Sender: Bram@moolenaar.net Subject: wxPython port isn't working X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2003 19:55:04 -0000 While trying the build the py-wxPython port (version 2.4.0.7) I run into this problem: [...] creating build/temp.freebsd-4.5-RELEASE-i386-2.2 creating build/temp.freebsd-4.5-RELEASE-i386-2.2/src creating build/temp.freebsd-4.5-RELEASE-i386-2.2/src/gtk cc -DNDEBUG -O -pipe -D_THREAD_SAFE -O -pipe -fPIC -DSWIG_GLOBAL -DHAVE_CONFIG_H -DWXP_USE_THREAD=1 -UNDEBUG -Isrc -I/usr/local/include/python2.2 -c src/gtk/wx.cpp -o build/temp.freebsd-4.5-RELEASE-i386-2.2/src/gtk/wx.o -I/usr/X11R6/include -I/usr/X11R6/include -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_REENTRANT -fno-rtti -fno-exceptions -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include src/gtk/wx.cpp: In function `void initwxc(...)': src/gtk/wx.cpp:2258: `wxTB_NOICONS' undeclared (first use this function) src/gtk/wx.cpp:2258: (Each undeclared identifier is reported only once src/gtk/wx.cpp:2258: for each function it appears in.) src/gtk/wx.cpp:2259: `wxTB_TEXT' undeclared (first use this function) src/gtk/wx.cpp:2260: `wxTB_NODIVIDER' undeclared (first use this function) src/gtk/wx.cpp:2261: `wxTB_NOALIGN' undeclared (first use this function) src/gtk/wx.cpp:2290: `wxTE_RICH2' undeclared (first use this function) src/gtk/wx.cpp:2300: `wxTE_LEFT' undeclared (first use this function) src/gtk/wx.cpp:2301: `wxTE_RIGHT' undeclared (first use this function) src/gtk/wx.cpp:2302: `wxTE_CENTER' undeclared (first use this function) src/gtk/wx.cpp:2303: `wxTE_CENTRE' undeclared (first use this function) src/gtk/wx.cpp:2313: `wxRB_SINGLE' undeclared (first use this function) src/gtk/wx.cpp:2394: `wxID_ANY' undeclared (first use this function) src/gtk/wx.cpp:2414: `wxID_CLOSE_ALL' undeclared (first use this function) [...] I know that wxTB_NOICONS is defined in include/wx/defs.h, but have no idea how to make that file found by the compiler. Ask me if you need any more info. -- How To Keep A Healthy Level Of Insanity: 7. Finish all your sentences with "in accordance with the prophecy". /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\ \\\ Project leader for A-A-P -- http://www.A-A-P.org /// \\\ Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///