Advertisement
Guest User

Untitled

a guest
Aug 6th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. i686-w64-mingw32-g++ -O2 -fomit-frame-pointer -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Winit-self -fno-strict-aliasing -Wcast-qual -fno-strict-overflow -Wnon-virtual-dtor -Wno-free-nonheap-object -DMINGW -D_FORTIFY_SOURCE=2 -DWITH_SSE -mno-ms-bitfields -DWIN -DWITH_ZLIB -I/home/lg/OpenTTD/trunk/src/3rdparty/squirrel/include -DUNICODE -D_UNICODE -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\"OpenTTD\" -DGLOBAL_DATA_DIR=\"/usr/local/share/games/openttd\" -I /home/lg/OpenTTD/trunk/objs/release -I /home/lg/OpenTTD/trunk/objs/lang -I /home/lg/OpenTTD/trunk/objs/setting -std=gnu++0x -Wno-narrowing -c -o cpu.o /home/lg/OpenTTD/trunk/src/cpu.cpp
  2. i686-w64-mingw32-g++ -O2 -fomit-frame-pointer -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Winit-self -fno-strict-aliasing -Wcast-qual -fno-strict-overflow -Wnon-virtual-dtor -Wno-free-nonheap-object -DMINGW -D_FORTIFY_SOURCE=2 -DWITH_SSE -mno-ms-bitfields -DWIN -DWITH_ZLIB -I/home/lg/OpenTTD/trunk/src/3rdparty/squirrel/include -DUNICODE -D_UNICODE -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\"OpenTTD\" -DGLOBAL_DATA_DIR=\"/usr/local/share/games/openttd\" -I /home/lg/OpenTTD/trunk/objs/release -I /home/lg/OpenTTD/trunk/objs/lang -I /home/lg/OpenTTD/trunk/objs/setting -std=gnu++0x -Wno-narrowing -c -o crashlog.o /home/lg/OpenTTD/trunk/src/crashlog.cpp
  3. /home/lg/OpenTTD/trunk/src/crashlog.cpp:68:19: fatal error: zlib.h: No such file or directory
  4. # include <zlib.h>
  5. ^
  6. compilation terminated.
  7. make[1]: *** [crashlog.o] Error 1
  8. make[1]: Leaving directory `/home/lg/OpenTTD/trunk/objs/release'
  9. make: *** [all] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement