Using wxWidgets 28 and 29 - Ubuntu 10.04

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

Using wxWidgets 28 and 29 - Ubuntu 10.04

Post by evstevemd »

Hi,
How do I do that? I have successfully compiled 29 and I have wx 28 from repos
Thanks!

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

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

Re: Using wxWidgets 28 and 29 - Ubuntu 10.04

Post by eranif »

In your project settings, make sure that the 'wx-config' tool used in the 'Linker' / 'Compiler' pages points to the correct one (for example: '/usr/local/wx29/bin/wx-config' rather than just 'wx-config')

Other than that, I would also recommend that in your wx29 project, right click on your project and select 'Settings | Environment' under the "Debugger 'PreDefiend types' set to use" you choose wxWIdgets-29

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: Using wxWidgets 28 and 29 - Ubuntu 10.04

Post by evstevemd »

thanks Eran

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: Using wxWidgets 28 and 29 - Ubuntu 10.04

Post by evstevemd »

yes it works!
Another off topic question, do you know how to compile debug version of wx29 on Linux? I see it can only compile release!

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

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

Re: Using wxWidgets 28 and 29 - Ubuntu 10.04

Post by eranif »

Never tried it, just do:
configure --help and see that the options are?

Eran
Make sure you have read the HOW TO POST thread
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Using wxWidgets 28 and 29 - Ubuntu 10.04

Post by DavidGH »

Another off topic question, do you know how to compile debug version of wx29 on Linux? I see it can only compile release!
There's less difference in wx2.9 between debug/release builds, and debug libs are no longer labelled libwx_<foo>ud-2.9.so; they're all just libwx_<foo>u-2.9.so. I still configure with --enable-debug though.

Regards,

David
Post Reply