Advertisement
Guest User

Untitled

a guest
Aug 5th, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.38 KB | None | 0 0
  1. lg@LEO-WIN8-LAPTOP:~/OpenTTD/trunk$ make mrproper
  2. make[1]: Entering directory `/home/lg/OpenTTD/trunk/objs/lang'
  3. [LANG] Cleaning up language files
  4. make[1]: Leaving directory `/home/lg/OpenTTD/trunk/objs/lang'
  5. make[1]: Entering directory `/home/lg/OpenTTD/trunk/objs/setting'
  6. [SETTING] Cleaning up settings files
  7. make[1]: Leaving directory `/home/lg/OpenTTD/trunk/objs/setting'
  8. make[1]: Entering directory `/home/lg/OpenTTD/trunk/objs/extra_grf'
  9. make[1]: Leaving directory `/home/lg/OpenTTD/trunk/objs/extra_grf'
  10. make[1]: Entering directory `/home/lg/OpenTTD/trunk/objs/release'
  11. [SRC] Cleaning up object files
  12. make[1]: Leaving directory `/home/lg/OpenTTD/trunk/objs/release'
  13. lg@LEO-WIN8-LAPTOP:~/OpenTTD/trunk$ ./configure --host=i686-w64-mingw32
  14. checking awk... awk
  15. detecting OS... MINGW
  16. checking build system type... x86_64-linux-gnu
  17. checking host system type... i686-w64-mingw32
  18. checking universal build... no
  19. checking build cc... gcc
  20. checking host cc... i686-w64-mingw32-gcc
  21. checking build c++... g++
  22. checking host c++... i686-w64-mingw32-g++
  23. checking host windres... i686-w64-mingw32-windres
  24. checking strip... disabled
  25. checking builtin depend... yes
  26. checking makedepend... disabled
  27. detecting cpu-type... 32 bits
  28. detecting SSE... found
  29. checking static... yes
  30. checking unicode... yes
  31. using debug level... no
  32. using desync debug level... no
  33. using link time optimization... no
  34. checking OSX sysroot... not OSX, skipping
  35. checking allegro... not found
  36. checking sdl... found
  37. checking COCOA... not OSX, skipping
  38. checking GDI video driver... found
  39. checking dedicated... not selected
  40. checking console application... disabled (only used when forced)
  41. checking network... found
  42. checking squirrel... found
  43. checking translator... no
  44. checking assert... enabled
  45. checking zlib... found
  46. checking liblzma... found
  47. checking lzo2... found
  48. checking libxdg-basedir... not found
  49. checking libpng... found
  50. checking freetype2... not found
  51. checking libfontconfig... WIN32, skipping
  52. checking icu-lx... found
  53. checking icu-i18n... found
  54. checking psp-config... not PSP, skipping
  55. checking libtimidity... not found
  56. checking direct-music... not found
  57. checking sort... sort
  58. checking endianness... AUTO
  59. suppress language errors... no
  60. checking stripping... skipped
  61. checking distcc... no (only used when forced)
  62. checking ccache... no (only used when forced)
  63. checking grfcodec... not found
  64. checking nforenum... not found
  65. checking OSX application bundle... not OSX, skipping
  66. checking revision... svn detection
  67. checking iconv... not OSX, skipping
  68. personal home directory... OpenTTD
  69. shared data directory... none
  70. installation directory... /
  71. icon theme directory... none
  72. manual page directory... none
  73. menu item directory... none
  74. using CFLAGS_BUILD... -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 -rdynamic -DMINGW -D_FORTIFY_SOURCE=2 -O1
  75. using CXXFLAGS_BUILD... -std=gnu++0x -Wno-narrowing
  76. using LDFLAGS_BUILD... -rdynamic -static-libgcc -static-libstdc++
  77. using CFLAGS... -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_SDL -D_REENTRANT -I/usr/include/SDL -DWITH_ZLIB -DWITH_LZMA -DLZMA_API_STATIC -DWITH_LZO -I/home/lg/OpenTTD/trunk/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/include/libpng15 -DWITH_ICU_LAYOUT -I/usr/include/x86_64-linux-gnu -DWITH_ICU_SORT -I/usr/include/x86_64-linux-gnu -DUNICODE -D_UNICODE -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\"OpenTTD\" -DGLOBAL_DATA_DIR=\"/usr/local/share/games/openttd\"
  78. using CXXFLAGS... -std=gnu++0x -Wno-narrowing
  79. using LDFLAGS... -lstdc++ -lws2_32 -lwinmm -lgdi32 -ldxguid -lole32 -limm32 -lz -llzma /usr/local/lib/liblzo2.a -L/usr/local/lib -lpng15 -lz -lm -liculx -licule -licuuc -licudata -licui18n -licuuc -licudata -Wl,--subsystem,windows -static
  80. Generating Makefile...
  81. Generating lang/Makefile...
  82. Generating setting/Makefile...
  83. Generating grf/Makefile...
  84. Generating objs/Makefile...
  85. lg@LEO-WIN8-LAPTOP:~/OpenTTD/trunk$ make
  86. make[1]: Entering directory `/home/lg/OpenTTD/trunk/objs/lang'
  87. [LANG] Compiling and Linking endian_check.exe
  88. [LANG] Testing endianness for host
  89. [LANG] Compiling core/alloc_func.cpp
  90. [LANG] Compiling string.cpp
  91. [LANG] Compiling strgen/strgen_base.cpp
  92. [LANG] Compiling strgen/strgen.cpp
  93. [LANG] Compiling getoptdata.cpp
  94. [LANG] Compiling and Linking strgen.exe
  95. [LANG] Generating table/strings.h
  96. [LANG] Compiling language afrikaans
  97. [LANG] Compiling language arabic_egypt
  98. [LANG] Compiling language basque
  99. [LANG] Compiling language belarusian
  100. [LANG] Compiling language brazilian_portuguese
  101. [LANG] Compiling language bulgarian
  102. [LANG] Compiling language catalan
  103. [LANG] Compiling language croatian
  104. [LANG] Compiling language czech
  105. [LANG] Compiling language danish
  106. [LANG] Compiling language dutch
  107. [LANG] Compiling language english_AU
  108. [LANG] Compiling language english
  109. [LANG] Compiling language english_US
  110. [LANG] Compiling language esperanto
  111. [LANG] Compiling language estonian
  112. [LANG] Compiling language faroese
  113. [LANG] Compiling language finnish
  114. [LANG] Compiling language french
  115. [LANG] Compiling language gaelic
  116. [LANG] Compiling language galician
  117. [LANG] Compiling language german
  118. [LANG] Compiling language greek
  119. [LANG] Compiling language hebrew
  120. [LANG] Compiling language hungarian
  121. [LANG] Compiling language icelandic
  122. [LANG] Compiling language indonesian
  123. [LANG] Compiling language irish
  124. [LANG] Compiling language italian
  125. [LANG] Compiling language japanese
  126. [LANG] Compiling language korean
  127. [LANG] Compiling language latin
  128. [LANG] Compiling language latvian
  129. [LANG] Compiling language lithuanian
  130. [LANG] Compiling language luxembourgish
  131. [LANG] Compiling language malay
  132. [LANG] Compiling language norwegian_bokmal
  133. [LANG] Compiling language norwegian_nynorsk
  134. [LANG] Compiling language polish
  135. [LANG] Compiling language portuguese
  136. [LANG] Compiling language romanian
  137. [LANG] Compiling language russian
  138. [LANG] Compiling language serbian
  139. [LANG] Compiling language simplified_chinese
  140. [LANG] Compiling language slovak
  141. [LANG] Compiling language slovenian
  142. [LANG] Compiling language spanish_MX
  143. [LANG] Compiling language spanish
  144. [LANG] Compiling language swedish
  145. [LANG] Compiling language tamil
  146. [LANG] Compiling language thai
  147. [LANG] Compiling language traditional_chinese
  148. [LANG] Compiling language turkish
  149. [LANG] Compiling language ukrainian
  150. [LANG] Compiling language vietnamese
  151. [LANG] Compiling language welsh
  152. make[1]: Leaving directory `/home/lg/OpenTTD/trunk/objs/lang'
  153. make[1]: Entering directory `/home/lg/OpenTTD/trunk/objs/setting'
  154. [SETTING] Compiling and Linking endian_check.exe
  155. [SETTING] Testing endianness for host
  156. [SETTING] Compiling core/alloc_func.cpp
  157. [SETTING] Compiling string.cpp
  158. [SETTING] Compiling ini_load.cpp
  159. [SETTING] Compiling settingsgen/settingsgen.cpp
  160. [SETTING] Compiling getoptdata.cpp
  161. [SETTING] Compiling and Linking settings_gen.exe
  162. [SETTING] Generating table/settings.h
  163. make[1]: Leaving directory `/home/lg/OpenTTD/trunk/objs/setting'
  164. make[1]: Entering directory `/home/lg/OpenTTD/trunk/objs/extra_grf'
  165. make[1]: Nothing to be done for `all'.
  166. make[1]: Leaving directory `/home/lg/OpenTTD/trunk/objs/extra_grf'
  167. make[1]: Entering directory `/home/lg/OpenTTD/trunk/objs/release'
  168. [SRC] Compiling and Linking endian_check.exe
  169. [SRC] Testing endianness for target
  170. [SRC] Compiling and linking depend.exe
  171. [SRC] DEP CHECK (all files)
  172. make[1]: Leaving directory `/home/lg/OpenTTD/trunk/objs/release'
  173. make[1]: Entering directory `/home/lg/OpenTTD/trunk/objs/release'
  174. [SRC] Compiling 3rdparty/md5/md5.cpp
  175. In file included from /home/lg/OpenTTD/trunk/src/3rdparty/md5/../../stdafx.h:95:0,
  176. from /home/lg/OpenTTD/trunk/src/3rdparty/md5/md5.cpp:59:
  177. /usr/include/x86_64-linux-gnu/sys/types.h:25:22: fatal error: features.h: No such file or directory
  178. #include <features.h>
  179. ^
  180. compilation terminated.
  181. make[1]: *** [3rdparty/md5/md5.o] Error 1
  182. make[1]: Leaving directory `/home/lg/OpenTTD/trunk/objs/release'
  183. make: *** [all] Error 1
  184. lg@LEO-WIN8-LAPTOP:~/OpenTTD/trunk$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement