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"/>
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
I attached a patch to fix it.
Regards
Frank