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:
Post
by evstevemd » Sun May 01, 2011 6:57 pm
./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!
eranif
CodeLite Plugin
Posts: 6375 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Mon May 02, 2011 2:26 pm
Try and run make clean before (I am not sure if it is an upgrade or clean install)
Eran
evstevemd
CodeLite Guru
Posts: 352 Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by evstevemd » Mon May 02, 2011 5:54 pm
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:
Post
by evstevemd » Mon May 02, 2011 6:42 pm
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:
Post
by evstevemd » Sat May 21, 2011 2:40 am
Any more help?
CodeLite 15.x
CodeLite is awesome, I just Love it!
eranif
CodeLite Plugin
Posts: 6375 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Sat May 21, 2011 10:35 am
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
evstevemd
CodeLite Guru
Posts: 352 Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by evstevemd » Wed May 25, 2011 9:28 pm
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
CodeLite 15.x
CodeLite is awesome, I just Love it!