Date: Sat, 19 Apr 2003 23:13:51 +0300 From: Maxim Sobolev <sobomax@portaone.com> To: Bram Moolenaar <Bram@moolenaar.net> Cc: ports@FreeBSD.ORG Subject: Re: wxPython port isn't working Message-ID: <20030419201351.GA44086@vega.vega.com> In-Reply-To: <200304191955.h3JJt8e64371@moolenaar.net> References: <200304191955.h3JJt8e64371@moolenaar.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Check that you don't have installed both wxgtk-2.2.x and wxgtk-2.4.x on this system, and if you do, then deinstall 2.2.x and try again. -Maxim On Sat, Apr 19, 2003 at 09:55:08PM +0200, Bram Moolenaar wrote: > > 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 /// > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030419201351.GA44086>