Hi,
After compiling wxWidgets with a default config, I installed CB following the tutorial on linux on the CB wiki. I then did a test to compile a wxWidgets project by following what is told on the wiki of wxWidgets (adding `wx-config --cflags` under "Compiler settings" and `wx-config --libs` under the Linker settings.
I had the following error :
cannot find -l-L/usr/local/lib -pthread /usr/local/lib/libwx_gtk2-2.8
I then recompiled wxWidgets with monolithic, disable shared, enable ansi, and again had :
cannot find -l-L/usr/local/lib -pthread /usr/local/lib/libwx_gtk2-2.8.a -pthread -L/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lXinerama -lpng -lz -ljpeg -ltiff -lwxregexu-2.8 -lwxexpat-2.8 -lz -ldl -lm
I tried rebuilding CB with non effects.
CB : nightly build from svn
Fedora 7
wxWidgets 2.8.4
Thanks