Advertisement
Guest User

compile swars port

a guest
Feb 23rd, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. newk@P4:~/swars-master$ /home/newk/swars-master/./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking for gcc... gcc
  8. checking for C compiler default output file name... a.out
  9. checking whether the C compiler works... yes
  10. checking whether we are cross compiling... no
  11. checking for suffix of executables...
  12. checking for suffix of object files... o
  13. checking whether we are using the GNU C compiler... yes
  14. checking whether gcc accepts -g... yes
  15. checking for gcc option to accept ISO C89... none needed
  16. checking for style of include used by make... GNU
  17. checking dependency style of gcc... gcc3
  18. checking dependency style of gcc... gcc3
  19. checking for python... python
  20. checking for pkg-config... /usr/bin/pkg-config
  21. checking pkg-config is at least version 0.9.0... yes
  22. checking build system type... i686-pc-linux-gnu
  23. checking host system type... i686-pc-linux-gnu
  24. checking if we are compiling for an i386 processor... yes
  25. checking if C symbols need an underscore... no
  26. checking if we need a __unix__ define... no
  27. checking how to run the C preprocessor... gcc -E
  28. checking for grep that handles long lines and -e... /bin/grep
  29. checking for egrep... /bin/grep -E
  30. checking for ANSI C header files... yes
  31. checking for sys/types.h... yes
  32. checking for sys/stat.h... yes
  33. checking for stdlib.h... yes
  34. checking for string.h... yes
  35. checking for memory.h... yes
  36. checking for strings.h... yes
  37. checking for inttypes.h... yes
  38. checking for stdint.h... yes
  39. checking for unistd.h... yes
  40. checking for off_t... yes
  41. checking for gettimeofday... yes
  42. checking for unistd.h... (cached) yes
  43. checking for sdl-config... /usr/bin/sdl-config
  44. checking for SDL - version >= 1.2.0... yes
  45. checking for vorbisfile >= 1.2.0... yes
  46. checking for libpng... yes
  47. checking AL/al.h usability... yes
  48. checking AL/al.h presence... yes
  49. checking for AL/al.h... yes
  50. checking for alGenSources in -framework OpenAL... no
  51. checking for alGenSources in -lopenal... ^[[Ayes
  52. checking whether to enable debugging options... no
  53. configure: creating ./config.status
  54. config.status: creating Makefile
  55. config.status: creating conf/Makefile
  56. config.status: creating src/Makefile
  57. config.status: creating util/Makefile
  58. config.status: creating src/config.h
  59. config.status: src/config.h is unchanged
  60. config.status: executing depfiles commands
  61.  
  62. configure: data path: /usr/local/share/swars
  63. configure: debugging options: no
  64. newk@P4:~/swars-master$ make
  65. Making all in conf
  66. make[1]: Entering directory `/home/newk/swars-master/conf'
  67. make[1]: Nothing to be done for `all'.
  68. make[1]: Leaving directory `/home/newk/swars-master/conf'
  69. Making all in src
  70. make[1]: Entering directory `/home/newk/swars-master/src'
  71. make all-am
  72. make[2]: Entering directory `/home/newk/swars-master/src'
  73. CC display.o
  74. CC dos.o
  75. dos.c: In function ‘dos_int386’:
  76. dos.c:412:9: warning: ‘*((void *)&eip_caller+32)’ is used uninitialized in this function [-Wuninitialized]
  77. void *eip_caller = *(&eip_caller + 8);
  78. ^
  79. dos.c: In function ‘dos_int386x’:
  80. dos.c:420:9: warning: ‘*((void *)&eip_caller+36)’ is used uninitialized in this function [-Wuninitialized]
  81. void *eip_caller = *(&eip_caller + 9);
  82. ^
  83. dos.c: In function ‘dos_getvect’:
  84. dos.c:438:9: warning: ‘*((void *)&eip_caller+24)’ is used uninitialized in this function [-Wuninitialized]
  85. void *eip_caller = *(&eip_caller + 6);
  86. ^
  87. dos.c: In function ‘dos_setvect’:
  88. dos.c:445:9: warning: ‘*((void *)&eip_caller+28)’ is used uninitialized in this function [-Wuninitialized]
  89. void *eip_caller = *(&eip_caller + 7);
  90. ^
  91. CC game.o
  92. CC keyboard.o
  93. CC main.o
  94. main.c: In function ‘main’:
  95. main.c:82:33: error: expected ‘)’ before ‘VER_STRING’
  96. printf ("Syndicate Wars Port "VER_STRING"\n"
  97. ^
  98. make[2]: *** [main.o] Error 1
  99. make[2]: Leaving directory `/home/newk/swars-master/src'
  100. make[1]: *** [all] Error 2
  101. make[1]: Leaving directory `/home/newk/swars-master/src'
  102. make: *** [all-recursive] Error 1
  103. newk@P4:~/swars-master$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement