I have followed your instructions regarding "Building CodeLite on Windows" and download
both CodeLite installer and wxWidgets 3.0 installer. Have cloned Git codelite.git.
The building stoppet with following messages:
Code: Select all
C:\Windows\system32\cmd.exe /C "C:/MinGW/bin/make.exe -j4 SHELL=cmd.exe -e -f Makefile"
"----------Building project:[ sqlite3 - Win_x64_Release ]----------"
make.exe[1]: Entering directory 'C:/Users/urho/codelite/sqlite3'
C:/MinGW/bin/gcc.exe -c "C:/Users/urho/codelite/sqlite3/sqlite3.c" -O2 -D__WX__ -DWXUSINGDLL -DASTYLE_LIB -DWXUSINGDLL_CL -DWXUSINGDLL_SDK -o Win_x64_Release/sqlite3.c.o -I. -I.
C:/MinGW/bin/ar.exe rcu Win_x64_Release/libsqlite3.a @"sqlite3.txt"
make.exe[1]: Leaving directory 'C:/Users/urho/codelite/sqlite3'
make.exe[1]: Entering directory 'C:/Users/urho/codelite/sqlite3'
Executing Post Build commands ...
copy "Win_x64_Release\libsqlite3.a" ..\lib\gcc_lib
M„„ritetty„ polkua ei l”ydy.
0 tiedosto(a) on kopioitu.
make.exe[1]: *** [PostBuild] Error 1
sqlite3.mk:88: recipe for target 'PostBuild' failed
make.exe[1]: Leaving directory 'C:/Users/urho/codelite/sqlite3'
make.exe: *** [All] Error 2
Makefile:4: recipe for target 'All' failed
2 errors, 0 warnings, total time: 00:00:14 seconds
is about sqlite library, I am not able to go further.