A request

CodeLite installation/troubleshooting forum
spaces
CodeLite Veteran
Posts: 67
Joined: Mon Aug 22, 2011 10:15 pm
Genuine User: Yes
IDE Question: c++
Contact:

A request

Post by spaces »

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.
spaces
CodeLite Veteran
Posts: 67
Joined: Mon Aug 22, 2011 10:15 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: A request

Post by spaces »

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.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: A request

Post by eranif »

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
Make sure you have read the HOW TO POST thread
spaces
CodeLite Veteran
Posts: 67
Joined: Mon Aug 22, 2011 10:15 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: A request

Post by spaces »

Thanks, it worked.
Post Reply