Advertisement
Guest User

config.log for OpenTTD 1.4.1 for OS X

a guest
Aug 1st, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.01 KB | None | 0 0
  1.  
  2. Invocation: ./configure --prefix-dir=/Users/kernigh/pkg --binary-dir=bin --data-dir=share/openttd --doc-dir=share/doc/openttd --icon-theme-dir=share/icons/hicolor --install-dir=/Users/kernigh/pkgsrc/games/openttd/work/.destdir --man-dir=man/man6 --menu-dir=share/applications --personal-dir=.openttd --shared-dir=/Users/kernigh/pkg/var/games/openttd --with-lzo2=/Users/kernigh/pkg/lib --disable-cocoa-quickdraw --with-cocoa --without-application-bundle --without-osx-sysroot
  3. Detecing awk...
  4. Trying: echo "a.c b.c c.c" | tr ' ' \\n | awk ' { ORS = " " } /\.c$/ { gsub(".c$", ".o", $0); print $0; }' 2>/dev/null
  5. Result: 'a.o b.o c.o '
  6. checking awk... awk
  7. detecting OS... OSX
  8. executing gcc -dumpmachine
  9. returned powerpc-apple-darwin8
  10. exit code 0
  11. checking build system type... powerpc-apple-darwin8
  12. executing gcc -dumpmachine
  13. returned powerpc-apple-darwin8
  14. exit code 0
  15. checking host system type... powerpc-apple-darwin8
  16. checking universal build... no
  17. checking build cc... gcc
  18. checking host cc... gcc
  19. executing g++ -dumpmachine
  20. returned powerpc-apple-darwin8
  21. exit code 0
  22. checking build c++... g++
  23. executing g++ -dumpmachine
  24. returned powerpc-apple-darwin8
  25. exit code 0
  26. checking host c++... g++
  27. checking host strip... CC/CXX not set (skipping)
  28. executing strip strip.test
  29. returned
  30. exit code 0
  31. checking host strip... strip
  32. checking builtin depend... yes
  33. checking makedepend... disabled
  34. executing g++ -pipe -O2 -I/Users/kernigh/pkg/include -I/Users/kernigh/pkg/include/freetype2 -I/usr/include tmp.64bit.cpp -o tmp.64bit -DTESTING 2>&1
  35. returned In file included from src/stdafx.h:16,
  36. from tmp.64bit.cpp:2:
  37. src/os/macosx/osx_stdafx.h:57:3: error: #error "Compiling 64 bits without _SQ64 set! (or vice versa)"
  38. tmp.64bit.cpp:3: error: size of array '__ct_assert__' is negative
  39. exit code 1
  40. detecting cpu-type... 32 bits
  41. executing g++ -msse4.1 -pipe -O2 -I/Users/kernigh/pkg/include -I/Users/kernigh/pkg/include/freetype2 -I/usr/include tmp.sse.cpp -o tmp.sse 2>&1
  42. returned cc1plus: error: invalid option 'sse4.1'
  43. exit code 1
  44. detecting SSE... not found
  45. checking static... no
  46. checking unicode... no
  47. using debug level... no
  48. using desync debug level... no
  49. using link time optimization... no
  50. checking OSX sysroot... no (use system default)
  51. checking Allegro... OSX, skipping
  52. checking SDL... OSX, skipping
  53. checking COCOA... found
  54. checking whether to enable the Quartz window subdriver... yes
  55. checking Quickdraw window subdriver... disabled
  56. checking GDI video driver... not Windows, skipping
  57. checking dedicated... not selected
  58. checking console application... not Windows, skipping
  59. checking network... found
  60. checking squirrel... found
  61. checking translator... no
  62. checking assert... disabled
  63. detecting zlib
  64. trying /usr/include/zlib.h... found
  65. checking zlib... found
  66. detecting liblzma
  67. executing pkg-config liblzma --modversion
  68. returned 5.0.5
  69. exit code 0
  70. checking liblzma... found
  71. detecting lzo2
  72. trying /Users/kernigh/pkg/lib/liblzo2.a... found
  73. checking lzo2... found
  74. detecting libxdg-basedir
  75. executing pkg-config libxdg-basedir --modversion
  76. returned
  77. exit code 1
  78. checking libxdg-basedir... not found
  79. detecting libpng
  80. executing pkg-config libpng --modversion
  81. returned 1.6.12
  82. exit code 0
  83. checking libpng... found
  84. executing freetype_config --version
  85. returned 17.2.11
  86. exit code 0
  87. checking libfreetype... found
  88. checking libfontconfig... OSX, skipping
  89. executing icu-config --version
  90. returned 53.1
  91. exit code 0
  92. checking libicu... found
  93. checking psp-config... not PSP, skipping
  94. detecting libtimidity
  95. trying /usr/include/timidity.h... no
  96. trying /usr/local/include/timidity.h... no
  97. trying /mingw/include/timidity.h... no
  98. trying /opt/local/include/timidity.h... no
  99. trying /usr/pkg/include/timidity.h... no
  100. checking libtimidity... not found
  101. checking direct-music... not Windows, skipping
  102. running echo <array> | sort
  103. result was valid
  104. checking sort... sort
  105. checking endianess... PREPROCESSOR
  106. suppress language errors... no
  107. checking stripping... strip
  108. checking distcc... no (only used when forced)
  109. checking ccache... no (only used when forced)
  110. executing grfcodec -v
  111. returned
  112. exit code 0
  113. checking grfcodec... not found
  114. executing nforenum -v
  115. returned
  116. exit code 0
  117. checking nforenum... not found
  118. detecting ppc970 (G5)... no
  119. checking revision... source tarball
  120. found iconv in iconv.h
  121. checking iconv... found
  122. executing g++ -pipe -O2 -I/Users/kernigh/pkg/include -I/Users/kernigh/pkg/include/freetype2 -I/usr/include -c tmp.iconv.cpp -o tmp.iconv -DTESTING 2>&1
  123. exit code 0
  124. checking if iconv has non-const inbuf... no
  125. executing g++ -pipe -O2 -I/Users/kernigh/pkg/include -I/Users/kernigh/pkg/include/freetype2 -I/usr/include tmp.iconv.cpp -o tmp.iconv -DTESTING 2>&1
  126. exit code 1
  127. checking whether to link to iconv... yes
  128. personal home directory... .openttd
  129. shared data directory... /Users/kernigh/pkg/var/games/openttd
  130. installation directory... /Users/kernigh/pkgsrc/games/openttd/work/.destdir
  131. icon theme directory... share/icons/hicolor
  132. manual page directory... man/man6
  133. menu item directory... share/applications
  134. Running configure with following options:
  135.  
  136. /bin/sh ./configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="strip" --lipo="" --awk="awk" --os="OSX" --endian="PREPROCESSOR" --cpu-type="32" --config-log="config.log" --prefix-dir="/Users/kernigh/pkg" --binary-dir="bin" --data-dir="share/openttd" --doc-dir="share/doc/openttd" --icon-dir="share/pixmaps" --icon-theme-dir="share/icons/hicolor" --man-dir="man/man6" --menu-dir="share/applications" --personal-dir=".openttd" --shared-dir="/Users/kernigh/pkg/var/games/openttd" --install-dir="/Users/kernigh/pkgsrc/games/openttd/work/.destdir" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="0" --enable-strip="1" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="0" --with-osx-sysroot="0" --with-application-bundle="0" --with-allegro="1" --with-sdl="1" --with-cocoa="2" --with-zlib="1" --with-lzma="1" --with-lzo2="/Users/kernigh/pkg/lib" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-sort="1" --with-iconv="2" --with-midi="" --with-midi-arg="" --with-libtimidity="0" --with-freetype="1" --with-fontconfig="1" --with-icu="1" --static-icu="0" --with-psp-config="1" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="0" --CC="gcc" --CXX="g++" --CFLAGS="-pipe -O2 -I/Users/kernigh/pkg/include -I/Users/kernigh/pkg/include/freetype2 -I/usr/include" --CXXFLAGS="-pipe -O2 -I/Users/kernigh/pkg/include -I/Users/kernigh/pkg/include/freetype2 -I/usr/include" --LDFLAGS="-L/Users/kernigh/pkg/lib -L/usr/lib" --CFLAGS-BUILD="" --CXXFLAGS-BUILD="" --LDFLAGS-BUILD=""
  137.  
  138. using CFLAGS_BUILD... -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Wno-unused-variable -Winit-self -fno-strict-aliasing -Wcast-qual -DNDEBUG
  139. using CXXFLAGS_BUILD...
  140. using LDFLAGS_BUILD...
  141. using CFLAGS... -O2 -fomit-frame-pointer -pipe -O2 -I/Users/kernigh/pkg/include -I/Users/kernigh/pkg/include/freetype2 -I/usr/include -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Wno-unused-variable -Winit-self -fno-strict-aliasing -Wcast-qual -DOSX -fno-expensive-optimizations -isystem/opt/local/include -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/Users/kernigh/pkg/include -DWITH_LZO -I/Users/kernigh/pkgsrc/games/openttd/work/openttd-1.4.1/src/3rdparty/squirrel/include -DWITH_PNG -I/Users/kernigh/pkg/include/libpng16 -DWITH_FREETYPE -I/Users/kernigh/pkg/include/freetype2 -DWITH_ICU -I/Users/kernigh/pkg/include -DWITH_ICONV -DENABLE_NETWORK -DNDEBUG -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\".openttd\\" -DWITH_SHARED_DIR -DSHARED_DIR=\\"/Users/kernigh/pkg/var/games/openttd\\" -DGLOBAL_DATA_DIR=\\"/Users/kernigh/pkg/share/openttd\\"
  142. using CXXFLAGS... -pipe -O2 -I/Users/kernigh/pkg/include -I/Users/kernigh/pkg/include/freetype2 -I/usr/include
  143. using LDFLAGS... -lstdc++ -lc -framework QuickTime -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -lz -L/Users/kernigh/pkg/lib -llzma -llzo2 -L/Users/kernigh/pkg/lib -lpng16 -L/Users/kernigh/pkg/lib -lfreetype -L/Users/kernigh/pkg/lib -lz -lbz2 -L/Users/kernigh/pkg/lib -licui18n -licuuc -licudata -licule -liculx -liconv -L/Users/kernigh/pkg/lib -L/usr/lib -framework Cocoa
  144. Generating Makefile...
  145. Generating menu item...
  146. Generating lang/Makefile...
  147. Generating setting/Makefile...
  148. Generating grf/Makefile...
  149. Generating objs/Makefile...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement