wx with gcc 5.1.0.

CodeLite installation/troubleshooting forum
ziaccot
CodeLite Curious
Posts: 1
Joined: Sun Aug 02, 2015 11:00 am
Genuine User: Yes
IDE Question: C++
Contact:

wx with gcc 5.1.0.

Post by ziaccot »

Wx "hello world" default`s won`t work, cause the libs are compiled with gcc 4.9.2
What should I do, to get it work under the new gcc (5.1.0)?
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: wx with gcc 5.1.0.

Post by eranif »

You should compile wxWidgets with the same compiler 5.1.0
Note that we don't provide wxwidgets builds here, only CodeLite related issues
Eran
Make sure you have read the HOW TO POST thread
Post Reply