Advertisement
Guest User

Untitled

a guest
Sep 24th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.45 KB | None | 0 0
  1. jake@Linuxbox:~$ cd ~/Downloads/AlephOne-20120514/
  2. jake@Linuxbox:~/Downloads/AlephOne-20120514$ sudo ./configure && make && make install
  3. [sudo] password for jake:
  4. checking build system type... x86_64-unknown-linux-gnu
  5. checking host system type... x86_64-unknown-linux-gnu
  6. checking target system type... x86_64-unknown-linux-gnu
  7. checking for a BSD-compatible install... /usr/bin/install -c
  8. checking whether build environment is sane... yes
  9. checking for a thread-safe mkdir -p... /bin/mkdir -p
  10. checking for gawk... gawk
  11. checking whether make sets $(MAKE)... yes
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking for style of include used by make... GNU
  22. checking dependency style of gcc... gcc3
  23. checking how to run the C preprocessor... gcc -E
  24. checking for g++... g++
  25. checking whether we are using the GNU C++ compiler... yes
  26. checking whether g++ accepts -g... yes
  27. checking dependency style of g++... gcc3
  28. checking how to run the C++ preprocessor... g++ -E
  29. checking for ranlib... ranlib
  30. checking for grep that handles long lines and -e... /bin/grep
  31. checking for egrep... /bin/grep -E
  32. checking for ANSI C header files... yes
  33. checking for sys/types.h... yes
  34. checking for sys/stat.h... yes
  35. checking for stdlib.h... yes
  36. checking for string.h... yes
  37. checking for memory.h... yes
  38. checking for strings.h... yes
  39. checking for inttypes.h... yes
  40. checking for stdint.h... yes
  41. checking for unistd.h... yes
  42. checking for unistd.h... (cached) yes
  43. checking pwd.h usability... yes
  44. checking pwd.h presence... yes
  45. checking for pwd.h... yes
  46. checking for snprintf... yes
  47. checking for vsnprintf... yes
  48. checking for mkstemp... yes
  49. checking for sdl-config... /usr/bin/sdl-config
  50. checking for SDL - version >= 1.2.0... yes
  51. checking SDL_image.h usability... no
  52. checking SDL_image.h presence... no
  53. checking for SDL_image.h... no
  54. checking SDL_ttf.h usability... no
  55. checking SDL_ttf.h presence... no
  56. checking for SDL_ttf.h... no
  57. checking SDL_net.h usability... yes
  58. checking SDL_net.h presence... yes
  59. checking for SDL_net.h... yes
  60. checking for SDLNet_Init in -lSDL_net... yes
  61. checking for library containing gethostbyname... none required
  62. checking for library containing socket... none required
  63. checking zlib.h usability... yes
  64. checking zlib.h presence... yes
  65. checking for zlib.h... yes
  66. checking for zlibVersion in -lz... yes
  67. checking for pkg-config... /usr/bin/pkg-config
  68. checking pkg-config is at least version 0.9.0... yes
  69. checking for ZZIP... yes
  70. checking for PNG... yes
  71. checking boost/bind.hpp usability... yes
  72. checking boost/bind.hpp presence... yes
  73. checking for boost/bind.hpp... yes
  74. checking boost/function.hpp usability... yes
  75. checking boost/function.hpp presence... yes
  76. checking for boost/function.hpp... yes
  77. checking smpeg/smpeg.h usability... no
  78. checking smpeg/smpeg.h presence... no
  79. checking for smpeg/smpeg.h... no
  80. checking mad.h usability... no
  81. checking mad.h presence... no
  82. checking for mad.h... no
  83. checking sndfile.h usability... no
  84. checking sndfile.h presence... no
  85. checking for sndfile.h... no
  86. checking for VORBISFILE... yes
  87. checking speex/speex.h usability... no
  88. checking speex/speex.h presence... no
  89. checking for speex/speex.h... no
  90. checking alsa/asoundlib.h usability... yes
  91. checking alsa/asoundlib.h presence... yes
  92. checking for alsa/asoundlib.h... yes
  93. checking for snd_pcm_open in -lasound... yes
  94. checking for OpenGL support... yes
  95. checking for gluScaleImage in -lGLU... yes
  96. checking for GL/glext.h... yes
  97. configure: creating ./config.status
  98. config.status: creating Makefile
  99. config.status: creating AlephOne.spec
  100. config.status: creating Source_Files/Makefile
  101. config.status: creating Source_Files/CSeries/Makefile
  102. config.status: creating Source_Files/Expat/Makefile
  103. config.status: creating Source_Files/Files/Makefile
  104. config.status: creating Source_Files/GameWorld/Makefile
  105. config.status: creating Source_Files/Input/Makefile
  106. config.status: creating Source_Files/LibNAT/Makefile
  107. config.status: creating Source_Files/Lua/Makefile
  108. config.status: creating Source_Files/Misc/Makefile
  109. config.status: creating Source_Files/ModelView/Makefile
  110. config.status: creating Source_Files/Network/Makefile
  111. config.status: creating Source_Files/Network/Metaserver/Makefile
  112. config.status: creating Source_Files/RenderMain/Makefile
  113. config.status: creating Source_Files/RenderOther/Makefile
  114. config.status: creating Source_Files/Sound/Makefile
  115. config.status: creating Source_Files/TCPMess/Makefile
  116. config.status: creating Source_Files/XML/Makefile
  117. config.status: creating tools/Makefile
  118. config.status: creating data/Makefile
  119. config.status: creating data/default_theme/Makefile
  120. config.status: creating config.h
  121. config.status: executing depfiles commands
  122. Configuration done. Now type "make".
  123. make all-recursive
  124. make[1]: Entering directory `/home/jake/Downloads/AlephOne-20120514'
  125. Making all in Source_Files
  126. make[2]: Entering directory `/home/jake/Downloads/AlephOne-20120514/Source_Files'
  127. Making all in CSeries
  128. make[3]: Entering directory `/home/jake/Downloads/AlephOne-20120514/Source_Files/CSeries'
  129. g++ -DHAVE_CONFIG_H -I. -I../.. -I../../Source_Files/Files -I../../Source_Files/GameWorld -I../../Source_Files/Input -I../../Source_Files/Misc -I../../Source_Files/ModelView -I../../Source_Files/Network -I../../Source_Files/Pfhortran -I../../Source_Files/RenderMain -I../../Source_Files/RenderOther -I../../Source_Files/Sound -I../../Source_Files/XML -I../../Source_Files/Network/Metaserver -I../../Source_Files/TCPMess -I/usr/include/libpng12 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL -g -O2 -MT byte_swapping.o -MD -MP -MF .deps/byte_swapping.Tpo -c -o byte_swapping.o byte_swapping.cpp
  130. byte_swapping.cpp:61:1: fatal error: opening dependency file .deps/byte_swapping.Tpo: Permission denied
  131. compilation terminated.
  132. make[3]: *** [byte_swapping.o] Error 1
  133. make[3]: Leaving directory `/home/jake/Downloads/AlephOne-20120514/Source_Files/CSeries'
  134. make[2]: *** [all-recursive] Error 1
  135. make[2]: Leaving directory `/home/jake/Downloads/AlephOne-20120514/Source_Files'
  136. make[1]: *** [all-recursive] Error 1
  137. make[1]: Leaving directory `/home/jake/Downloads/AlephOne-20120514'
  138. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement