I am running on Windows 32bit. And I installed MINGW for compiling.
I followed all the steps in the howto (http://wiki.openttd.org/Compiling_on_MinGW) but got this kind of error then compiling:
Started MSYS.
Run:
cd ~/trunk
./configure
make
and here is the error:
Code: Select all
make[1]: Entering directory `/usr/home/kasutaja/trunk/objs/lang'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/home/kasutaja/trunk/objs/lang'
make[1]: Entering directory `/usr/home/kasutaja/trunk/objs/release'
[SRC] Compiling crashlog.cpp
C:/msys/1.0/home/kasutaja/trunk/src/crashlog.cpp:167:23: lzo/lzo1x.h: No such file or directory
C:/msys/1.0/home/kasutaja/trunk/src/crashlog.cpp:174:19: zlib.h: No such file or directory
C:/msys/1.0/home/kasutaja/trunk/src/crashlog.cpp: In member function `char* CrashLog::LogLibraries(char*, const char*) const':
C:/msys/1.0/home/kasutaja/trunk/src/crashlog.cpp:209: error: `lzo_version_string' was not declared in this scope
C:/msys/1.0/home/kasutaja/trunk/src/crashlog.cpp:228: error: `zlibVersion' was not declared in this scope
C:/msys/1.0/home/kasutaja/trunk/src/crashlog.cpp:209: warning: unused variable 'lzo_version_string'
C:/msys/1.0/home/kasutaja/trunk/src/crashlog.cpp:228: warning: unused variable 'zlibVersion'
make[1]: *** [crashlog.o] Error 1
make[1]: Leaving directory `/usr/home/kasutaja/trunk/objs/release'
make: *** [all] Error 2
Can anybody help me?
Tiit