Can not build rev. 4052
Posted: Sat Apr 17, 2010 1:15 am
Hi Eran,
I did a clean checkout on rev. 4052 and tried to build CL myself on a Windows Vista machine. However, I have some troubles with it. Here is the build log:
Do you have any idea what could be wrong here?
Thanks.
I did a clean checkout on rev. 4052 and tried to build CL myself on a Windows Vista machine. However, I have some troubles with it. Here is the build log:
Code: Select all
----------Build Started--------
C:\Windows\system32\cmd.exe /c ""mingw32-make.exe" -j 2 -f "LiteEditor_wsp.mk""
----------Building project:[ sqlite3 - Common ]----------
mingw32-make.exe[1]: Entering directory `S:/svn/user/code/c/codelite/sqlite3'
gcc -c "S:/svn/user/code/c/codelite/sqlite3/sqlite3.c" -O2 -o ./Release_static/sqlite3.o "-I." "-I."
ar rcus ../lib/gcc_lib/libsqlite3.a ./Release_static/sqlite3.o
mingw32-make.exe[1]: Leaving directory `S:/svn/user/code/c/codelite/sqlite3'
----------Building project:[ wxscintilla - WinReleaseUnicode ]----------
mingw32-make.exe[1]: Entering directory `S:/svn/user/code/c/codelite/sdk/wxscintilla'
g++ -c "S:/svn/user/code/c/codelite/sdk/wxscintilla/src/wxscintilla.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -D_UNICODE -IC:\wxWidgets-2.8.10\lib\gcc_dll\mswu -IC:\wxWidgets-2.8.10\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -O2 -D__WX__ -DSCI_LEXER -DLINK_LEXERS -DWXUSINGDLL -o src/WinReleaseUnicode/wxscintilla.o "-I." "-I." "-I./include" "-Isrc/scintilla/include" "-Isrc/scintilla/src"
Assembler messages:
FATAL: can't create src/WinReleaseUnicode/wxscintilla.o: No such file or directory
g++ -c "S:/svn/user/code/c/codelite/sdk/wxscintilla/src/PlatWX.cpp" -mthreads -DHAVE_W32API_H -D__WXMSW__ -D_UNICODE -IC:\wxWidgets-2.8.10\lib\gcc_dll\mswu -IC:\wxWidgets-2.8.10\include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -O2 -D__WX__ -DSCI_LEXER -DLINK_LEXERS -DWXUSINGDLL -o src/WinReleaseUnicode/PlatWX.o "-I." "-I." "-I./include" "-Isrc/scintilla/include" "-Isrc/scintilla/src"
Assembler messages:
FATAL: can't create src/WinReleaseUnicode/PlatWX.o: No such file or directory
Thanks.