Problem with rev. 5472

Discussion about CodeLite development process and patches
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Problem with rev. 5472

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Problem with rev. 5472

Post 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
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Problem with rev. 5472

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