I have another problem. I downloaded the latest commit, replaced wx-config, and was able to compile both Win Unicode Release and Win_wxWidgets29 properly.
Updating codelite and trying to run it gives me this error: "The application was unable to start correctly (0xc0000142).
OS: Windows 8 x64
Toolset: MinGW with GCC 4.7.2
Latest commit, Codelite crashes on start
-
- CodeLite Enthusiast
- Posts: 33
- Joined: Thu Nov 08, 2012 2:23 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Latest commit, Codelite crashes on start
You should not compile "Win_wxWidgets29" - only "Win Unicode Release"
I am pretty sure its an environmental issue ( for exmaple: did you compile your wxWidgets yourself or using the one that I provide with codelite?)
I can upload you an installer for the latest windows build (trunk) so you can test it on your machine.
In general: do not mix libraries built with different compilers, e.g. liblibclang.dll that exists in cdoelite's repository was built with MinGW4.7.1 and not 4.7.2.
Eran
I am pretty sure its an environmental issue ( for exmaple: did you compile your wxWidgets yourself or using the one that I provide with codelite?)
I can upload you an installer for the latest windows build (trunk) so you can test it on your machine.
In general: do not mix libraries built with different compilers, e.g. liblibclang.dll that exists in cdoelite's repository was built with MinGW4.7.1 and not 4.7.2.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 33
- Joined: Thu Nov 08, 2012 2:23 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Latest commit, Codelite crashes on start
The installer would be great, thanks.eranif wrote:You should not compile "Win_wxWidgets29" - only "Win Unicode Release"
I am pretty sure its an environmental issue ( for exmaple: did you compile your wxWidgets yourself or using the one that I provide with codelite?)
I can upload you an installer for the latest windows build (trunk) so you can test it on your machine.
In general: do not mix libraries built with different compilers, e.g. liblibclang.dll that exists in cdoelite's repository was built with MinGW4.7.1 and not 4.7.2.
Eran
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Latest commit, Codelite crashes on start
Here is an installer:
http://ytubeplayer.com/downloads/codelite/codelite.exe
It contains only codelite (no MinGW nor wxWidgets) - so simply install on top of the current installation
Eran
http://ytubeplayer.com/downloads/codelite/codelite.exe
It contains only codelite (no MinGW nor wxWidgets) - so simply install on top of the current installation
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 33
- Joined: Thu Nov 08, 2012 2:23 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Latest commit, Codelite crashes on start
Thank you a lot, it works perfectly.