Windows Nightly Build

CodeLite installation/troubleshooting forum
SuperV1234
CodeLite Enthusiast
Posts: 33
Joined: Thu Nov 08, 2012 2:23 am
Genuine User: Yes
IDE Question: c++
Contact:

Windows Nightly Build

Post by SuperV1234 »

I'm having a lot of trouble building the latest version of CodeLite. Could anyone post their build for Windows?
Thanks.
SuperV1234
CodeLite Enthusiast
Posts: 33
Joined: Thu Nov 08, 2012 2:23 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: Windows Nightly Build

Post by SuperV1234 »

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

Re: Windows Nightly Build

Post by eranif »

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
Make sure you have read the HOW TO POST thread
SuperV1234
CodeLite Enthusiast
Posts: 33
Joined: Thu Nov 08, 2012 2:23 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: Windows Nightly Build

Post by SuperV1234 »

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
I had replaced wx-config, I still had to manually mess with the shell options.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Windows Nightly Build

Post by eranif »

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
Make sure you have read the HOW TO POST thread
Post Reply