Page 1 of 1

Problem with rev. 5472

Posted: Wed Apr 25, 2012 3:30 pm
by frank_frl
Hi Eran,

I just tried to build the latest version from SVN on Windows7 64bit and went into problems.
1. The 'codelite_utils.workspace' contains absolut paths to your home folder.
e.g.

Code: Select all

<Project Name="wx-config" Path="/Users/eran/software/codelite/sdk/wxconfig/wx-config.project" Active="No"/>
Clerror.png
2.
When building CL itself I have following error:

Code: Select all

process_begin: CreateProcess(NULL, autorev ., ...) failed.
make (e=2): Das System kann die angegebene Datei nicht finden. (file can not be found)

mingw32-make.exe[1]: *** [PreBuild] Error 2
Executing Pre Build commands ...
autorev .
mingw32-make.exe[1]: Leaving directory `E:/WxWindows/CodeLite/LiteEditor'
mingw32-make.exe: *** [All] Error 2
This error seems to be related to the first problem, autorev was not builded
I attached a patch to fix it.

Regards

Frank

Re: Problem with rev. 5472

Posted: Wed Apr 25, 2012 7:38 pm
by eranif
The real question is why did codelite add projects in full paths?

I am going to check the commit log now ... this is a regression

Eran

Re: Problem with rev. 5472

Posted: Wed Apr 25, 2012 8:01 pm
by eranif
eranif wrote:I am going to check the commit log now ... this is a regression
Ok, the problem is now fixed + the regression

Eran