Cannot build Codelite in Ubuntu Natty
Posted: Sun May 01, 2011 6:57 pm
./configure goes fine but make brings this error:
Thanks
I have read somewhere it says the headers have been moved and was advised to use pkg-config instead of absolute path. Is there anything I can do? Before upgrading from Lucid, I did uninstall and hence I cannot do my C++ work and unwilling to switch even temporally to any IDE./le_makerevision.sh
Generating svninfo file...
g++ -O3 -DREGEXP_UNICODE -fPIC -shared -o ./lib/libwxsqlite3u.so Release_gcc_unicode/wxsqlite3.o Release_gcc_unicode/sqlite3.o -L./lib -pthread -Wl,-Bsymbolic-functions -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 -pthread -L/usr/lib/i386-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lutil
make: *** No rule to make target `/usr/lib/glib-2.0/include/glibconfig.h', needed by `Release_gcc_unicode/ScintillaWX.o'. Stop.
Thanks