Advertisement
compoguygene

./configure and make output while trying to build sdl2 merge

Aug 18th, 2015
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.28 KB | None | 0 0
  1. compguygene@compguygene-old-one-made-new:~/0.4$ ./configure
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking for ranlib... ranlib
  6. checking for a BSD-compatible install... /usr/bin/install -c
  7. checking whether build environment is sane... yes
  8. checking for a thread-safe mkdir -p... /bin/mkdir -p
  9. checking for gawk... no
  10. checking for mawk... mawk
  11. checking whether make sets $(MAKE)... yes
  12. checking whether make supports nested variables... yes
  13. checking whether UID '1000' is supported by ustar format... yes
  14. checking whether GID '1000' is supported by ustar format... yes
  15. checking how to create a ustar tar archive... gnutar
  16. checking whether ln -s works... yes
  17. checking for bison... bison -y
  18. checking for m4... true
  19. checking for style of include used by make... GNU
  20. checking for g++... g++
  21. checking whether the C++ compiler works... yes
  22. checking for C++ compiler default output file name... a.out
  23. checking for suffix of executables...
  24. checking whether we are cross compiling... no
  25. checking for suffix of object files... o
  26. checking whether we are using the GNU C++ compiler... yes
  27. checking whether g++ accepts -g... yes
  28. checking dependency style of g++... gcc3
  29. checking CXXFLAGS for gcc -nobodyreadsconfigureoutputanyway... no, unknown
  30. checking for gcc... gcc
  31. checking whether we are using the GNU C compiler... yes
  32. checking whether gcc accepts -g... yes
  33. checking for gcc option to accept ISO C89... none needed
  34. checking whether gcc understands -c and -o together... yes
  35. checking dependency style of gcc... gcc3
  36. checking how to run the C preprocessor... gcc -E
  37. checking whether we are using the GNU C++ compiler... (cached) yes
  38. checking whether g++ accepts -g... (cached) yes
  39. checking dependency style of g++... (cached) gcc3
  40. checking how to run the C++ preprocessor... g++ -E
  41. checking for gmake... no
  42. checking for bash... yes
  43. checking for boostlib >= 1.33.1... yes
  44. checking whether make understands sinclude... yes
  45. checking for socklen_t... yes
  46. checking for X... libraries , headers
  47. checking for gethostbyname... yes
  48. checking for connect... yes
  49. checking for remove... yes
  50. checking for shmat... yes
  51. checking for IceConnectionNumber in -lICE... yes
  52. checking for xmlParseMemory in -lxml2... yes
  53. checking for xmlParserInputBufferCreateFilenameDefault... yes
  54. checking for _ZN5boost6system15system_categoryEv in -lboost_system... yes
  55. checking for _ZN5boost11this_thread5yieldEv in -lboost_thread... yes
  56. checking for grep that handles long lines and -e... /bin/grep
  57. checking for egrep... /bin/grep -E
  58. checking for ANSI C header files... yes
  59. checking for sys/types.h... yes
  60. checking for sys/stat.h... yes
  61. checking for stdlib.h... yes
  62. checking for string.h... yes
  63. checking for memory.h... yes
  64. checking for strings.h... yes
  65. checking for inttypes.h... yes
  66. checking for stdint.h... yes
  67. checking for unistd.h... yes
  68. checking for sys/stat.h... (cached) yes
  69. checking for protoc... /usr/bin/protoc
  70. checking for _ZN6google8protobuf7MessageD2Ev in -lprotobuf... yes
  71. checking google/protobuf/message.h usability... yes
  72. checking google/protobuf/message.h presence... yes
  73. checking for google/protobuf/message.h... yes
  74. checking time.h usability... yes
  75. checking time.h presence... yes
  76. checking for time.h... yes
  77. checking for clock_gettime in -lrt... yes
  78. checking for exp in -lm... yes
  79. checking whether SDL2 is installed... yes
  80. checking for SDL_GL_SetAttribute... yes
  81. checking for Mix_OpenAudio in -lSDL2_mixer... yes
  82. checking for XOpenDisplay in -lX11... yes
  83. checking for glVertex3f in -lGL... yes
  84. checking for gluBuild3DMipmaps in -lGLU... yes
  85. checking for glewInit in -lGLEW... yes
  86. checking GL/glew.h usability... yes
  87. checking GL/glew.h presence... yes
  88. checking for GL/glew.h... yes
  89. checking whether libpng is installed... yes
  90. checking for png_sig_cmp... yes
  91. checking for ftglRenderGlyph in -lftgl... yes
  92. checking for FT_Init_FreeType in -lfreetype... yes
  93. checking whether FTGLPixmapFont.h is deprecated... yes
  94. checking FTGL/ftgl.h usability... yes
  95. checking FTGL/ftgl.h presence... yes
  96. checking for FTGL/ftgl.h... yes
  97. checking for IMG_Load in -lSDL2_image... yes
  98. checking SDL_image.h usability... yes
  99. checking SDL_image.h presence... yes
  100. checking for SDL_image.h... yes
  101. checking for ANSI C header files... (cached) yes
  102. checking for unistd.h... (cached) yes
  103. checking for an ANSI C-conforming const... yes
  104. checking for select... yes
  105. checking for atan2f... yes
  106. checking for sinf... yes
  107. checking for cosf... yes
  108. checking for tanf... yes
  109. checking for sqrtf... yes
  110. checking for logf... yes
  111. checking for expf... yes
  112. checking for fabsf... yes
  113. checking for floorf... yes
  114. checking for pow10... yes
  115. checking for pow10f... yes
  116. checking for isblank... yes
  117. checking for wmemset... yes
  118. checking alternative binary path /usr/local/bin/games... no
  119. checking alternative binary path /usr/local/games... possible
  120. checking alternative binary path /usr/local/games/bin... no
  121. checking for /proc/self/maps... yes
  122. checking whether everything is installed to the same prefix... no
  123. checking whether binary relocation support should be enabled... yes
  124. checking for pthread_getspecific in -lpthread... yes
  125. checking whether binary relocation should use threads... yes
  126. checking that generated files are newer than configure... done
  127. configure: creating ./config.status
  128. config.status: creating src/Makefile
  129. config.status: creating src/protobuf/Makefile
  130. config.status: creating src/first/Makefile
  131. config.status: creating Makefile
  132. config.status: creating batch/Makefile
  133. config.status: creating language/languages.txt
  134. config.status: creating config/rc.config
  135. config.status: creating config/aiplayers.cfg
  136. config.status: creating src/doc/Makefile
  137. config.status: creating src/doc/net/Makefile
  138. config.status: creating src/doc/Doxyfile
  139. config.status: creating src/doc/html.m4
  140. config.status: creating src/thirdparty/Makefile
  141. config.status: creating src/thirdparty/particles/Makefile
  142. config.status: creating src/thirdparty/mathexpr/Makefile
  143. config.status: creating src/thirdparty/scrap/Makefile
  144. config.status: creating src/swig/Makefile
  145. config.status: creating resource/Makefile
  146. config.status: creating config/Makefile
  147. config.status: creating desktop/Makefile
  148. config.status: creating www-root/Makefile
  149. config.status: creating desktop/armagetronad-armagetronad.desktop
  150. config.status: creating desktop/armagetronad-armagetronad-handler.desktop
  151. config.status: creating desktop/armagetronad-link.xml
  152. config.status: creating desktop/armagetronad.protocol
  153. config.status: creating desktop/os-x/Info.plist
  154. config.status: creating aa_config.h
  155. config.status: aa_config.h is unchanged
  156. ./config.status: line 1239: `$as_dirname -- "$_am_arg" ||
  157. $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| X"$_am_arg" : 'X\(//\)[^/]' \| X"$_am_arg" : 'X\(//\)$' \| X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
  158. $as_echo X"$_am_arg" |
  159. sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  160. s//\1/
  161. q
  162. }
  163. /^X\(\/\/\)[^/].*/{
  164. s//\1/
  165. q
  166. }
  167. /^X\(\/\/\)$/{
  168. s//\1/
  169. q
  170. }
  171. /^X\(\/\).*/{
  172. s//\1/
  173. q
  174. }
  175. s/.*/./; q'`/stamp-h1: Permission denied
  176. config.status: executing depfiles commands
  177. config.status: executing universal_variables commands
  178. config.status: executing pathsubstitution commands
  179. Configuration complete!
  180.  
  181. Options selected are:
  182. Build Regular Game Client: true
  183. Build Dedicated Server: false
  184. Build Master Server: false
  185.  
  186. Installation options:
  187. Prefix: /usr/local
  188.  
  189. Sound support: yes
  190. Particle System support: no
  191. Joystick support: yes
  192. Zones support: Basic, Fortress
  193.  
  194. Binaries will be installed in : ${prefix}/games
  195. Static data will be installed in : ${prefix}/share/games/armagetronad
  196. Configuration will be installed in : ${prefix}/etc/games/armagetronad
  197. Link to configuration will go to : /etc/armagetronad
  198. Build with Krawall authentication support: no
  199. Ruby support: no
  200. Call sysinstall: yes
  201. Generate uninstall: yes
  202. Allow multiple versions: no
  203. Use custom memory manager: no
  204. Debug level : 0
  205. Code level : 0
  206. CPPFLAGS : -I/usr/include/libxml2 -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/freetype2
  207. CXXFLAGS : -O2
  208. LIBS : -lpthread -lSDL2_image -lGLEW -lGLU -lGL -lX11 -L/usr/X11R6/lib -lSDL2_mixer -L/usr/lib/x86_64-linux-gnu -lSDL2 -lm -lrt -lprotobuf -lboost_thread -lboost_system -lxml2 -lpng12 -lftgl -lfreetype -lz -lpng12
  209.  
  210. Warning: The configure script decided that, to better work on your system,
  211. it would be a good idea to modify files outside of /usr/local
  212. during installation or while running. If you disagree, rerun configure with
  213. --disable-etc
  214. after consulting "configure --help" for the effects; if you want to get rid
  215. of this warning, pass the corresponding opposite switches.
  216.  
  217. compguygene@compguygene-old-one-made-new:~/0.4$ sudo make
  218. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/compguygene/0.4/missing autoheader)
  219. rm -f stamp-h1
  220. touch aa_config.h.in
  221. cd . && /bin/bash ./config.status aa_config.h
  222. config.status: creating aa_config.h
  223. config.status: aa_config.h is unchanged
  224. make all-recursive
  225. make[1]: Entering directory '/home/compguygene/0.4'
  226. Making all in src
  227. make[2]: Entering directory '/home/compguygene/0.4/src'
  228. Making all in first
  229. make[3]: Entering directory '/home/compguygene/0.4/src/first'
  230. make[3]: Nothing to be done for 'all'.
  231. make[3]: Leaving directory '/home/compguygene/0.4/src/first'
  232. Making all in protobuf
  233. make[3]: Entering directory '/home/compguygene/0.4/src/protobuf'
  234. make[3]: Nothing to be done for 'all'.
  235. make[3]: Leaving directory '/home/compguygene/0.4/src/protobuf'
  236. Making all in thirdparty
  237. make[3]: Entering directory '/home/compguygene/0.4/src/thirdparty'
  238. Making all in particles
  239. make[4]: Entering directory '/home/compguygene/0.4/src/thirdparty/particles'
  240. make[4]: Nothing to be done for 'all'.
  241. make[4]: Leaving directory '/home/compguygene/0.4/src/thirdparty/particles'
  242. Making all in mathexpr
  243. make[4]: Entering directory '/home/compguygene/0.4/src/thirdparty/mathexpr'
  244. make[4]: Nothing to be done for 'all'.
  245. make[4]: Leaving directory '/home/compguygene/0.4/src/thirdparty/mathexpr'
  246. Making all in scrap
  247. make[4]: Entering directory '/home/compguygene/0.4/src/thirdparty/scrap'
  248. make[4]: Nothing to be done for 'all'.
  249. make[4]: Leaving directory '/home/compguygene/0.4/src/thirdparty/scrap'
  250. make[4]: Entering directory '/home/compguygene/0.4/src/thirdparty'
  251. make[4]: Nothing to be done for 'all-am'.
  252. make[4]: Leaving directory '/home/compguygene/0.4/src/thirdparty'
  253. make[3]: Leaving directory '/home/compguygene/0.4/src/thirdparty'
  254. Making all in swig
  255. make[3]: Entering directory '/home/compguygene/0.4/src/swig'
  256. make[3]: Nothing to be done for 'all'.
  257. make[3]: Leaving directory '/home/compguygene/0.4/src/swig'
  258. Making all in doc
  259. make[3]: Entering directory '/home/compguygene/0.4/src/doc'
  260. echo network.html.dep ":\\" > network.html.dep
  261. grep "include(" network.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> network.html.dep
  262. echo "Makefile" >> network.html.dep
  263. echo index.html.dep ":\\" > index.html.dep
  264. grep "include(" index.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> index.html.dep
  265. echo "Makefile" >> index.html.dep
  266. echo versions.html.dep ":\\" > versions.html.dep
  267. grep "include(" versions.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> versions.html.dep
  268. echo "Makefile" >> versions.html.dep
  269. rm -f commands.txt
  270. cd ../../src && make armagetronad_main && cd .. && ./src/armagetronad_main --vardir ./rubbish --doc 2>&1 | sed -e "s,^\[0\] ,," | grep -v "_help$" | grep -v "^changed" | grep -v "^Executable path: " | grep -v "^TestPath" | grep -v "^Testing data path: " | grep -v "^Testing configuration path: " | grep -v "^Closing socket" | grep -v "^Locale item" > src/doc/commands.txt || true
  271. make[4]: Entering directory '/home/compguygene/0.4/src'
  272. if test -f ../src/tFakeVersion.h; then \
  273. cp ../src/tFakeVersion.h tTrueVersion.h; \
  274. else \
  275. sh ../batch/make/version --verbose .. | awk '{ print "#define TRUE_ARMAGETRONAD_" $1 " " substr( $0, index( $0, $2 ) ) }' >tTrueVersion.h; \
  276. fi
  277. g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/freetype2 -I./tools -I./resource -I./thirdparty/mathexpr -I./thirdparty/utf8 -I./protobuf -Iprotobuf -O2 -MT tools/libtools_a-tVersion.o -MD -MP -MF tools/.deps/libtools_a-tVersion.Tpo -c -o tools/libtools_a-tVersion.o `test -f 'tools/tVersion.cpp' || echo './'`tools/tVersion.cpp
  278. mv -f tools/.deps/libtools_a-tVersion.Tpo tools/.deps/libtools_a-tVersion.Po
  279. Generating universal_variable_values_sed...
  280. sed -f ../universal_variable_values_sed < tUniversalVariables.h.in > tUniversalVariables.h
  281. g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/libpng12 -I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/freetype2 -I./tools -I./resource -I./thirdparty/mathexpr -I./thirdparty/utf8 -I./protobuf -Iprotobuf -O2 -MT tools/libtools_a-tDirectories.o -MD -MP -MF tools/.deps/libtools_a-tDirectories.Tpo -c -o tools/libtools_a-tDirectories.o `test -f 'tools/tDirectories.cpp' || echo './'`tools/tDirectories.cpp
  282. mv -f tools/.deps/libtools_a-tDirectories.Tpo tools/.deps/libtools_a-tDirectories.Po
  283. rm -f libtools.a
  284. ar cru libtools.a resource/libtools_a-tResourceManager.o tools/libtools_a-tVersion.o tools/libtools_a-tArray.o tools/libtools_a-tCallback.o tools/libtools_a-tColor.o tools/libtools_a-tConfiguration.o tools/libtools_a-tConsole.o tools/libtools_a-tDirectories.o tools/libtools_a-tError.o tools/libtools_a-tEventQueue.o tools/libtools_a-tHeap.o tools/libtools_a-tLinkedList.o tools/libtools_a-tLocale.o tools/libtools_a-tMemStack.o tools/libtools_a-tRing.o tools/libtools_a-tSafePTR.o tools/libtools_a-tString.o tools/libtools_a-tSysTime.o tools/libtools_a-tToDo.o tools/libtools_a-tException.o tools/libtools_a-tRecorder.o tools/libtools_a-tRecorderInternal.o tools/libtools_a-tCommandLine.o tools/libtools_a-tRandom.o tools/libtools_a-tIniFile.o tools/libtools_a-tXmlParser.o thirdparty/binreloc/prefix.o tools/values/libtools_a-vCore.o tools/values/libtools_a-vParser.o tools/values/libtools_a-vRegistry.o tools/values/libtools_a-vCollection.o tools/values/libtools_a-veComparison.o tools/values/libtools_a-veLogic.o tools/values/libtools_a-veMath.o tools/values/libtools_a-vebLegacy.o tools/values/libtools_a-vebMathExpr.o tools/libtools_a-tStatFile.o tools/libtools_a-tStatEntry.o tools/libtools_a-tRectangle.o tools/libtools_a-tPlayList.o tools/libtools_a-tDecorator.o tools/libtools_a-tMutex.o tools/libtools_a-tCoord.o tools/libtools_a-tFunction.o tools/libtools_a-tPolynomial.o tools/libtools_a-tPolynomialMarshaler.o tools/libtools_a-tPolynomialWithBase.o tools/libtools_a-tRuby.o tools/libtools_a-md5.o tools/libtools_a-tCrypto.o resource/libtools_a-tResource.o resource/libtools_a-tResourceType.o tools/libtools_a-tMemManager.o
  285. ranlib libtools.a
  286. g++ -I./tools -I./resource -I./thirdparty/mathexpr -I./thirdparty/utf8 -I./protobuf -Iprotobuf -I./render -I./ui -I./thirdparty/shttpd -I./thirdparty/scrap -I./network -I./engine -I./engine/sound -I./thirdparty/particles -I./tron -I./tron/cockpit -O2 -o armagetronad_main tron/armagetronad_main-gFloor.o tron/cockpit/armagetronad_main-cCockpit.o tron/cockpit/armagetronad_main-cMap.o tron/cockpit/armagetronad_main-cCamview.o tron/zone/armagetronad_main-zFortress.o libtron.a libenginecore.a libengine.a libnetwork.a libui.a librender.a libtools.a protobuf/libprotobuf.a thirdparty/mathexpr/libmathexpr.a thirdparty/particles/libparticles.a thirdparty/scrap/libscrap.a -lpthread -lSDL2_image -lGLEW -lGLU -lGL -lX11 -L/usr/X11R6/lib -lSDL2_mixer -L/usr/lib/x86_64-linux-gnu -lSDL2 -lm -lrt -lprotobuf -lboost_thread -lboost_system -lxml2 -lpng12 -lftgl -lfreetype -lz -lpng12
  287. thirdparty/scrap/libscrap.a(libscrap_a-scrap.o): In function `clipboard_filter(SDL_Event const*)':
  288. scrap.cpp:(.text+0x141): undefined reference to `filter(SDL_Event const*)'
  289. thirdparty/scrap/libscrap.a(libscrap_a-scrap.o): In function `init_scrap()':
  290. scrap.cpp:(.text+0x340): undefined reference to `SDL_GetWMInfo'
  291. collect2: error: ld returned 1 exit status
  292. Makefile:1556: recipe for target 'armagetronad_main' failed
  293. make[4]: *** [armagetronad_main] Error 1
  294. make[4]: Leaving directory '/home/compguygene/0.4/src'
  295. test -r commands.txt || echo "Sorry, command help generation failed." > commands.txt
  296. test -r commands.txt || mv commands.txt commands.txt
  297. echo commands.html.dep ":\\" > commands.html.dep
  298. grep "include(" commands.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> commands.html.dep
  299. echo "Makefile" >> commands.html.dep
  300. echo install_macosx.html.dep ":\\" > install_macosx.html.dep
  301. grep "include(" install_macosx.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> install_macosx.html.dep
  302. echo "Makefile" >> install_macosx.html.dep
  303. echo compile.html.dep ":\\" > compile.html.dep
  304. grep "include(" compile.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> compile.html.dep
  305. echo "Makefile" >> compile.html.dep
  306. echo todo.html.dep ":\\" > todo.html.dep
  307. grep "include(" todo.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> todo.html.dep
  308. echo "Makefile" >> todo.html.dep
  309. echo bugs.html.dep ":\\" > bugs.html.dep
  310. grep "include(" bugs.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> bugs.html.dep
  311. echo "Makefile" >> bugs.html.dep
  312. echo config.html.dep ":\\" > config.html.dep
  313. grep "include(" config.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> config.html.dep
  314. echo "Makefile" >> config.html.dep
  315. echo install_result.html.dep ":\\" > install_result.html.dep
  316. grep "include(" install_result.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> install_result.html.dep
  317. echo "Makefile" >> install_result.html.dep
  318. echo faq.html.dep ":\\" > faq.html.dep
  319. grep "include(" faq.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> faq.html.dep
  320. echo "Makefile" >> faq.html.dep
  321. echo readme_macosx.html.dep ":\\" > readme_macosx.html.dep
  322. grep "include(" readme_macosx.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> readme_macosx.html.dep
  323. echo "Makefile" >> readme_macosx.html.dep
  324. echo install_windows.html.dep ":\\" > install_windows.html.dep
  325. grep "include(" install_windows.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> install_windows.html.dep
  326. echo "Makefile" >> install_windows.html.dep
  327. echo changelog.html.dep ":\\" > changelog.html.dep
  328. grep "include(" changelog.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> changelog.html.dep
  329. echo "Makefile" >> changelog.html.dep
  330. echo install_linux.html.dep ":\\" > install_linux.html.dep
  331. grep "include(" install_linux.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> install_linux.html.dep
  332. echo "Makefile" >> install_linux.html.dep
  333. Making all in net
  334. make[4]: Entering directory '/home/compguygene/0.4/src/doc/net'
  335. echo middle.html.dep ":\\" > middle.html.dep
  336. grep "include(" middle.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> middle.html.dep
  337. echo "Makefile" >> middle.html.dep
  338. echo lower.html.dep ":\\" > lower.html.dep
  339. grep "include(" lower.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> lower.html.dep
  340. echo "Makefile" >> lower.html.dep
  341. echo index.html.dep ":\\" > index.html.dep
  342. grep "include(" index.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> index.html.dep
  343. echo "Makefile" >> index.html.dep
  344. echo upper.html.dep ":\\" > upper.html.dep
  345. grep "include(" upper.html.m4 | sed -e "s,include(\(.*\)),./\1\\\," >> upper.html.dep
  346. echo "Makefile" >> upper.html.dep
  347. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r index.html.m4`) include(../../../src/doc/html.m4) include(index.html.m4)" ; } | m4 -I . > index.html || cp index.html.m4 index.html
  348. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r lower.html.m4`) include(../../../src/doc/html.m4) include(lower.html.m4)" ; } | m4 -I . > lower.html || cp lower.html.m4 lower.html
  349. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r middle.html.m4`) include(../../../src/doc/html.m4) include(middle.html.m4)" ; } | m4 -I . > middle.html || cp middle.html.m4 middle.html
  350. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r upper.html.m4`) include(../../../src/doc/html.m4) include(upper.html.m4)" ; } | m4 -I . > upper.html || cp upper.html.m4 upper.html
  351. make[4]: Leaving directory '/home/compguygene/0.4/src/doc/net'
  352. make[4]: Entering directory '/home/compguygene/0.4/src/doc'
  353. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r bugs.html.m4`) include(../../src/doc/html.m4) include(bugs.html.m4)" ; } | m4 -I . > bugs.html || cp bugs.html.m4 bugs.html
  354. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r changelog.html.m4`) include(../../src/doc/html.m4) include(changelog.html.m4)" ; } | m4 -I . > changelog.html || cp changelog.html.m4 changelog.html
  355. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r commands.html.m4`) include(../../src/doc/html.m4) include(commands.html.m4)" ; } | m4 -I . > commands.html || cp commands.html.m4 commands.html
  356. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r compile.html.m4`) include(../../src/doc/html.m4) include(compile.html.m4)" ; } | m4 -I . > compile.html || cp compile.html.m4 compile.html
  357. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r config.html.m4`) include(../../src/doc/html.m4) include(config.html.m4)" ; } | m4 -I . > config.html || cp config.html.m4 config.html
  358. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r faq.html.m4`) include(../../src/doc/html.m4) include(faq.html.m4)" ; } | m4 -I . > faq.html || cp faq.html.m4 faq.html
  359. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r index.html.m4`) include(../../src/doc/html.m4) include(index.html.m4)" ; } | m4 -I . > index.html || cp index.html.m4 index.html
  360. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r install_linux.html.m4`) include(../../src/doc/html.m4) include(install_linux.html.m4)" ; } | m4 -I . > install_linux.html || cp install_linux.html.m4 install_linux.html
  361. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r install_macosx.html.m4`) include(../../src/doc/html.m4) include(install_macosx.html.m4)" ; } | m4 -I . > install_macosx.html || cp install_macosx.html.m4 install_macosx.html
  362. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r install_result.html.m4`) include(../../src/doc/html.m4) include(install_result.html.m4)" ; } | m4 -I . > install_result.html || cp install_result.html.m4 install_result.html
  363. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r install_windows.html.m4`) include(../../src/doc/html.m4) include(install_windows.html.m4)" ; } | m4 -I . > install_windows.html || cp install_windows.html.m4 install_windows.html
  364. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r network.html.m4`) include(../../src/doc/html.m4) include(network.html.m4)" ; } | m4 -I . > network.html || cp network.html.m4 network.html
  365. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r readme_macosx.html.m4`) include(../../src/doc/html.m4) include(readme_macosx.html.m4)" ; } | m4 -I . > readme_macosx.html || cp readme_macosx.html.m4 readme_macosx.html
  366. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r todo.html.m4`) include(../../src/doc/html.m4) include(todo.html.m4)" ; } | m4 -I . > todo.html || cp todo.html.m4 todo.html
  367. { echo "define(CHANGEDATE,`date +"%b %d %Y" -r versions.html.m4`) include(../../src/doc/html.m4) include(versions.html.m4)" ; } | m4 -I . > versions.html || cp versions.html.m4 versions.html
  368. make[4]: Leaving directory '/home/compguygene/0.4/src/doc'
  369. make[3]: Leaving directory '/home/compguygene/0.4/src/doc'
  370. make[3]: Entering directory '/home/compguygene/0.4/src'
  371. g++ -I./tools -I./resource -I./thirdparty/mathexpr -I./thirdparty/utf8 -I./protobuf -Iprotobuf -I./render -I./ui -I./thirdparty/shttpd -I./thirdparty/scrap -I./network -I./engine -I./engine/sound -I./thirdparty/particles -I./tron -I./tron/cockpit -O2 -o armagetronad_main tron/armagetronad_main-gFloor.o tron/cockpit/armagetronad_main-cCockpit.o tron/cockpit/armagetronad_main-cMap.o tron/cockpit/armagetronad_main-cCamview.o tron/zone/armagetronad_main-zFortress.o libtron.a libenginecore.a libengine.a libnetwork.a libui.a librender.a libtools.a protobuf/libprotobuf.a thirdparty/mathexpr/libmathexpr.a thirdparty/particles/libparticles.a thirdparty/scrap/libscrap.a -lpthread -lSDL2_image -lGLEW -lGLU -lGL -lX11 -L/usr/X11R6/lib -lSDL2_mixer -L/usr/lib/x86_64-linux-gnu -lSDL2 -lm -lrt -lprotobuf -lboost_thread -lboost_system -lxml2 -lpng12 -lftgl -lfreetype -lz -lpng12
  372. thirdparty/scrap/libscrap.a(libscrap_a-scrap.o): In function `clipboard_filter(SDL_Event const*)':
  373. scrap.cpp:(.text+0x141): undefined reference to `filter(SDL_Event const*)'
  374. thirdparty/scrap/libscrap.a(libscrap_a-scrap.o): In function `init_scrap()':
  375. scrap.cpp:(.text+0x340): undefined reference to `SDL_GetWMInfo'
  376. collect2: error: ld returned 1 exit status
  377. Makefile:1556: recipe for target 'armagetronad_main' failed
  378. make[3]: *** [armagetronad_main] Error 1
  379. make[3]: Leaving directory '/home/compguygene/0.4/src'
  380. Makefile:4135: recipe for target 'all-recursive' failed
  381. make[2]: *** [all-recursive] Error 1
  382. make[2]: Leaving directory '/home/compguygene/0.4/src'
  383. Makefile:758: recipe for target 'all-recursive' failed
  384. make[1]: *** [all-recursive] Error 1
  385. make[1]: Leaving directory '/home/compguygene/0.4'
  386. Makefile:549: recipe for target 'all' failed
  387. make: *** [all] Error 2
  388. compguygene@compguygene-old-one-made-new:~/0.4$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement