Date: Sat, 19 Apr 2003 21:55:08 +0200 From: Bram Moolenaar <Bram@moolenaar.net> To: ports@FreeBSD.ORG Subject: wxPython port isn't working Message-ID: <200304191955.h3JJt8e64371@moolenaar.net>
next in thread | raw e-mail | index | archive | help
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 ///
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304191955.h3JJt8e64371>