Advertisement
Guest User

Untitled

a guest
Aug 6th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1.  
  2. Invocation: ./configure --host=i686-w64-mingw32 --without-png --without-icu --without-liblzma --without-lzo2 --without-sdl --without-iconv --with-zlib=/home/lg/OpenTTD/lib/zlib-1.2.8
  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... MINGW
  8. checking build system type... CC/CXX not set (skipping)
  9. executing gcc -dumpmachine
  10. returned x86_64-linux-gnu
  11. exit code 0
  12. checking build system type... x86_64-linux-gnu
  13. executing i686-w64-mingw32-gcc -dumpmachine
  14. returned i686-w64-mingw32
  15. exit code 0
  16. checking host system type... i686-w64-mingw32
  17. checking universal build... no
  18. checking build cc... gcc
  19. checking host cc... i686-w64-mingw32-gcc
  20. checking build c++... CC/CXX not set (skipping)
  21. executing g++ -dumpmachine
  22. returned x86_64-linux-gnu
  23. exit code 0
  24. checking build c++... g++
  25. executing i686-w64-mingw32-g++ -dumpmachine
  26. returned i686-w64-mingw32
  27. exit code 0
  28. checking host c++... i686-w64-mingw32-g++
  29. executing i686-w64-mingw32-windres -V
  30. returned GNU windres (GNU Binutils) 2.23.52.20130620
  31. Copyright 2013 Free Software Foundation, Inc.
  32. This program is free software; you may redistribute it under the terms of
  33. the GNU General Public License version 3 or (at your option) any later version.
  34. This program has absolutely no warranty.
  35. exit code 0
  36. checking host windres... i686-w64-mingw32-windres
  37. checking strip... disabled
  38. checking builtin depend... yes
  39. checking makedepend... disabled
  40. executing i686-w64-mingw32-g++ tmp.64bit.cpp -o tmp.64bit -DTESTING 2>&1
  41. returned In file included from tmp.64bit.cpp:2:0:
  42. src/stdafx.h:376:72: error: size of array ‘__ct_assert__’ is negative
  43. #define assert_compile(expr) typedef int __ct_assert__[1 - 2 * !(expr)]
  44. ^
  45. tmp.64bit.cpp:3:1: note: in expansion of macro ‘assert_compile’
  46. assert_compile(sizeof(size_t) == 8);
  47. ^
  48. exit code 1
  49. detecting cpu-type... 32 bits
  50. executing i686-w64-mingw32-g++ -msse4.1 tmp.sse.cpp -o tmp.sse 2>&1
  51. returned
  52. exit code 0
  53. detecting SSE... found
  54. checking static... yes
  55. checking unicode... yes
  56. using debug level... no
  57. using desync debug level... no
  58. using link time optimization... no
  59. checking OSX sysroot... not OSX, skipping
  60. detecting allegro
  61. executing pkg-config allegro --modversion
  62. returned
  63. exit code 1
  64. checking allegro... not found
  65. checking SDL... disabled
  66. checking COCOA... not OSX, skipping
  67. checking GDI video driver... found
  68. checking dedicated... not selected
  69. checking console application... disabled (only used when forced)
  70. checking network... found
  71. checking squirrel... found
  72. checking translator... no
  73. checking assert... enabled
  74. detecting zlib
  75. executing /home/lg/OpenTTD/lib/zlib-1.2.8 --modversion
  76. returned
  77. exit code 2
  78. checking zlib... not found
  79. configure: error: pkg-config zlib couldn't be found
  80. configure: error: you supplied '/home/lg/OpenTTD/lib/zlib-1.2.8', but it seems invalid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement