Author Topic: lwx_gtk2u_xrc-2.6  (Read 2817 times)

Offline KirkD

  • Multiple posting newcomer
  • *
  • Posts: 77
lwx_gtk2u_xrc-2.6
« on: November 20, 2007, 06:56:04 pm »
I have gotten Code::Blocks to compile on RHEL up to what appears to be the last step.  This step appears to be the final build step for the codeblocks executable (see the snip below) and it cannot seem to find lwx_gtk2u_xrc-2.6  I find the directory where this should live and it is definitely not there, but I built and installed wxWidgets 2.8.6 from scratch.  Also, notice that it is looking for a 2.6 version rather than 2.8.  Have a set up something wrong in the build??

-Kirk

g++ -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -o codeblocks app.o appglobals.o compilersettingsdlg.o crashhandler.o dlgabout.o dlgaboutplugin.o environmentsettingsdlg.o infopane.o ipc.o main.o prefix.o printdlg.o scriptconsole.o scriptingsettingsdlg.o splashscreen.o startherepage.o  -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so /usr/local/lib/libpangoft2-1.0.so /usr/local/lib/libpango-1.0.so /usr/local/lib/libcairo.so -lSM -lICE -lm /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so -lrt /usr/lib/libfreetype.so -lz -lfontconfig -lpng12 -lXrender -lX11 -lXext -L/home/kdelisle/software/CodeBlocks/devel/trunk/src/src/wxAUI /home/kdelisle/software/CodeBlocks/devel/trunk/src/src/wxAUI/.libs/libwxaui.a -L/home/kdelisle/software/CodeBlocks/devel/trunk/src/sdk /usr/local/lib/libcodeblocks.so -lwx_gtk2u_xrc-2.6 -lwx_gtk2u_qa-2.6 -lwx_gtk2u_html-2.6 -lwx_gtk2u_adv-2.6 -lwx_gtk2u_core-2.6 -lwx_baseu_xml-2.6 -lwx_baseu_net-2.6 -lwx_baseu-2.6 -pthread -lwx_gtk_aui-2.8 -lwx_gtk_xrc-2.8 -lwx_gtk_qa-2.8 -lwx_gtk_html-2.8 -lwx_gtk_adv-2.8 -lwx_gtk_core-2.8 -lwx_base_xml-2.8 -lwx_base_net-2.8 -lwx_base-2.8 -lpthread -ldl
/usr/bin/ld: cannot find -lwx_gtk2u_xrc-2.6
collect2: ld returned 1 exit status
make[3]: *** [codeblocks] Error 1
make[3]: Leaving directory `/home/kdelisle/software/CodeBlocks/devel/trunk/src/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/kdelisle/software/CodeBlocks/devel/trunk/src/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kdelisle/software/CodeBlocks/devel/trunk/src'
make: *** [all-recursive] Error 1
« Last Edit: November 20, 2007, 10:56:26 pm by KirkD »