Guest User

Untitled

a guest
Jun 18th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.73 KB | None | 0 0
  1. ryan@R26695g ~/programs/warzone2100-git $ ./autogen.sh
  2. + checking for autoconf >= 2.56 ... found 2.67, ok.
  3. + checking for automake >= 1.10 ... found 1.11.1, ok.
  4. + running aclocal ...
  5. + running autoheader ...
  6. + running autoconf ...
  7. + running automake ...
  8. + removing config.cache ...
  9.  
  10. Now type './configure && make' to compile.
  11. ryan@R26695g ~/programs/warzone2100-git $ ./configure
  12. checking for a BSD-compatible install... /usr/bin/install -c
  13. checking whether build environment is sane... yes
  14. checking for a thread-safe mkdir -p... /bin/mkdir -p
  15. checking for gawk... gawk
  16. checking whether make sets $(MAKE)... yes
  17. checking how to create a ustar tar archive... gnutar
  18. checking build system type... x86_64-unknown-linux-gnu
  19. checking host system type... x86_64-unknown-linux-gnu
  20. checking for style of include used by make... GNU
  21. checking for gcc... gcc
  22. checking whether the C compiler works... yes
  23. checking for C compiler default output file name... a.out
  24. checking for suffix of executables...
  25. checking whether we are cross compiling... no
  26. checking for suffix of object files... o
  27. checking whether we are using the GNU C compiler... yes
  28. checking whether gcc accepts -g... yes
  29. checking for gcc option to accept ISO C89... none needed
  30. checking dependency style of gcc... gcc3
  31. checking for gcc option to accept ISO C99... -std=gnu99
  32. checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  33. checking for gcc... ccompiler
  34. checking for ranlib... ranlib
  35. checking for g++... g++
  36. checking whether we are using the GNU C++ compiler... yes
  37. checking whether g++ accepts -g... yes
  38. checking dependency style of g++... gcc3
  39. checking for g++... cxxcompiler
  40. checking for bison... bison -y
  41. checking for bison >= 1.31... found 2.4.1, ok
  42. checking for flex... no
  43. checking for lex... no
  44. checking for : >= 2.5.33... ./configure: line 5236: [: : integer expression expected
  45. ./configure: line 5238: [: : integer expression expected
  46. found , ok
  47. checking for : != 2.5.34... ./configure: line 5266: [: : integer expression expected
  48. not found, good
  49. checking whether perl executable path has been provided... no
  50. checking for perl... /usr/bin/perl
  51. checking for a sed that does not truncate output... /bin/sed
  52. checking for grep that handles long lines and -e... /bin/grep
  53. checking for perl version... 5.10.1
  54. checking for gawk... (cached) gawk
  55. checking for zip... zip
  56. checking for unzip... unzip
  57. checking for a2x... no
  58. checking for wkhtmltopdf... no
  59. checking how to run the C preprocessor... gcc -std=gnu99 -E
  60. checking for egrep... /bin/grep -E
  61. checking for ANSI C header files... yes
  62. checking for sys/types.h... yes
  63. checking for sys/stat.h... yes
  64. checking for stdlib.h... yes
  65. checking for string.h... yes
  66. checking for memory.h... yes
  67. checking for strings.h... yes
  68. checking for inttypes.h... yes
  69. checking for stdint.h... yes
  70. checking for unistd.h... yes
  71. checking minix/config.h usability... no
  72. checking minix/config.h presence... no
  73. checking for minix/config.h... no
  74. checking whether it is safe to define __EXTENSIONS__... yes
  75. checking for strlcpy... no
  76. checking for strlcat... no
  77. checking whether gcc -std=gnu99 accepts -fstack-protector... yes
  78. checking whether g++ accepts -fstack-protector... yes
  79. checking alloca.h usability... yes
  80. checking alloca.h presence... yes
  81. checking for alloca.h... yes
  82. checking whether NLS is requested... yes
  83. checking for msgfmt... /usr/bin/msgfmt
  84. checking for gmsgfmt... /usr/bin/msgfmt
  85. checking for xgettext... /usr/bin/xgettext
  86. checking for msgmerge... /usr/bin/msgmerge
  87. checking for ld used by GCC... /usr/bin/ld
  88. checking if the linker (/usr/bin/ld) is GNU ld... yes
  89. checking for shared library run path origin... done
  90. checking for CFPreferencesCopyAppValue... no
  91. checking for CFLocaleCopyCurrent... no
  92. checking for GNU gettext in libc... yes
  93. checking whether to use NLS... yes
  94. checking where the gettext function comes from... libc
  95. checking for pkg-config... /usr/bin/pkg-config
  96. checking pkg-config is at least version 0.9.0... yes
  97. checking for pkg-config >= 0.9... found 0.25, ok
  98. checking for backend... SDL
  99. checking for QT4... yes
  100. checking for moc-qt4... /usr/bin/moc-qt4
  101. checking for uic-qt4... /usr/bin/uic-qt4
  102. checking for rcc-qt4... no
  103. checking for rcc... /usr/bin/rcc
  104. checking for X... libraries , headers
  105. checking whether to build NSIS installer... no
  106. checking whether to compile in debug mode... no
  107. checking whether the C compiler accepts the -Werror -Wno-switch flag... yes
  108. checking whether the C compiler accepts the -Werror -Wno-enum-compare flag... yes
  109. checking for SDL... yes
  110. checking for PNG... yes
  111. checking for THEORA... yes
  112. checking for OPENAL... yes
  113. checking for VORBIS... yes
  114. checking for VORBISFILE... yes
  115. checking for GLEW... yes
  116. checking for nearbyint in -lm... yes
  117. checking physfs.h usability... yes
  118. checking physfs.h presence... yes
  119. checking for physfs.h... yes
  120. checking for PHYSFS_mount in -lphysfs... yes
  121. checking X11/extensions/Xrandr.h usability... yes
  122. checking X11/extensions/Xrandr.h presence... yes
  123. checking for X11/extensions/Xrandr.h... yes
  124. checking for main in -lGL... yes
  125. checking for main in -lGLU... yes
  126. checking for the pthreads library -lpthreads... no
  127. checking for the pthreads library -lpthread... yes
  128. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  129. checking if more special flags are required for pthreads... no
  130. checking for cc_r... gcc -std=gnu99
  131. checking for thread local storage (TLS) class... __thread
  132. checking for FRIBIDI... yes
  133. checking for FREETYPE... yes
  134. checking for FTC_Manager_New in -lfreetype... yes
  135. checking for FONTCONFIG... yes
  136. configure: creating ./config.status
  137. config.status: creating Makefile
  138. config.status: creating po/Makefile.in
  139. config.status: creating doc/Makefile
  140. config.status: creating icons/Makefile
  141. config.status: creating data/Makefile
  142. config.status: creating data/mods/multiplay/Makefile
  143. config.status: creating data/music/Makefile
  144. config.status: creating pkg/nsis/Makefile
  145. config.status: creating win32/Makefile
  146. config.status: creating tests/Makefile
  147. config.status: creating 3rdparty/miniupnpc/Makefile
  148. config.status: creating 3rdparty/quesoglc/Makefile
  149. config.status: creating lib/framework/Makefile
  150. config.status: creating lib/exceptionhandler/Makefile
  151. config.status: creating lib/gamelib/Makefile
  152. config.status: creating lib/ivis_opengl/Makefile
  153. config.status: creating lib/netplay/Makefile
  154. config.status: creating lib/qtgame/Makefile
  155. config.status: creating lib/sdl/Makefile
  156. config.status: creating lib/script/Makefile
  157. config.status: creating lib/sequence/Makefile
  158. config.status: creating lib/sound/Makefile
  159. config.status: creating lib/widget/Makefile
  160. config.status: creating tools/map/Makefile
  161. config.status: creating src/Makefile
  162. config.status: creating config.h
  163. config.status: config.h is unchanged
  164. config.status: executing depfiles commands
  165. config.status: executing po-directories commands
  166. config.status: creating po/POTFILES
  167. config.status: creating po/Makefile
  168. configure:
  169. configure: WARNING: Distributor unknown!
  170. configure: Use --with-distributor when compiling package for distribution
  171. configure:
  172. configure: WARNING: a2x (asciidoc) or wkhtmltopdf not found, can't convert documentation. This doesn't affect building the game,
  173. but means that things like "make dist" and building a Windows installer will fail.
  174. configure:
  175. configure: Backend used: sdl
  176. ryan@R26695g ~/programs/warzone2100-git $ make
  177. make all-recursive
  178. make[1]: Entering directory `/home/ryan/Programs/warzone2100-git'
  179. Making all in win32
  180. make[2]: Entering directory `/home/ryan/Programs/warzone2100-git/win32'
  181. make[2]: Nothing to be done for `all'.
  182. make[2]: Leaving directory `/home/ryan/Programs/warzone2100-git/win32'
  183. Making all in 3rdparty/miniupnpc
  184. make[2]: Entering directory `/home/ryan/Programs/warzone2100-git/3rdparty/miniupnpc'
  185. make[2]: Nothing to be done for `all'.
  186. make[2]: Leaving directory `/home/ryan/Programs/warzone2100-git/3rdparty/miniupnpc'
  187. Making all in 3rdparty/quesoglc
  188. make[2]: Entering directory `/home/ryan/Programs/warzone2100-git/3rdparty/quesoglc'
  189. make[2]: Nothing to be done for `all'.
  190. make[2]: Leaving directory `/home/ryan/Programs/warzone2100-git/3rdparty/quesoglc'
  191. Making all in lib/framework
  192. make[2]: Entering directory `/home/ryan/Programs/warzone2100-git/lib/framework'
  193. make all-am
  194. make[3]: Entering directory `/home/ryan/Programs/warzone2100-git/lib/framework'
  195. /bin/bash ../../ylwrap resource_lexer.lpp .c resource_lexer.cpp -- : -o lex.yy.c
  196. make[3]: *** [resource_lexer.cpp] Error 1
  197. make[3]: Leaving directory `/home/ryan/Programs/warzone2100-git/lib/framework'
  198. make[2]: *** [all] Error 2
  199. make[2]: Leaving directory `/home/ryan/Programs/warzone2100-git/lib/framework'
  200. make[1]: *** [all-recursive] Error 1
  201. make[1]: Leaving directory `/home/ryan/Programs/warzone2100-git'
  202. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment