need help building svn version using windows

CodeLite installation/troubleshooting forum
temnozor
CodeLite Enthusiast
Posts: 12
Joined: Wed Jan 05, 2011 2:16 pm
Genuine User: Yes
IDE Question: c++
Contact:

need help building svn version using windows

Post by temnozor »

Hi,

i can build the svn versions of codelite on my gentoo laptop without problems but when i tried to do it on my windows desktop pc i fail

i used the last prebuild codelite-mingw-wxWidgets package and checked out sources

when i open the workspace of codelite svn and build it i get millions of error

they probably have all to do with wx includes and lib linking

the environment variables of WXWIN in workspace point to the wxWidgets dir and WXCFG is set to gcc_dll\mswu
but since there is no wx-config in the wxWidgets bundle i downloaded this one http://wx-config-win.googlecode.com/svn ... config.exe and put it into path

to be more precise it gives me 10791 errors and 209 warnings where it starts with errors of not founded wx includes
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: need help building svn version using windows

Post by eranif »

The most common error is having MSYS/ Cygwin installed.
But I will be sure only after I will see the build error.

Please attach here the *entire* build log, do not truncate it - copy paste it into a text file and attach it to this post

Eran
Make sure you have read the HOW TO POST thread
temnozor
CodeLite Enthusiast
Posts: 12
Joined: Wed Jan 05, 2011 2:16 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: need help building svn version using windows

Post by temnozor »

eranif wrote:The most common error is having MSYS/ Cygwin installed.

that was a hit
got it building now after removing msys from path

thanks
Post Reply