Eran, if it's not too much work, could you please upload the wx v3.1 32bit binaries for win that you built CL 8 32bit version with, please?
I see only the 64 bit version.
Thank you.
A request
-
- CodeLite Veteran
- Posts: 67
- Joined: Mon Aug 22, 2011 10:15 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
-
- CodeLite Veteran
- Posts: 67
- Joined: Mon Aug 22, 2011 10:15 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: A request
Ok, it seems it's the wxWidgets-master branch, compiled as shared monolithic, with VENDOR set to "cl" and wxUSE_GRAPHICS_CONTEXT = 1. I compiled it with 4.9.2 which seems to work but still there's like a 5MB difference between the libraries.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: A request
Hi,
This is how I build wxWidgets:
http://codelite.org/Developers/BuildingWxWidgetsWin
Notice that extra flag I pass: "-fno-keep-inline-dllexport" which reduces the binary size
Eran
This is how I build wxWidgets:
http://codelite.org/Developers/BuildingWxWidgetsWin
Notice that extra flag I pass: "-fno-keep-inline-dllexport" which reduces the binary size
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Veteran
- Posts: 67
- Joined: Mon Aug 22, 2011 10:15 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: A request
Thanks, it worked.