"scons: Reading SConscript files ...
Checking whether the C compiler works... yes
Checking whether the C++ compiler works... yes
Checking if 64 bit... '.sconf_temp\conftest_3.exe' is not recognized as an internal or external command,
operable program or batch file.
error: no result
Checking for C library mingw32... yes
Checking for C library ws2_32... yes
Checking for C library SDLmain... yes
Checking for C library SDL... yes
Checking for C header file SDL.h... yes
Checking for C library lua5.1... yes
Checking for C header file lua5.1/lua.h... no
Checking for C header file lua.h... yes
Checking for C library fftw3f... yes
Checking for C library bz2... yes
Checking for C header file bzlib.h... yes
Checking for C library z... yes
Checking for C library pthread... yes
Checking for C library m... yes
Checking for C library gdi32... yes
Checking for C library winmm... yes
Checking for C library dxguid... yes
scons: done reading SConscript files.
scons: Building targets ...
g++ -o build\src\Format.o -c -std=gnu++98 -Wno-invalid-offsetof -msse -msse2 -O3 -ftree-vectorize -funsafe-math-optimizations -ffast-math -fomit-frame-pointer -funsafe-loop-optimizations -DLUA_R_INCL -DWIN -D_WIN32_WINNT=0x0501 -DX86 -DX86_SSE -DX86_SSE2 -DGRAVFFT -DLUACONSOLE -DUSE_SDL -Ibuild\src -Isrc -Ibuild\data -Idata -Ibuild\generated -Igenerated src\Format.cpp
scons: *** [build\src\Format.o] The system cannot find the file specified
scons: building terminated because of errors.
'strip' is not recognized as an internal or external command,
operable program or batch file."
This is the output on console when i try to build TPT.
What am I doig wrong?
is there some file i'm missing(other than that lua header)?
please help. thanks,