Hi,
How do I do that? I have successfully compiled 29 and I have wx 28 from repos
Thanks!
Using wxWidgets 28 and 29 - Ubuntu 10.04
-
- 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
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:
Re: Using wxWidgets 28 and 29 - Ubuntu 10.04
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
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
-
- 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
thanks Eran
CodeLite 15.x
CodeLite is awesome, I just Love it!
-
- 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
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!
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!
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Using wxWidgets 28 and 29 - Ubuntu 10.04
Never tried it, just do:
configure --help and see that the options are?
Eran
configure --help and see that the options are?
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Using wxWidgets 28 and 29 - Ubuntu 10.04
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.Another off topic question, do you know how to compile debug version of wx29 on Linux? I see it can only compile release!
Regards,
David