Build 2.8.6.1 on Gentoo linux
Peter Abraham
abraham_peter at fastmail.fm
Sun Nov 4 11:45:17 PST 2007
Hi
I tried again install wxPython 2.8.6.1 on Gentoo linux. I found that
gtkscintilla2-0.1.0 is necessary for building so I installed it with
emerge. Than I do the following steps:
./configure --prefix=/opt/wx/2.8 --enable-unicode --with-opengl
make $* && make -C contrib/src/gizmos $* && make -C contrib/src/stc $*
make install
PATH=$PATH:/opt/wx/2.8/bin
export LD_LIBRARY_PATH=/opt/wx/2.8/lib
ldconfig
python2.5 setup.py WX_CONFIG=/opt/wx/2.8/bin/wx-config build install
and I got the following error message during the last step:
i686-pc-linux-gnu-g++ -pthread -shared -g
build-gtk2.unicode/temp.linux-i686-2.5/contrib/stc/gtk/stc_wrap.o
-L/usr/X11R6/lib -L/opt/wx/2.8/lib -L/usr/X11R6/lib -L/usr/lib
-lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8
-lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8
-lwx_gtk2u_core-2.8
-lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lwx_gtk2u_stc-2.8
-lpython2.5 -o wx/_stc.so -pthread
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lwx_gtk2u_stc-2.8
collect2: ld returned 1 exit status
error: command 'i686-pc-linux-gnu-g++' failed with exit status 1
Shall I install the wxgtk 2.8 from source too?
thanx,
Peter
--
Peter Abraham
abraham_peter at fastmail.fm
--
http://www.fastmail.fm - Or how I learned to stop worrying and
love email again
More information about the wxpython-users
mailing list