Guest User

Untitled

a guest
May 18th, 2018
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.90 KB | None | 0 0
  1. $ sudo ruby build.rb all
  2. Password:
  3. ---------------
  4. Building Cdvdnull
  5. ---------------
  6. aclocal-1.11: `configure.ac' or `configure.in' is required
  7. automake-1.11: `configure.ac' or `configure.in' is required
  8. autoconf-2.68: error: no input file
  9. chmod: cannot access `configure': No such file or directory
  10. make: *** No rule to make target `clean'. Stop.
  11. make: *** No rule to make target `install'. Stop.
  12. ---------------
  13. Building Dev9null
  14. ---------------
  15. aclocal-1.11: `configure.ac' or `configure.in' is required
  16. automake-1.11: `configure.ac' or `configure.in' is required
  17. autoconf-2.68: error: no input file
  18. chmod: cannot access `configure': No such file or directory
  19. make: *** No rule to make target `clean'. Stop.
  20. make: *** No rule to make target `install'. Stop.
  21. ---------------
  22. Building Fwnull
  23. ---------------
  24. aclocal-1.11: `configure.ac' or `configure.in' is required
  25. automake-1.11: `configure.ac' or `configure.in' is required
  26. autoconf-2.68: error: no input file
  27. chmod: cannot access `configure': No such file or directory
  28. make: *** No rule to make target `clean'. Stop.
  29. make: *** No rule to make target `install'. Stop.
  30. ---------------
  31. Building Usbnull
  32. ---------------
  33. aclocal-1.11: `configure.ac' or `configure.in' is required
  34. automake-1.11: `configure.ac' or `configure.in' is required
  35. autoconf-2.68: error: no input file
  36. chmod: cannot access `configure': No such file or directory
  37. make: *** No rule to make target `clean'. Stop.
  38. make: *** No rule to make target `install'. Stop.
  39. ---------------
  40. Building Spu2null
  41. ---------------
  42. aclocal-1.11: `configure.ac' or `configure.in' is required
  43. automake-1.11: `configure.ac' or `configure.in' is required
  44. autoconf-2.68: error: no input file
  45. chmod: cannot access `configure': No such file or directory
  46. make: *** No rule to make target `clean'. Stop.
  47. make: *** No rule to make target `install'. Stop.
  48. ---------------
  49. Building Zerogs
  50. ---------------
  51. Linux/Makefile.am:3: shell pkg-config --cflags gtk+-2.0: non-POSIX variable name
  52. Linux/Makefile.am:3: (probably a GNU make extension)
  53. checking for a BSD-compatible install... /usr/bin/install -c
  54. checking whether build environment is sane... yes
  55. checking for a thread-safe mkdir -p... /bin/mkdir -p
  56. checking for gawk... gawk
  57. checking whether make sets $(MAKE)... yes
  58. checking for gcc... gcc
  59. checking whether the C compiler works... yes
  60. checking for C compiler default output file name... a.out
  61. checking for suffix of executables...
  62. checking whether we are cross compiling... no
  63. checking for suffix of object files... o
  64. checking whether we are using the GNU C compiler... yes
  65. checking whether gcc accepts -g... yes
  66. checking for gcc option to accept ISO C89... none needed
  67. checking for style of include used by make... GNU
  68. checking dependency style of gcc... gcc3
  69. checking for gcc... gcc
  70. checking whether we are using the GNU C++ compiler... yes
  71. checking whether gcc accepts -g... yes
  72. checking dependency style of gcc... gcc3
  73. checking how to run the C preprocessor... gcc -E
  74. checking whether gcc and cc understand -c and -o together... yes
  75. checking for ranlib... ranlib
  76. checking dependency style of gcc... gcc3
  77. checking debug build... no
  78. checking for _aligned_malloc... no
  79. checking for _aligned_free... no
  80. checking for development build...... no
  81. checking check for sse2...... no
  82. checking gtk2+... checking for pkg-config... pkg-config
  83. checking OpenGL... checking for GL/gl.h... yes
  84. checking for GL/glu.h... yes
  85. checking for GL/glext.h... yes
  86. checking for main in -lGL... yes
  87. checking for main in -lGLU... yes
  88. checking for main in -lGLEW... yes
  89. checking Cg... checking for grep that handles long lines and -e... /bin/grep
  90. checking for egrep... /bin/grep -E
  91. checking for ANSI C header files... yes
  92. checking for sys/types.h... yes
  93. checking for sys/stat.h... yes
  94. checking for stdlib.h... yes
  95. checking for string.h... yes
  96. checking for memory.h... yes
  97. checking for strings.h... yes
  98. checking for inttypes.h... yes
  99. checking for stdint.h... yes
  100. checking for unistd.h... yes
  101. checking jpeglib.h usability... yes
  102. checking jpeglib.h presence... yes
  103. checking for jpeglib.h... yes
  104. checking for main in -ljpeg... yes
  105. checking for main in -lpthread... yes
  106. checking for main in -lstdc++... yes
  107. checking for main in -lz... yes
  108. checking for main in -ldl... yes
  109. checking for main in -lXxf86vm... yes
  110. configure: creating ./config.status
  111. config.status: creating Makefile
  112. config.status: creating Linux/Makefile
  113. config.status: executing depfiles commands
  114. Configuration:
  115. Target system type:
  116. x86-64 build?
  117. SSE2 enabled? no
  118. Debug build? no
  119. Dev build? no
  120. Making clean in Linux
  121. make[1]: Entering directory `/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/plugins/zerogs/opengl/Linux'
  122. test -z "libZeroGSLinux.a" || rm -f libZeroGSLinux.a
  123. rm -f *.o
  124. make[1]: Leaving directory `/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/plugins/zerogs/opengl/Linux'
  125. Making clean in .
  126. make[1]: Entering directory `/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/plugins/zerogs/opengl'
  127. test -z "libZeroGSogl.a" || rm -f libZeroGSogl.a
  128. test -z "libZeroGSoglr.so.0.96.2" || rm -f libZeroGSoglr.so.0.96.2
  129. rm -f *.o
  130. make[1]: Leaving directory `/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/plugins/zerogs/opengl'
  131. Making install in Linux
  132. make[1]: Entering directory `/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/plugins/zerogs/opengl/Linux'
  133. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I./../ -I./../common -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -MT callbacks.o -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.o callbacks.c
  134. mv -f .deps/callbacks.Tpo .deps/callbacks.Po
  135. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I./../ -I./../common -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fpermissive -m32 -MT Conf.o -MD -MP -MF .deps/Conf.Tpo -c -o Conf.o Conf.cpp
  136. Conf.cpp: In function 'void LoadConfig()':
  137. Conf.cpp:68:50: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result
  138. Conf.cpp:69:48: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result
  139. Conf.cpp:70:44: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result
  140. Conf.cpp:71:48: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result
  141. Conf.cpp:72:42: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result
  142. Conf.cpp:73:54: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result
  143. mv -f .deps/Conf.Tpo .deps/Conf.Po
  144. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I./../ -I./../common -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.c
  145. mv -f .deps/interface.Tpo .deps/interface.Po
  146. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I./../ -I./../common -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fpermissive -m32 -MT Linux.o -MD -MP -MF .deps/Linux.Tpo -c -o Linux.o Linux.cpp
  147. Linux.cpp: In function 'void GSconfigure()':
  148. Linux.cpp:193:24: warning: ignoring return value of 'char* getcwd(char*, size_t)', declared with attribute warn_unused_result
  149. mv -f .deps/Linux.Tpo .deps/Linux.Po
  150. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I./../ -I./../common -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -MT support.o -MD -MP -MF .deps/support.Tpo -c -o support.o support.c
  151. mv -f .deps/support.Tpo .deps/support.Po
  152. rm -f libZeroGSLinux.a
  153. ar cru libZeroGSLinux.a callbacks.o Conf.o interface.o Linux.o support.o
  154. ranlib libZeroGSLinux.a
  155. make[2]: Entering directory `/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/plugins/zerogs/opengl/Linux'
  156. make[2]: Nothing to be done for `install-exec-am'.
  157. make[2]: Nothing to be done for `install-data-am'.
  158. make[2]: Leaving directory `/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/plugins/zerogs/opengl/Linux'
  159. make[1]: Leaving directory `/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/plugins/zerogs/opengl/Linux'
  160. Making install in .
  161. make[1]: Entering directory `/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/plugins/zerogs/opengl'
  162. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -I./../../../common/include -I./../../../3rdparty -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fpermissive -m32 -MT libZeroGSogl_a-GSmain.o -MD -MP -MF .deps/libZeroGSogl_a-GSmain.Tpo -c -o libZeroGSogl_a-GSmain.o `test -f 'GSmain.cpp' || echo './'`GSmain.cpp
  163. GSmain.cpp:74:22: warning: deprecated conversion from string constant to 'char*'
  164. GSmain.cpp: In function 's32 GSinit()':
  165. GSmain.cpp:280:39: warning: deprecated conversion from string constant to 'char*'
  166. GSmain.cpp: In function 'void GSmakeSnapshot(char*)':
  167. GSmain.cpp:694:99: warning: format '%03ld' expects type 'long int', but argument 4 has type 'u32'
  168. GSmain.cpp:710:17: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result
  169. mv -f .deps/libZeroGSogl_a-GSmain.Tpo .deps/libZeroGSogl_a-GSmain.Po
  170. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -I./../../../common/include -I./../../../3rdparty -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fpermissive -m32 -MT libZeroGSogl_a-memcpy_amd.o -MD -MP -MF .deps/libZeroGSogl_a-memcpy_amd.Tpo -c -o libZeroGSogl_a-memcpy_amd.o `test -f 'memcpy_amd.cpp' || echo './'`memcpy_amd.cpp
  171. memcpy_amd.cpp:95:26: warning: missing terminating ' character
  172. memcpy_amd.cpp:100:30: warning: missing terminating ' character
  173. memcpy_amd.cpp:106:38: warning: missing terminating ' character
  174. memcpy_amd.cpp:163:38: warning: missing terminating ' character
  175. memcpy_amd.cpp:225:37: warning: missing terminating ' character
  176. memcpy_amd.cpp:273:53: warning: missing terminating ' character
  177. memcpy_amd.cpp:276:34: warning: missing terminating ' character
  178. mv -f .deps/libZeroGSogl_a-memcpy_amd.Tpo .deps/libZeroGSogl_a-memcpy_amd.Po
  179. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -I./../../../common/include -I./../../../3rdparty -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fpermissive -m32 -MT libZeroGSogl_a-Regs.o -MD -MP -MF .deps/libZeroGSogl_a-Regs.Tpo -c -o libZeroGSogl_a-Regs.o `test -f 'Regs.cpp' || echo './'`Regs.cpp
  180. Regs.cpp: In function 'void GIFPackedRegHandlerNull(u32*)':
  181. Regs.cpp:78:89: warning: format '%8.8lx' expects type 'long unsigned int', but argument 2 has type 'u32'
  182. Regs.cpp:78:89: warning: format '%8.8lx' expects type 'long unsigned int', but argument 3 has type 'u32'
  183. mv -f .deps/libZeroGSogl_a-Regs.Tpo .deps/libZeroGSogl_a-Regs.Po
  184. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -I./../../../common/include -I./../../../3rdparty -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fpermissive -m32 -MT libZeroGSogl_a-x86.o -MD -MP -MF .deps/libZeroGSogl_a-x86.Tpo -c -o libZeroGSogl_a-x86.o `test -f 'x86.cpp' || echo './'`x86.cpp
  185. mv -f .deps/libZeroGSogl_a-x86.Tpo .deps/libZeroGSogl_a-x86.Po
  186. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -I./../../../common/include -I./../../../3rdparty -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fpermissive -m32 -MT libZeroGSogl_a-zpipe.o -MD -MP -MF .deps/libZeroGSogl_a-zpipe.Tpo -c -o libZeroGSogl_a-zpipe.o `test -f 'zpipe.cpp' || echo './'`zpipe.cpp
  187. mv -f .deps/libZeroGSogl_a-zpipe.Tpo .deps/libZeroGSogl_a-zpipe.Po
  188. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -I./../../../common/include -I./../../../3rdparty -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fpermissive -m32 -MT libZeroGSogl_a-Mem.o -MD -MP -MF .deps/libZeroGSogl_a-Mem.Tpo -c -o libZeroGSogl_a-Mem.o `test -f 'Mem.cpp' || echo './'`Mem.cpp
  189. mv -f .deps/libZeroGSogl_a-Mem.Tpo .deps/libZeroGSogl_a-Mem.Po
  190. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -I./../../../common/include -I./../../../3rdparty -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fpermissive -m32 -MT libZeroGSogl_a-rasterfont.o -MD -MP -MF .deps/libZeroGSogl_a-rasterfont.Tpo -c -o libZeroGSogl_a-rasterfont.o `test -f 'rasterfont.cpp' || echo './'`rasterfont.cpp
  191. mv -f .deps/libZeroGSogl_a-rasterfont.Tpo .deps/libZeroGSogl_a-rasterfont.Po
  192. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -I./../../../common/include -I./../../../3rdparty -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fpermissive -m32 -MT libZeroGSogl_a-targets.o -MD -MP -MF .deps/libZeroGSogl_a-targets.Tpo -c -o libZeroGSogl_a-targets.o `test -f 'targets.cpp' || echo './'`targets.cpp
  193. targets.cpp: In member function 'ZeroGS::CMemoryTarget* ZeroGS::CMemoryTargetMngr::GetMemoryTarget(const tex0Info&, int)':
  194. targets.cpp:1627:37: warning: deprecated conversion from string constant to 'char*'
  195. targets.cpp:1720:45: warning: deprecated conversion from string constant to 'char*'
  196. targets.cpp: In function 'void ZeroGS::TransferHostLocal(const void*, u32)':
  197. targets.cpp:2589:39: warning: deprecated conversion from string constant to 'char*'
  198. mv -f .deps/libZeroGSogl_a-targets.Tpo .deps/libZeroGSogl_a-targets.Po
  199. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -I./../../../common/include -I./../../../3rdparty -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fpermissive -m32 -MT libZeroGSogl_a-zerogs.o -MD -MP -MF .deps/libZeroGSogl_a-zerogs.Tpo -c -o libZeroGSogl_a-zerogs.o `test -f 'zerogs.cpp' || echo './'`zerogs.cpp
  200. zerogs.cpp:321:3: warning: non-local variable '<anonymous union> g_vars' uses anonymous type
  201. zerogs.cpp: In function 'void ZeroGS::ChangeDeviceSize(int, int)':
  202. zerogs.cpp:1741:51: warning: deprecated conversion from string constant to 'char*'
  203. zerogs.cpp: In function 'void ZeroGS::Flush(int)':
  204. zerogs.cpp:2436:27: warning: deprecated conversion from string constant to 'char*'
  205. zerogs.cpp:2565:42: warning: deprecated conversion from string constant to 'char*'
  206. zerogs.cpp:2871:40: warning: deprecated conversion from string constant to 'char*'
  207. zerogs.cpp:2884:39: warning: deprecated conversion from string constant to 'char*'
  208. zerogs.cpp: In function 'void ZeroGS::RenderCRTC(int)':
  209. zerogs.cpp:3405:32: warning: deprecated conversion from string constant to 'char*'
  210. zerogs.cpp: In function 'void ZeroGS::SetTexVariables(int, FRAGMENTSHADER*, int)':
  211. zerogs.cpp:4504:37: warning: deprecated conversion from string constant to 'char*'
  212. zerogs.cpp: In function 'void ZeroGS::SetTexVariablesInt(int, int, const tex0Info&, ZeroGS::CMemoryTarget*, FRAGMENTSHADER*, int)':
  213. zerogs.cpp:4707:40: warning: deprecated conversion from string constant to 'char*'
  214. zerogs.cpp: In function 'bool ZeroGS::SaveTGA(const char*, int, int, void*)':
  215. zerogs.cpp:5740:33: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result
  216. zerogs.cpp:5741:37: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result
  217. zerogs.cpp: In function 'bool ZeroGS::Create(int, int)':
  218. zerogs.cpp:1190:40: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result
  219. mv -f .deps/libZeroGSogl_a-zerogs.Tpo .deps/libZeroGSogl_a-zerogs.Po
  220. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -I./../../../common/include -I./../../../3rdparty -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fpermissive -m32 -MT libZeroGSogl_a-GifTransfer.o -MD -MP -MF .deps/libZeroGSogl_a-GifTransfer.Tpo -c -o libZeroGSogl_a-GifTransfer.o `test -f 'GifTransfer.cpp' || echo './'`GifTransfer.cpp
  221. mv -f .deps/libZeroGSogl_a-GifTransfer.Tpo .deps/libZeroGSogl_a-GifTransfer.Po
  222. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -I./../../../common/include -I./../../../3rdparty -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -fpermissive -m32 -MT libZeroGSogl_a-GLWinX11.o -MD -MP -MF .deps/libZeroGSogl_a-GLWinX11.Tpo -c -o libZeroGSogl_a-GLWinX11.o `test -f 'GLWinX11.cpp' || echo './'`GLWinX11.cpp
  223. mv -f .deps/libZeroGSogl_a-GLWinX11.Tpo .deps/libZeroGSogl_a-GLWinX11.Po
  224. gcc -DPACKAGE_NAME=\"ZeroGSogl\" -DPACKAGE_TARNAME=\"zerogsogl\" -DPACKAGE_VERSION=\"0.96.2\" -DPACKAGE_STRING=\"ZeroGSogl\ 0.96.2\" -DPACKAGE_BUGREPORT=\"zerofrog@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ZeroGSogl\" -DVERSION=\"0.96.2\" -DNDEBUG=1 -DHAVE_GL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_GL_GLEXT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_JPEGLIB_H=1 -I. -I./../../../common/include -I./../../../3rdparty -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -m32 -MT libZeroGSogl_a-x86-32.o -MD -MP -MF .deps/libZeroGSogl_a-x86-32.Tpo -c -o libZeroGSogl_a-x86-32.o `test -f 'x86-32.S' || echo './'`x86-32.S
  225. mv -f .deps/libZeroGSogl_a-x86-32.Tpo .deps/libZeroGSogl_a-x86-32.Po
  226. rm -f libZeroGSogl.a
  227. ar cru libZeroGSogl.a libZeroGSogl_a-GSmain.o libZeroGSogl_a-memcpy_amd.o libZeroGSogl_a-Regs.o libZeroGSogl_a-x86.o libZeroGSogl_a-zpipe.o libZeroGSogl_a-Mem.o libZeroGSogl_a-rasterfont.o libZeroGSogl_a-targets.o libZeroGSogl_a-zerogs.o libZeroGSogl_a-GifTransfer.o libZeroGSogl_a-GLWinX11.o libZeroGSogl_a-x86-32.o
  228. ranlib libZeroGSogl.a
  229. gcc -I/opt/cg/include -L/opt/cg/lib -O3 -fomit-frame-pointer -m32 -shared -Wl,-soname,libZeroGSogl.so.0.96.2 -o libZeroGSoglr.so.0.96.2 libZeroGSogl_a-GSmain.o libZeroGSogl_a-memcpy_amd.o libZeroGSogl_a-Regs.o libZeroGSogl_a-x86.o libZeroGSogl_a-zpipe.o libZeroGSogl_a-Mem.o libZeroGSogl_a-rasterfont.o libZeroGSogl_a-targets.o libZeroGSogl_a-zerogs.o libZeroGSogl_a-GifTransfer.o libZeroGSogl_a-GLWinX11.o libZeroGSogl_a-x86-32.o Linux/libZeroGSLinux.a -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lGL -lGLU -lGLEW -ljpeg -lpthread -lstdc++ -lz -ldl -lXxf86vm -lCg -lCgGL
  230. /usr/lib/gcc/i686-pc-linux-gnu/4.5.3/../../../../i686-pc-linux-gnu/bin/ld: warning: creating a DT_TEXTREL in object.
  231. make[2]: Entering directory `/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/plugins/zerogs/opengl'
  232. make[2]: Nothing to be done for `install-exec-am'.
  233. test -z "/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/bin/plugins" || /bin/mkdir -p "/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/bin/plugins"
  234. /usr/bin/install -c libZeroGSoglr.so.0.96.2 '/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/bin/plugins'
  235. make[2]: Leaving directory `/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/plugins/zerogs/opengl'
  236. make[1]: Leaving directory `/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/plugins/zerogs/opengl'
  237. ---------------
  238. Building Zzogl
  239. ---------------
  240. Linux/Makefile.am:3: shell pkg-config --cflags gtk+-2.0: non-POSIX variable name
  241. Linux/Makefile.am:3: (probably a GNU make extension)
  242. checking for a BSD-compatible install... /usr/bin/install -c
  243. checking whether build environment is sane... yes
  244. link: missing operand after `/usr/share/automake-1.11/missing'
  245. Try `link --help' for more information.
  246. configure: WARNING: `missing' script is too old or missing
  247. checking for a thread-safe mkdir -p... /bin/mkdir -p
  248. checking for gawk... gawk
  249. checking whether make sets $(MAKE)... yes
  250. checking for gcc... gcc
  251. checking whether the C compiler works... yes
  252. checking for C compiler default output file name... a.out
  253. checking for suffix of executables...
  254. checking whether we are cross compiling... no
  255. checking for suffix of object files... o
  256. checking whether we are using the GNU C compiler... yes
  257. checking whether gcc accepts -g... yes
  258. checking for gcc option to accept ISO C89... none needed
  259. checking for style of include used by make... GNU
  260. checking dependency style of gcc... none
  261. checking for gcc... gcc
  262. checking whether we are using the GNU C++ compiler... yes
  263. checking whether gcc accepts -g... yes
  264. checking dependency style of gcc... none
  265. checking how to run the C preprocessor... gcc -E
  266. checking whether gcc and cc understand -c and -o together... yes
  267. checking for ranlib... ranlib
  268. checking dependency style of gcc... none
  269. checking debug build... no
  270. checking for _aligned_malloc... no
  271. checking for _aligned_free... no
  272. checking for development build...... no
  273. checking check for sse2...... no
  274. checking gtk2+... checking for pkg-config... pkg-config
  275. checking OpenGL... checking for GL/gl.h... yes
  276. checking for GL/glu.h... yes
  277. checking for GL/glext.h... yes
  278. checking for main in -lGL... yes
  279. checking for main in -lGLU... yes
  280. checking for main in -lGLEW... yes
  281. checking Cg... checking for grep that handles long lines and -e... /bin/grep
  282. checking for egrep... /bin/grep -E
  283. checking for ANSI C header files... yes
  284. checking for sys/types.h... yes
  285. checking for sys/stat.h... yes
  286. checking for stdlib.h... yes
  287. checking for string.h... yes
  288. checking for memory.h... yes
  289. checking for strings.h... yes
  290. checking for inttypes.h... yes
  291. checking for stdint.h... yes
  292. checking for unistd.h... yes
  293. checking Cg/cg.h usability... yes
  294. checking Cg/cg.h presence... yes
  295. checking for Cg/cg.h... yes
  296. checking Cg/cgGL.h usability... yes
  297. checking Cg/cgGL.h presence... yes
  298. checking for Cg/cgGL.h... yes
  299. checking for main in -ljpeg... yes
  300. checking jpeglib.h usability... yes
  301. checking jpeglib.h presence... yes
  302. checking for jpeglib.h... yes
  303. checking for main in -lpthread... yes
  304. checking for main in -lstdc++... yes
  305. checking for main in -lz... yes
  306. checking for main in -ldl... yes
  307. checking for main in -lXxf86vm... yes
  308. configure: creating ./config.status
  309. .in'ig.status: error: cannot find input file: `
  310. make: *** No rule to make target `clean'. Stop.
  311. make: *** No rule to make target `install'. Stop.
  312. ---------------
  313. Building Zeropad
  314. ---------------
  315. configure.ac:3: required file `./install-sh' not found
  316. configure.ac:3: `automake --add-missing' can install `install-sh'
  317. configure.ac:3: required file `./missing' not found
  318. configure.ac:3: `automake --add-missing' can install `missing'
  319. configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
  320. make: *** No rule to make target `clean'. Stop.
  321. make: *** No rule to make target `install'. Stop.
  322. ---------------
  323. Building Zerospu2
  324. ---------------
  325. aclocal-1.11: `configure.ac' or `configure.in' is required
  326. automake-1.11: `configure.ac' or `configure.in' is required
  327. autoconf-2.68: error: no input file
  328. chmod: cannot access `configure': No such file or directory
  329. make: *** No rule to make target `clean'. Stop.
  330. make: *** No rule to make target `install'. Stop.
  331. ---------------
  332. Building Peopsspu2
  333. ---------------
  334. aclocal-1.11: `configure.ac' or `configure.in' is required
  335. automake-1.11: `configure.ac' or `configure.in' is required
  336. autoconf-2.68: error: no input file
  337. chmod: cannot access `configure': No such file or directory
  338. rm -f *.o *.so.*
  339. gcc -fPIC -c -Wall -O3 -ffast-math -fomit-frame-pointer -m32 spu.c
  340. spu.c: In function 'MainSPU2Proc':
  341. spu.c:584:60: warning: left-hand operand of comma expression has no effect
  342. spu.c:584:64: warning: left-hand operand of comma expression has no effect
  343. spu.c:584:23: warning: statement with no effect
  344. spu.c:591:61: warning: left-hand operand of comma expression has no effect
  345. spu.c:591:65: warning: left-hand operand of comma expression has no effect
  346. spu.c:591:24: warning: statement with no effect
  347. spu.c:613:6: warning: statement with no effect
  348. spu.c: In function 'SPU2init':
  349. spu.c:975:9: warning: pointer targets in assignment differ in signedness
  350. spu.c: In function 'SetupStreams':
  351. spu.c:1083:19: warning: pointer targets in assignment differ in signedness
  352. spu.c:1084:20: warning: pointer targets in assignment differ in signedness
  353. spu.c:1085:19: warning: pointer targets in assignment differ in signedness
  354. spu.c: In function 'SPU2open':
  355. spu.c:1122:9: warning: pointer targets in assignment differ in signedness
  356. spu.c:1124:12: warning: pointer targets in assignment differ in signedness
  357. spu.c:1125:12: warning: pointer targets in assignment differ in signedness
  358. spu.c:1114:11: warning: unused variable 'dsp'
  359. spu.c: At top level:
  360. spu.c:135:15: warning: 'libraryInfo' defined but not used
  361. gcc -fPIC -c -Wall -O3 -ffast-math -fomit-frame-pointer -m32 dma.c
  362. dma.c: In function 'SPU2writeDMA4Mem':
  363. dma.c:249:18: warning: pointer targets in assignment differ in signedness
  364. dma.c:252:17: warning: pointer targets in assignment differ in signedness
  365. gcc -fPIC -c -Wall -O3 -ffast-math -fomit-frame-pointer -m32 freeze.c
  366. gcc -fPIC -c -Wall -O3 -ffast-math -fomit-frame-pointer -m32 registers.c
  367. registers.c: In function 'SPU2read':
  368. registers.c:1187:7: warning: unused variable 'addr'
  369. registers.c:1641:5: warning: statement with no effect
  370. gcc -fPIC -c -Wall -O3 -ffast-math -fomit-frame-pointer -m32 oss.c
  371. oss.c: In function 'SoundFeedVoiceData':
  372. oss.c:187:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result
  373. gcc -m32 -shared -Wl,-soname,libspu2PeopsOSS.so.1.6 -fPIC -fomit-frame-pointer -o libspu2PeopsOSS.so.1.6 spu.o dma.o freeze.o registers.o oss.o -lc -lm -lpthread
  374. ---------------
  375. Building Cdvdiso
  376. ---------------
  377. aclocal-1.11: `configure.ac' or `configure.in' is required
  378. automake-1.11: `configure.ac' or `configure.in' is required
  379. autoconf-2.68: error: no input file
  380. chmod: cannot access `configure': No such file or directory
  381. make: *** No rule to make target `clean'. Stop.
  382. make: *** No rule to make target `install'. Stop.
  383. ---------------
  384. Building Cdvdisoefp
  385. ---------------
  386. aclocal-1.11: `configure.ac' or `configure.in' is required
  387. automake-1.11: `configure.ac' or `configure.in' is required
  388. autoconf-2.68: error: no input file
  389. chmod: cannot access `configure': No such file or directory
  390. rm -f CDVDiso.o libCDVDisoEFP.so interface.o aboutbox.o mainbox.o selectionbox.o devicebox.o conversionbox.o progressbox.o messagebox.o tablerebuild.o device.o CD.o DVD.o cfgCDVDisoEFP \
  391. compCDVDisoEFP comparisonbox.o progressbox.o messagebox.o comparisondummy.o ../version.o actualfile.o ../isofile.o conf.o logfile.o ../imagetype.o ../multifile.o ../isocompress.o ../convert.o ../gzipv1.o ../blockv2.o ../gzipv2.o ../ecma119.o ../bzip2v3.o ../bzip2v2.o ../toc.o ../ini.o
  392. rm -f *~ temp.txt ../*~ ../temp.txt ../../*~
  393. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c CDVDiso.c -o CDVDiso.o
  394. CDVDiso.c: In function 'CDVDopen':
  395. CDVDiso.c:86:2: warning: implicit declaration of function 'strcpy'
  396. CDVDiso.c:86:30: warning: incompatible implicit declaration of built-in function 'strcpy'
  397. CDVDiso.c:86:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
  398. CDVDiso.c:86:2: note: expected 'char *' but argument is of type 'u8 *'
  399. CDVDiso.c:94:2: warning: pointer targets in passing argument 1 of 'IsoFileOpenForRead' differ in signedness
  400. ../isofile.h:80:24: note: expected 'const char *' but argument is of type 'u8 *'
  401. CDVDiso.c: In function 'CDVDgetBuffer':
  402. CDVDiso.c:321:2: warning: pointer targets in return differ in signedness
  403. CDVDiso.c: In function 'CDVDctrlTrayOpen':
  404. CDVDiso.c:370:2: warning: pointer targets in passing argument 1 of 'IsoFileOpenForRead' differ in signedness
  405. ../isofile.h:80:24: note: expected 'const char *' but argument is of type 'u8 *'
  406. CDVDiso.c: In function 'CDVDtest':
  407. CDVDiso.c:407:2: warning: pointer targets in passing argument 1 of 'IsIsoFile' differ in signedness
  408. ../isofile.h:77:12: note: expected 'const char *' but argument is of type 'u8 *'
  409. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../version.c -o ../version.o
  410. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c actualfile.c -o actualfile.o
  411. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../isofile.c -o ../isofile.o
  412. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c conf.c -o conf.o
  413. conf.c: In function 'LoadConf':
  414. conf.c:168:2: warning: pointer targets in passing argument 4 of 'INILoadString' differ in signedness
  415. ../ini.h:55:12: note: expected 'char *' but argument is of type 'u8 *'
  416. conf.c:171:3: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
  417. /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'u8 *'
  418. conf.c:174:2: warning: pointer targets in passing argument 4 of 'INILoadString' differ in signedness
  419. ../ini.h:55:12: note: expected 'char *' but argument is of type 'u8 *'
  420. conf.c:177:3: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
  421. /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'u8 *'
  422. conf.c: In function 'SaveConf':
  423. conf.c:200:2: warning: pointer targets in passing argument 4 of 'INISaveString' differ in signedness
  424. ../ini.h:54:12: note: expected 'char *' but argument is of type 'u8 *'
  425. conf.c:201:2: warning: pointer targets in passing argument 4 of 'INISaveString' differ in signedness
  426. ../ini.h:54:12: note: expected 'char *' but argument is of type 'u8 *'
  427. conf.c: In function 'ExecCfg':
  428. conf.c:77:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result
  429. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c logfile.c -o logfile.o
  430. logfile.c: In function 'PrintLog':
  431. logfile.c:80:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result
  432. logfile.c:81:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result
  433. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../imagetype.c -o ../imagetype.o
  434. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../multifile.c -o ../multifile.o
  435. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../isocompress.c -o ../isocompress.o
  436. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../convert.c -o ../convert.o
  437. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../gzipv1.c -o ../gzipv1.o
  438. ../gzipv1.c: In function 'GZipV1Read':
  439. ../gzipv1.c:271:3: warning: pointer targets in passing argument 1 of 'uncompress' differ in signedness
  440. ../zlib/zlib.h:914:21: note: expected 'Bytef *' but argument is of type 'char *'
  441. ../gzipv1.c:271:3: warning: pointer targets in passing argument 3 of 'uncompress' differ in signedness
  442. ../zlib/zlib.h:914:21: note: expected 'const Bytef *' but argument is of type 'char *'
  443. ../gzipv1.c:291:16: warning: pointer targets in assignment differ in signedness
  444. ../gzipv1.c:292:17: warning: pointer targets in assignment differ in signedness
  445. ../gzipv1.c:311:17: warning: pointer targets in assignment differ in signedness
  446. ../gzipv1.c: In function 'GZipV1Write':
  447. ../gzipv1.c:367:21: warning: pointer targets in passing argument 1 of 'compress2' differ in signedness
  448. ../zlib/zlib.h:891:21: note: expected 'Bytef *' but argument is of type 'char *'
  449. ../gzipv1.c:367:21: warning: pointer targets in passing argument 3 of 'compress2' differ in signedness
  450. ../zlib/zlib.h:891:21: note: expected 'const Bytef *' but argument is of type 'char *'
  451. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../blockv2.c -o ../blockv2.o
  452. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../gzipv2.c -o ../gzipv2.o
  453. ../gzipv2.c: In function 'GZipV2Read':
  454. ../gzipv2.c:335:3: warning: pointer targets in passing argument 1 of 'uncompress' differ in signedness
  455. ../zlib/zlib.h:914:21: note: expected 'Bytef *' but argument is of type 'char *'
  456. ../gzipv2.c:335:3: warning: pointer targets in passing argument 3 of 'uncompress' differ in signedness
  457. ../zlib/zlib.h:914:21: note: expected 'const Bytef *' but argument is of type 'char *'
  458. ../gzipv2.c:356:16: warning: pointer targets in assignment differ in signedness
  459. ../gzipv2.c:357:17: warning: pointer targets in assignment differ in signedness
  460. ../gzipv2.c:376:17: warning: pointer targets in assignment differ in signedness
  461. ../gzipv2.c: In function 'GZipV2Write':
  462. ../gzipv2.c:423:21: warning: pointer targets in passing argument 1 of 'compress2' differ in signedness
  463. ../zlib/zlib.h:891:21: note: expected 'Bytef *' but argument is of type 'char *'
  464. ../gzipv2.c:423:21: warning: pointer targets in passing argument 3 of 'compress2' differ in signedness
  465. ../zlib/zlib.h:891:21: note: expected 'const Bytef *' but argument is of type 'char *'
  466. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../ecma119.c -o ../ecma119.o
  467. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../bzip2v3.c -o ../bzip2v3.o
  468. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../bzip2v2.c -o ../bzip2v2.o
  469. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../toc.c -o ../toc.o
  470. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../ini.c -o ../ini.o
  471. rm -f libCDVDisoEFP.so
  472. gcc -shared -Wl,-soname,libCDVDisoEFP.so -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -lz -lbz2 \
  473. CDVDiso.o ../version.o actualfile.o ../isofile.o conf.o logfile.o ../imagetype.o ../multifile.o ../isocompress.o ../convert.o ../gzipv1.o ../blockv2.o ../gzipv2.o ../ecma119.o ../bzip2v3.o ../bzip2v2.o ../toc.o ../ini.o -o libCDVDisoEFP.so
  474. strip --strip-unneeded --strip-debug libCDVDisoEFP.so
  475. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -c interface.c -o interface.o
  476. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -c aboutbox.c -o aboutbox.o
  477. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -c mainbox.c -o mainbox.o
  478. mainbox.c: In function 'MainBoxOKEvent':
  479. mainbox.c:175:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
  480. /usr/include/bits/string3.h:103:1: note: expected 'char * __restrict__' but argument is of type 'u8 *'
  481. mainbox.c: In function 'MainBoxDisplay':
  482. mainbox.c:316:2: warning: pointer targets in passing argument 2 of 'gtk_entry_set_text' differ in signedness
  483. /usr/include/gtk-2.0/gtk/gtkentry.h:213:12: note: expected 'const gchar *' but argument is of type 'u8 *'
  484. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -c selectionbox.c -o selectionbox.o
  485. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -c devicebox.c -o devicebox.o
  486. devicebox.c: In function 'DeviceBoxOKEvent':
  487. devicebox.c:212:2: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
  488. /usr/include/bits/string3.h:103:1: note: expected 'char * __restrict__' but argument is of type 'u8 *'
  489. devicebox.c:292:3: warning: pointer targets in passing argument 2 of 'IsoFileWrite' differ in signedness
  490. ../isofile.h:97:12: note: expected 'char *' but argument is of type 'u8 *'
  491. devicebox.c: In function 'DeviceBoxDisplay':
  492. devicebox.c:472:2: warning: pointer targets in passing argument 2 of 'gtk_entry_set_text' differ in signedness
  493. /usr/include/gtk-2.0/gtk/gtkentry.h:213:12: note: expected 'const gchar *' but argument is of type 'u8 *'
  494. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -c conversionbox.c -o conversionbox.o
  495. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -c progressbox.c -o progressbox.o
  496. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -c messagebox.c -o messagebox.o
  497. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -c tablerebuild.c -o tablerebuild.o
  498. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -c device.c -o device.o
  499. device.c: In function 'DeviceOpen':
  500. device.c:114:2: warning: pointer targets in passing argument 1 of 'open' differ in signedness
  501. /usr/include/bits/fcntl2.h:42:1: note: expected 'const char *' but argument is of type 'u8 *'
  502. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -c CD.c -o CD.o
  503. CD.c:39:25: warning: pointer targets in initialization differ in signedness
  504. CD.c:40:15: warning: pointer targets in initialization differ in signedness
  505. CD.c: In function 'CDreadTrack':
  506. CD.c:79:2: warning: pointer targets in passing argument 2 of 'LBAtoMSF' differ in signedness
  507. ../convert.h:40:13: note: expected 'char *' but argument is of type 'u8 *'
  508. CD.c: In function 'CDgetDiskType':
  509. CD.c:355:2: warning: pointer targets in passing argument 2 of 'LBAtoMSF' differ in signedness
  510. ../convert.h:40:13: note: expected 'char *' but argument is of type 'u8 *'
  511. CD.c:381:4: warning: pointer targets in passing argument 2 of 'LBAtoMSF' differ in signedness
  512. ../convert.h:40:13: note: expected 'char *' but argument is of type 'u8 *'
  513. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -c DVD.c -o DVD.o
  514. DVD.c:39:23: warning: pointer targets in initialization differ in signedness
  515. rm -f cfgCDVDisoEFP
  516. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -lz -lbz2 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 \
  517. interface.o aboutbox.o mainbox.o selectionbox.o devicebox.o conversionbox.o progressbox.o messagebox.o tablerebuild.o device.o CD.o DVD.o ../version.o actualfile.o ../isofile.o conf.o logfile.o ../imagetype.o ../multifile.o ../isocompress.o ../convert.o ../gzipv1.o ../blockv2.o ../gzipv2.o ../ecma119.o ../bzip2v3.o ../bzip2v2.o ../toc.o ../ini.o -o cfgCDVDisoEFP
  518. strip cfgCDVDisoEFP
  519. ---------------
  520. Building Cdvdlinuz
  521. ---------------
  522. aclocal-1.11: `configure.ac' or `configure.in' is required
  523. automake-1.11: `configure.ac' or `configure.in' is required
  524. autoconf-2.68: error: no input file
  525. chmod: cannot access `configure': No such file or directory
  526. rm -f CDVDlinuz.o ../buffer.o libCDVDlinuz.so aboutbox.o mainbox.o interface.o cfgCDVDlinuz actualfile.o conf.o logfile.o device.o CD.o DVD.o ../convert.o ../ini.o ../version.o
  527. rm -f *~ temp.txt ../*~ ../temp.txt ../../*~
  528. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c CDVDlinuz.c -o CDVDlinuz.o
  529. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../buffer.c -o ../buffer.o
  530. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c actualfile.c -o actualfile.o
  531. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c conf.c -o conf.o
  532. conf.c: In function 'LoadConf':
  533. conf.c:169:3: warning: pointer targets in passing argument 4 of 'INILoadString' differ in signedness
  534. ../ini.h:109:12: note: expected 'char *' but argument is of type 'u8 *'
  535. conf.c:171:5: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
  536. /usr/include/bits/stdio2.h:32:1: note: expected 'char * __restrict__' but argument is of type 'u8 *'
  537. conf.c: In function 'SaveConf':
  538. conf.c:183:3: warning: pointer targets in passing argument 4 of 'INISaveString' differ in signedness
  539. ../ini.h:107:12: note: expected 'char *' but argument is of type 'u8 *'
  540. conf.c: In function 'ExecCfg':
  541. conf.c:80:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result
  542. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c logfile.c -o logfile.o
  543. logfile.c: In function 'PrintLog':
  544. logfile.c:173:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result
  545. logfile.c:175:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result
  546. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c device.c -o device.o
  547. device.c: In function 'DeviceOpen':
  548. device.c:133:3: warning: pointer targets in passing argument 1 of 'open' differ in signedness
  549. /usr/include/bits/fcntl2.h:42:1: note: expected 'const char *' but argument is of type 'u8 *'
  550. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c CD.c -o CD.o
  551. CD.c:77:25: warning: pointer targets in initialization differ in signedness
  552. CD.c:79:15: warning: pointer targets in initialization differ in signedness
  553. CD.c: In function 'CDreadTrack':
  554. CD.c:151:3: warning: pointer targets in passing argument 2 of 'LBAtoMSF' differ in signedness
  555. ../convert.h:93:13: note: expected 'char *' but argument is of type 'u8 *'
  556. CD.c: In function 'CDgetDiskType':
  557. CD.c:649:3: warning: pointer targets in passing argument 2 of 'LBAtoMSF' differ in signedness
  558. ../convert.h:93:13: note: expected 'char *' but argument is of type 'u8 *'
  559. CD.c:693:7: warning: pointer targets in passing argument 2 of 'LBAtoMSF' differ in signedness
  560. ../convert.h:93:13: note: expected 'char *' but argument is of type 'u8 *'
  561. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c DVD.c -o DVD.o
  562. DVD.c:41:23: warning: pointer targets in initialization differ in signedness
  563. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../convert.c -o ../convert.o
  564. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../ini.c -o ../ini.o
  565. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -c ../version.c -o ../version.o
  566. gcc -shared -Wl,-soname,libCDVDlinuz.so -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 \
  567. CDVDlinuz.o ../buffer.o actualfile.o conf.o logfile.o device.o CD.o DVD.o ../convert.o ../ini.o ../version.o -o libCDVDlinuz.so
  568. strip --strip-unneeded --strip-debug libCDVDlinuz.so
  569. gcc -fPIC -Wall -O2 -fomit-frame-pointer -D_LARGEFILE64_SOURCE -I.. -I. -I./Linux -m32 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -c aboutbox.c -o aboutbox.o
  570. In file included from CDVDlinuz.h:42:0,
  571. from aboutbox.c:65:
  572. ../PS2Edefs.h:39:21: fatal error: windows.h: No such file or directory
  573. compilation terminated.
  574. make: *** [aboutbox.o] Error 1
  575. cp: cannot stat `/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/plugins/CDVDlinuz/Src/Linux/cfgCDVDlinuz': No such file or directory
  576. ---------------
  577. Building Pcsx2
  578. ---------------
  579. aclocal-1.11: `configure.ac' or `configure.in' is required
  580. automake-1.11: `configure.ac' or `configure.in' is required
  581. autoconf-2.68: error: no input file
  582. chmod: cannot access `configure': No such file or directory
  583. make: *** No rule to make target `clean'. Stop.
  584. make: *** No rule to make target `install'. Stop.
  585. svn: error while loading shared libraries: /usr/lib/libz.so.1: invalid ELF header
  586. cp: cannot stat `/home/m5it/Downloads/Srcs/pcsx2-0.9.8-r4600-sources/bin/pcsx2': No such file or directory
  587.  
  588. --
  589. Build Summary:
  590. CDVDnull was not built successfully.
  591. dev9null was not built successfully.
  592. FWnull was not built successfully.
  593. USBnull was not built successfully.
  594. SPU2null was not built successfully.
  595. zerogs was built successfully.
  596. zzogl was not built successfully.
  597. zeropad was not built successfully.
  598. zerospu2 was not built successfully.
  599. PeopsSPU2 was built successfully.
  600. CDVDiso was not built successfully.
  601. CDVDisoEFP was built successfully.
  602. CDVDlinuz was not built successfully.
  603. pcsx2 was not built successfully.
  604.  
  605. 3/14 Successful.
Add Comment
Please, Sign In to add comment