I'm having a lot of trouble building the latest version of CodeLite. Could anyone post their build for Windows?
Thanks.
Windows Nightly Build
-
- CodeLite Enthusiast
- Posts: 33
- Joined: Thu Nov 08, 2012 2:23 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
-
- CodeLite Enthusiast
- Posts: 33
- Joined: Thu Nov 08, 2012 2:23 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Windows Nightly Build
Nevermind, I managed to build it. It seems that all the $(shell wx-config...) commands require arguments in the --libs parameter, even if there aren't any in many of the projects.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Windows Nightly Build
It means that you are using the old version of wx-config.exe - you should not have need to change any of the projects
Read this post, and use the proper wx-config.exe:
codelite 4.1 is out
Eran
Read this post, and use the proper wx-config.exe:
codelite 4.1 is out
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: Windows Nightly Build
I had replaced wx-config, I still had to manually mess with the shell options.eranif wrote:It means that you are using the old version of wx-config.exe - you should not have need to change any of the projects
Read this post, and use the proper wx-config.exe:
codelite 4.1 is out
Eran
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Windows Nightly Build
Posting your problems will help us help you - by guessing your errors I can't help you much
Start working with this assumption:
You should not change anything in codelite's workspace and continue from there
HOW TO POST - PLEASE READ
Eran
Start working with this assumption:
You should not change anything in codelite's workspace and continue from there
HOW TO POST - PLEASE READ
Eran
Make sure you have read the HOW TO POST thread