Advertisement
Guest User

Untitled

a guest
Apr 20th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.62 KB | None | 0 0
  1. $ make -j4
  2. g++ -mno-ms-bitfields -D__LIBRETRO__ -I.. -I../cbus -I../common -I../embed -I../embed/menu -I../embed/menubase -I../fdd -I../font -I../generic -I../i386c -I../i386c/ia32 -I../i386c/ia32/instructions -I../i386c/ia32/instructions/fpu -I../io -I../mem -I../sound -I../trap -I../vram -I../libretro -I../libretro/shim -I../libretro/libretro-common/include -O3 -DNDEBUG -DGIT_VERSION=\"" a0edc99"\" -c ../libretro/shim/soundmng.cpp -o ../libretro/shim/soundmng.o
  3. cc -D__LIBRETRO__ -I.. -I../cbus -I../common -I../embed -I../embed/menu -I../embed/menubase -I../fdd -I../font -I../generic -I../i386c -I../i386c/ia32 -I../i386c/ia32/instructions -I../i386c/ia32/instructions/fpu -I../io -I../mem -I../sound -I../trap -I../vram -I../libretro -I../libretro/shim -I../libretro/libretro-common/include -O3 -DNDEBUG -DGIT_VERSION=\"" a0edc99"\" -c ../libretro/libretro.c -o ../libretro/libretro.o
  4. cc -D__LIBRETRO__ -I.. -I../cbus -I../common -I../embed -I../embed/menu -I../embed/menubase -I../fdd -I../font -I../generic -I../i386c -I../i386c/ia32 -I../i386c/ia32/instructions -I../i386c/ia32/instructions/fpu -I../io -I../mem -I../sound -I../trap -I../vram -I../libretro -I../libretro/shim -I../libretro/libretro-common/include -O3 -DNDEBUG -DGIT_VERSION=\"" a0edc99"\" -c ../libretro/keyboardtranslate.c -o ../libretro/keyboardtranslate.o
  5. cc -D__LIBRETRO__ -I.. -I../cbus -I../common -I../embed -I../embed/menu -I../embed/menubase -I../fdd -I../font -I../generic -I../i386c -I../i386c/ia32 -I../i386c/ia32/instructions -I../i386c/ia32/instructions/fpu -I../io -I../mem -I../sound -I../trap -I../vram -I../libretro -I../libretro/shim -I../libretro/libretro-common/include -O3 -DNDEBUG -DGIT_VERSION=\"" a0edc99"\" -c ../libretro/libretro-common/compat/compat_strcasestr.c -o ../libretro/libretro-common/compat/compat_strcasestr.o
  6. ../libretro/libretro.c: In function 'retro_deinit':
  7. ../libretro/libretro.c:130:4: warning: implicit declaration of function 'S98_trash' [-Wimplicit-function-declaration]
  8. S98_trash();
  9. ^
  10. ../libretro/libretro.c:135:4: warning: implicit declaration of function 'scrnmng_destroy' [-Wimplicit-function-declaration]
  11. scrnmng_destroy();
  12. ^
  13. ../libretro/libretro.c:136:4: warning: implicit declaration of function 'sysmenu_destroy' [-Wimplicit-function-declaration]
  14. sysmenu_destroy();
  15. ^
  16. ../libretro/libretro.c: In function 'retro_load_game':
  17. ../libretro/libretro.c:194:4: warning: implicit declaration of function 'file_setcd' [-Wimplicit-function-declaration]
  18. file_setcd(np2path);//set current directory
  19. ^
  20. ../libretro/libretro.c:196:4: warning: implicit declaration of function 'initload' [-Wimplicit-function-declaration]
  21. initload();
  22. ^
  23. ../libretro/libretro.c:203:39: warning: passing argument 1 of 'get_file_ext' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  24. printf("EXT:%s\n", get_file_ext(game->path));
  25. ^
  26. ../libretro/libretro.c:37:7: note: expected 'char *' but argument is of type 'const char * const'
  27. char* get_file_ext(char* filepath){
  28. ^
  29. ../libretro/libretro.c:200:44: warning: passing argument 1 of 'get_file_ext' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  30. #define FILETYPE(x) if(strcmp(get_file_ext(game->path), x) == 0)
  31. ^
  32. ../libretro/libretro.c:204:7: note: in expansion of macro 'FILETYPE'
  33. FILETYPE("hdi"){
  34. ^
  35. ../libretro/libretro.c:37:7: note: expected 'char *' but argument is of type 'const char * const'
  36. char* get_file_ext(char* filepath){
  37. ^
  38. ../libretro/libretro.c:200:44: warning: passing argument 1 of 'get_file_ext' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  39. #define FILETYPE(x) if(strcmp(get_file_ext(game->path), x) == 0)
  40. ^
  41. ../libretro/libretro.c:208:7: note: in expansion of macro 'FILETYPE'
  42. FILETYPE("vhd"){
  43. ^
  44. ../libretro/libretro.c:37:7: note: expected 'char *' but argument is of type 'const char * const'
  45. char* get_file_ext(char* filepath){
  46. ^
  47. ../libretro/libretro.c:200:44: warning: passing argument 1 of 'get_file_ext' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  48. #define FILETYPE(x) if(strcmp(get_file_ext(game->path), x) == 0)
  49. ^
  50. ../libretro/libretro.c:212:7: note: in expansion of macro 'FILETYPE'
  51. FILETYPE("thd"){
  52. ^
  53. ../libretro/libretro.c:37:7: note: expected 'char *' but argument is of type 'const char * const'
  54. char* get_file_ext(char* filepath){
  55. ^
  56. ../libretro/libretro.c:200:44: warning: passing argument 1 of 'get_file_ext' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  57. #define FILETYPE(x) if(strcmp(get_file_ext(game->path), x) == 0)
  58. ^
  59. ../libretro/libretro.c:216:7: note: in expansion of macro 'FILETYPE'
  60. FILETYPE("nhd"){
  61. ^
  62. ../libretro/libretro.c:37:7: note: expected 'char *' but argument is of type 'const char * const'
  63. char* get_file_ext(char* filepath){
  64. ^
  65. ../libretro/libretro.c:200:44: warning: passing argument 1 of 'get_file_ext' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  66. #define FILETYPE(x) if(strcmp(get_file_ext(game->path), x) == 0)
  67. ^
  68. ../libretro/libretro.c:220:7: note: in expansion of macro 'FILETYPE'
  69. FILETYPE("fdd"){
  70. ^
  71. ../libretro/libretro.c:37:7: note: expected 'char *' but argument is of type 'const char * const'
  72. char* get_file_ext(char* filepath){
  73. ^
  74. ../libretro/libretro.c:225:16: warning: extra tokens at end of #undef directive
  75. #undef FILETYPE(x)
  76. ^
  77. ../libretro/libretro.c:228:7: warning: implicit declaration of function 'fontmng_init' [-Wimplicit-function-declaration]
  78. if(fontmng_init() != SUCCESS){
  79. ^
  80. ../libretro/libretro.c:232:4: warning: implicit declaration of function 'inputmng_init' [-Wimplicit-function-declaration]
  81. inputmng_init();
  82. ^
  83. ../libretro/libretro.c:234:7: warning: implicit declaration of function 'sysmenu_create' [-Wimplicit-function-declaration]
  84. if(sysmenu_create() != SUCCESS){
  85. ^
  86. ../libretro/libretro.c:238:4: warning: implicit declaration of function 'scrnmng_initialize' [-Wimplicit-function-declaration]
  87. scrnmng_initialize();
  88. ^
  89. ../libretro/libretro.c:239:7: warning: implicit declaration of function 'scrnmng_create' [-Wimplicit-function-declaration]
  90. if(scrnmng_create(LR_SCREENWIDTH, LR_SCREENHEIGHT) != SUCCESS){
  91. ^
  92. ../libretro/libretro.c:244:4: warning: implicit declaration of function 'commng_initialize' [-Wimplicit-function-declaration]
  93. commng_initialize();
  94. ^
  95. ../libretro/libretro.c:246:4: warning: implicit declaration of function 'taskmng_initialize' [-Wimplicit-function-declaration]
  96. taskmng_initialize();
  97. ^
  98. ../libretro/libretro.c:249:4: warning: implicit declaration of function 'S98_init' [-Wimplicit-function-declaration]
  99. S98_init();
  100. ^
  101. ../libretro/libretro.c:251:4: warning: implicit declaration of function 'scrndraw_redraw' [-Wimplicit-function-declaration]
  102. scrndraw_redraw();
  103. ^
  104. cc -D__LIBRETRO__ -I.. -I../cbus -I../common -I../embed -I../embed/menu -I../embed/menubase -I../fdd -I../font -I../generic -I../i386c -I../i386c/ia32 -I../i386c/ia32/instructions -I../i386c/ia32/instructions/fpu -I../io -I../mem -I../sound -I../trap -I../vram -I../libretro -I../libretro/shim -I../libretro/libretro-common/include -O3 -DNDEBUG -DGIT_VERSION=\"" a0edc99"\" -c ../libretro/libretro-common/compat/compat_strl.c -o ../libretro/libretro-common/compat/compat_strl.o
  105. cc -D__LIBRETRO__ -I.. -I../cbus -I../common -I../embed -I../embed/menu -I../embed/menubase -I../fdd -I../font -I../generic -I../i386c -I../i386c/ia32 -I../i386c/ia32/instructions -I../i386c/ia32/instructions/fpu -I../io -I../mem -I../sound -I../trap -I../vram -I../libretro -I../libretro/shim -I../libretro/libretro-common/include -O3 -DNDEBUG -DGIT_VERSION=\"" a0edc99"\" -c ../libretro/libretro-common/compat/compat_posix_string.c -o ../libretro/libretro-common/compat/compat_posix_string.o
  106. cc -D__LIBRETRO__ -I.. -I../cbus -I../common -I../embed -I../embed/menu -I../embed/menubase -I../fdd -I../font -I../generic -I../i386c -I../i386c/ia32 -I../i386c/ia32/instructions -I../i386c/ia32/instructions/fpu -I../io -I../mem -I../sound -I../trap -I../vram -I../libretro -I../libretro/shim -I../libretro/libretro-common/include -O3 -DNDEBUG -DGIT_VERSION=\"" a0edc99"\" -c ../libretro/libretro-common/features/features_cpu.c -o ../libretro/libretro-common/features/features_cpu.o
  107. cc -D__LIBRETRO__ -I.. -I../cbus -I../common -I../embed -I../embed/menu -I../embed/menubase -I../fdd -I../font -I../generic -I../i386c -I../i386c/ia32 -I../i386c/ia32/instructions -I../i386c/ia32/instructions/fpu -I../io -I../mem -I../sound -I../trap -I../vram -I../libretro -I../libretro/shim -I../libretro/libretro-common/include -O3 -DNDEBUG -DGIT_VERSION=\"" a0edc99"\" -c ../libretro/libretro-common/file/file_path.c -o ../libretro/libretro-common/file/file_path.o
  108. cc -D__LIBRETRO__ -I.. -I../cbus -I../common -I../embed -I../embed/menu -I../embed/menubase -I../fdd -I../font -I../generic -I../i386c -I../i386c/ia32 -I../i386c/ia32/instructions -I../i386c/ia32/instructions/fpu -I../io -I../mem -I../sound -I../trap -I../vram -I../libretro -I../libretro/shim -I../libretro/libretro-common/include -O3 -DNDEBUG -DGIT_VERSION=\"" a0edc99"\" -c ../libretro/libretro-common/file/retro_stat.c -o ../libretro/libretro-common/file/retro_stat.o
  109. cc -D__LIBRETRO__ -I.. -I../cbus -I../common -I../embed -I../embed/menu -I../embed/menubase -I../fdd -I../font -I../generic -I../i386c -I../i386c/ia32 -I../i386c/ia32/instructions -I../i386c/ia32/instructions/fpu -I../io -I../mem -I../sound -I../trap -I../vram -I../libretro -I../libretro/shim -I../libretro/libretro-common/include -O3 -DNDEBUG -DGIT_VERSION=\"" a0edc99"\" -c ../libretro/libretro-common/streams/file_stream.c -o ../libretro/libretro-common/streams/file_stream.o
  110. cc -D__LIBRETRO__ -I.. -I../cbus -I../common -I../embed -I../embed/menu -I../embed/menubase -I../fdd -I../font -I../generic -I../i386c -I../i386c/ia32 -I../i386c/ia32/instructions -I../i386c/ia32/instructions/fpu -I../io -I../mem -I../sound -I../trap -I../vram -I../libretro -I../libretro/shim -I../libretro/libretro-common/include -O3 -DNDEBUG -DGIT_VERSION=\"" a0edc99"\" -c ../libretro/libretro-common/string/stdstring.c -o ../libretro/libretro-common/string/stdstring.o
  111. cc -D__LIBRETRO__ -I.. -I../cbus -I../common -I../embed -I../embed/menu -I../embed/menubase -I../fdd -I../font -I../generic -I../i386c -I../i386c/ia32 -I../i386c/ia32/instructions -I../i386c/ia32/instructions/fpu -I../io -I../mem -I../sound -I../trap -I../vram -I../libretro -I../libretro/shim -I../libretro/libretro-common/include -O3 -DNDEBUG -DGIT_VERSION=\"" a0edc99"\" -c ../calendar.c -o ../calendar.o
  112. cc -D__LIBRETRO__ -I.. -I../cbus -I../common -I../embed -I../embed/menu -I../embed/menubase -I../fdd -I../font -I../generic -I../i386c -I../i386c/ia32 -I../i386c/ia32/instructions -I../i386c/ia32/instructions/fpu -I../io -I../mem -I../sound -I../trap -I../vram -I../libretro -I../libretro/shim -I../libretro/libretro-common/include -O3 -DNDEBUG -DGIT_VERSION=\"" a0edc99"\" -c ../debugsub.c -o ../debugsub.o
  113. cc -D__LIBRETRO__ -I.. -I../cbus -I../common -I../embed -I../embed/menu -I../embed/menubase -I../fdd -I../font -I../generic -I../i386c -I../i386c/ia32 -I../i386c/ia32/instructions -I../i386c/ia32/instructions/fpu -I../io -I../mem -I../sound -I../trap -I../vram -I../libretro -I../libretro/shim -I../libretro/libretro-common/include -O3 -DNDEBUG -DGIT_VERSION=\"" a0edc99"\" -c ../keystat.c -o ../keystat.o
  114. In file included from ../keystat.c:2:0:
  115. ../libretro/shim/dosio.h:7:19: error: unknown type name 'HANDLE'
  116. #define FLISTH HANDLE
  117. ^
  118. ../libretro/shim/dosio.h:83:1: note: in expansion of macro 'FLISTH'
  119. FLISTH file_list1st(const char *dir, FLINFO *fli);
  120. ^
  121. In file included from ../debugsub.c:4:0:
  122. ../libretro/shim/dosio.h:7:19: error: unknown type name 'HANDLE'
  123. #define FLISTH HANDLE
  124. ^
  125. ../libretro/shim/dosio.h:83:1: note: in expansion of macro 'FLISTH'
  126. FLISTH file_list1st(const char *dir, FLINFO *fli);
  127. ^
  128. ../libretro/shim/dosio.h:7:19: error: unknown type name 'HANDLE'
  129. #define FLISTH HANDLE
  130. ^
  131. ../libretro/shim/dosio.h:84:23: note: in expansion of macro 'FLISTH'
  132. BRESULT file_listnext(FLISTH hdl, FLINFO *fli);
  133. ^
  134. ../libretro/shim/dosio.h:7:19: error: unknown type name 'HANDLE'
  135. #define FLISTH HANDLE
  136. ^
  137. ../libretro/shim/dosio.h:84:23: note: in expansion of macro 'FLISTH'
  138. BRESULT file_listnext(FLISTH hdl, FLINFO *fli);
  139. ^
  140. ../libretro/shim/dosio.h:7:19: error: unknown type name 'HANDLE'
  141. #define FLISTH HANDLE
  142. ^
  143. ../libretro/shim/dosio.h:85:21: note: in expansion of macro 'FLISTH'
  144. void file_listclose(FLISTH hdl);
  145. ^
  146. ../libretro/shim/dosio.h:7:19: error: unknown type name 'HANDLE'
  147. #define FLISTH HANDLE
  148. ^
  149. ../libretro/shim/dosio.h:85:21: note: in expansion of macro 'FLISTH'
  150. void file_listclose(FLISTH hdl);
  151. ^
  152. In file included from ../i386c/cpucore.h:4:0,
  153. from ../debugsub.c:5:
  154. ../i386c/ia32/cpu.h:295:8: error: unknown type name 'sigjmp_buf'
  155. extern sigjmp_buf exec_1step_jmpbuf;
  156. ^
  157. Makefile.libretro:215: recipe for target '../debugsub.o' failed
  158. make: *** [../debugsub.o] Error 1
  159. make: *** Waiting for unfinished jobs....
  160. Makefile.libretro:215: recipe for target '../keystat.o' failed
  161. make: *** [../keystat.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement