Cannot build Codelite in Ubuntu Natty

Discussion about CodeLite development process and patches
evstevemd
CodeLite Guru
Posts: 352
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Cannot build Codelite in Ubuntu Natty

Post by evstevemd »

./configure goes fine but make brings this error:
./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.
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
Thanks

CodeLite 15.x
CodeLite is awesome, I just Love it!

User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Cannot build Codelite in Ubuntu Natty

Post by eranif »

Try and run make clean before (I am not sure if it is an upgrade or clean install)

Eran
Make sure you have read the HOW TO POST thread
evstevemd
CodeLite Guru
Posts: 352
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Cannot build Codelite in Ubuntu Natty

Post by evstevemd »

I do always clean before make.
BTW it is an upgrade ;)

CodeLite 15.x
CodeLite is awesome, I just Love it!

evstevemd
CodeLite Guru
Posts: 352
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Cannot build Codelite in Ubuntu Natty

Post by evstevemd »

For anyone else upgrading and having problem just remove and checkout fresh version and problem is gone!

CodeLite 15.x
CodeLite is awesome, I just Love it!

evstevemd
CodeLite Guru
Posts: 352
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Cannot build Codelite in Ubuntu Natty

Post by evstevemd »

Any more help?

CodeLite 15.x
CodeLite is awesome, I just Love it!

User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Cannot build Codelite in Ubuntu Natty

Post by eranif »

evstevemd wrote:Any more help?
What help? in previous post you stated:
evstevemd wrote:For anyone else upgrading and having problem just remove and checkout fresh version and problem is gone!
...

Eran
Make sure you have read the HOW TO POST thread
evstevemd
CodeLite Guru
Posts: 352
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Cannot build Codelite in Ubuntu Natty

Post by evstevemd »

eranif wrote:
evstevemd wrote:Any more help?
What help? in previous post you stated:
evstevemd wrote:For anyone else upgrading and having problem just remove and checkout fresh version and problem is gone!
...

Eran
Hahaaaa! you are right. I was tired and I mixed threads.
I meant to post this on that debugger problem.
Sorry :D

CodeLite 15.x
CodeLite is awesome, I just Love it!

Post Reply