Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 14.29 KB | None | 0 0
  1. mupen64plus-video-angrylion/interface.c: In function 'vdac_init':
  2. mupen64plus-video-angrylion/interface.c:137:23: error: number of arguments doesn't match prototype
  3.  137 | void vdac_init(struct n64video_config* config) { }
  4.      |                       ^~~~~~~~~~~~~~~
  5. In file included from mupen64plus-video-angrylion/interface.c:20:
  6. mupen64plus-video-angrylion/vdac.h:25:6: error: prototype declaration
  7.   25 | void vdac_init(struct n64video_config* config);
  8.      |      ^~~~~~~~~
  9. mupen64plus-video-angrylion/interface.c: In function 'angrylion_set_vi':
  10. mupen64plus-video-angrylion/interface.c:33:16: error: used struct type value where scalar is required
  11.   33 | #define config al_config;
  12.      |                ^~~~~~~~~
  13. mupen64plus-video-angrylion/interface.c:33:16: note: in definition of macro 'config'
  14.   33 | #define config al_config;
  15.      |                ^~~~~~~~~
  16. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  17.   33 | #define config al_config;
  18.      |                         ^
  19. mupen64plus-video-angrylion/interface.c:154:7: note: in expansion of macro 'config'
  20.  154 |    if(config.vi.mode != (enum vi_mode)value)
  21.      |       ^~~~~~
  22. mupen64plus-video-angrylion/interface.c:154:6: note: to match this '('
  23.  154 |    if(config.vi.mode != (enum vi_mode)value)
  24.      |      ^
  25. mupen64plus-video-angrylion/interface.c:156:13: error: expected expression before '.' token
  26.  156 |       config.vi.mode = (enum vi_mode)value;
  27.      |             ^
  28. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  29.   33 | #define config al_config;
  30.      |                         ^
  31. mupen64plus-video-angrylion/interface.c:160:26: note: in expansion of macro 'config'
  32.  160 |           n64video_init(&config);
  33.      |                          ^~~~~~
  34. mupen64plus-video-angrylion/interface.c: In function 'angrylion_set_threads':
  35. mupen64plus-video-angrylion/interface.c:33:16: error: used struct type value where scalar is required
  36.   33 | #define config al_config;
  37.      |                ^~~~~~~~~
  38. mupen64plus-video-angrylion/interface.c:33:16: note: in definition of macro 'config'
  39.   33 | #define config al_config;
  40.      |                ^~~~~~~~~
  41. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  42.   33 | #define config al_config;
  43.      |                         ^
  44. mupen64plus-video-angrylion/interface.c:168:8: note: in expansion of macro 'config'
  45.  168 |     if(config.num_workers != value)
  46.      |        ^~~~~~
  47. mupen64plus-video-angrylion/interface.c:168:7: note: to match this '('
  48.  168 |     if(config.num_workers != value)
  49.      |       ^
  50. mupen64plus-video-angrylion/interface.c:170:12: error: expected expression before '.' token
  51.  170 |      config.num_workers = value;
  52.      |            ^
  53. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  54.   33 | #define config al_config;
  55.      |                         ^
  56. mupen64plus-video-angrylion/interface.c:174:25: note: in expansion of macro 'config'
  57.  174 |          n64video_init(&config);
  58.      |                         ^~~~~~
  59. mupen64plus-video-angrylion/interface.c: In function 'angrylion_set_overscan':
  60. mupen64plus-video-angrylion/interface.c:33:16: error: used struct type value where scalar is required
  61.   33 | #define config al_config;
  62.      |                ^~~~~~~~~
  63. mupen64plus-video-angrylion/interface.c:33:16: note: in definition of macro 'config'
  64.   33 | #define config al_config;
  65.      |                ^~~~~~~~~
  66. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  67.   33 | #define config al_config;
  68.      |                         ^
  69. mupen64plus-video-angrylion/interface.c:182:7: note: in expansion of macro 'config'
  70.  182 |    if(config.vi.hide_overscan != (bool)value)
  71.      |       ^~~~~~
  72. mupen64plus-video-angrylion/interface.c:182:6: note: to match this '('
  73.  182 |    if(config.vi.hide_overscan != (bool)value)
  74.      |      ^
  75. mupen64plus-video-angrylion/interface.c:184:13: error: expected expression before '.' token
  76.  184 |       config.vi.hide_overscan = (bool)value;
  77.      |             ^
  78. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  79.   33 | #define config al_config;
  80.      |                         ^
  81. mupen64plus-video-angrylion/interface.c:188:25: note: in expansion of macro 'config'
  82.  188 |          n64video_init(&config);
  83.      |                         ^~~~~~
  84. mupen64plus-video-angrylion/interface.c: In function 'angrylion_set_vi_dedither':
  85. mupen64plus-video-angrylion/interface.c:33:16: error: used struct type value where scalar is required
  86.   33 | #define config al_config;
  87.      |                ^~~~~~~~~
  88. mupen64plus-video-angrylion/interface.c:33:16: note: in definition of macro 'config'
  89.   33 | #define config al_config;
  90.      |                ^~~~~~~~~
  91. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  92.   33 | #define config al_config;
  93.      |                         ^
  94. mupen64plus-video-angrylion/interface.c:196:7: note: in expansion of macro 'config'
  95.  196 |    if(config.vi.vi_dedither != (bool)value)
  96.      |       ^~~~~~
  97. mupen64plus-video-angrylion/interface.c:196:6: note: to match this '('
  98.  196 |    if(config.vi.vi_dedither != (bool)value)
  99.      |      ^
  100. mupen64plus-video-angrylion/interface.c:198:13: error: expected expression before '.' token
  101.  198 |       config.vi.vi_dedither = (bool)value;
  102.      |             ^
  103. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  104.   33 | #define config al_config;
  105.      |                         ^
  106. mupen64plus-video-angrylion/interface.c:202:25: note: in expansion of macro 'config'
  107.  202 |          n64video_init(&config);
  108.      |                         ^~~~~~
  109. mupen64plus-video-angrylion/interface.c: In function 'angrylion_set_vi_blur':
  110. mupen64plus-video-angrylion/interface.c:33:16: error: used struct type value where scalar is required
  111.   33 | #define config al_config;
  112.      |                ^~~~~~~~~
  113. mupen64plus-video-angrylion/interface.c:33:16: note: in definition of macro 'config'
  114.   33 | #define config al_config;
  115.      |                ^~~~~~~~~
  116. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  117.   33 | #define config al_config;
  118.      |                         ^
  119. mupen64plus-video-angrylion/interface.c:210:7: note: in expansion of macro 'config'
  120.  210 |    if(config.vi.vi_blur != (bool)value)
  121.      |       ^~~~~~
  122. mupen64plus-video-angrylion/interface.c:210:6: note: to match this '('
  123.  210 |    if(config.vi.vi_blur != (bool)value)
  124.      |      ^
  125. mupen64plus-video-angrylion/interface.c:212:13: error: expected expression before '.' token
  126.  212 |       config.vi.vi_blur = (bool)value;
  127.      |             ^
  128. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  129.   33 | #define config al_config;
  130.      |                         ^
  131. mupen64plus-video-angrylion/interface.c:216:25: note: in expansion of macro 'config'
  132.  216 |          n64video_init(&config);
  133.      |                         ^~~~~~
  134. mupen64plus-video-angrylion/interface.c: In function 'angrylion_set_synclevel':
  135. mupen64plus-video-angrylion/interface.c:33:16: error: used struct type value where scalar is required
  136.   33 | #define config al_config;
  137.      |                ^~~~~~~~~
  138. mupen64plus-video-angrylion/interface.c:33:16: note: in definition of macro 'config'
  139.   33 | #define config al_config;
  140.      |                ^~~~~~~~~
  141. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  142.   33 | #define config al_config;
  143.      |                         ^
  144. mupen64plus-video-angrylion/interface.c:224:7: note: in expansion of macro 'config'
  145.  224 |    if(config.dp.compat != (enum dp_compat_profile)value)
  146.      |       ^~~~~~
  147. mupen64plus-video-angrylion/interface.c:224:6: note: to match this '('
  148.  224 |    if(config.dp.compat != (enum dp_compat_profile)value)
  149.      |      ^
  150. mupen64plus-video-angrylion/interface.c:226:13: error: expected expression before '.' token
  151.  226 |       config.dp.compat= (enum dp_compat_profile)value;
  152.      |             ^
  153. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  154.   33 | #define config al_config;
  155.      |                         ^
  156. mupen64plus-video-angrylion/interface.c:230:25: note: in expansion of macro 'config'
  157.  230 |          n64video_init(&config);
  158.      |                         ^~~~~~
  159. mupen64plus-video-angrylion/interface.c: In function 'angrylion_get_synclevel':
  160. mupen64plus-video-angrylion/interface.c:33:16: error: incompatible types when returning type 'struct n64video_config' but 'unsigned int' was expected
  161.   33 | #define config al_config;
  162.      |                ^~~~~~~~~
  163. mupen64plus-video-angrylion/interface.c:33:16: note: in definition of macro 'config'
  164.   33 | #define config al_config;
  165.      |                ^~~~~~~~~
  166. mupen64plus-video-angrylion/interface.c:237:18: error: expected expression before '.' token
  167.  237 |     return config.dp.compat;
  168.      |                  ^
  169. mupen64plus-video-angrylion/interface.c: In function 'angrylion_get_threads':
  170. mupen64plus-video-angrylion/interface.c:33:16: error: incompatible types when returning type 'struct n64video_config' but 'unsigned int' was expected
  171.   33 | #define config al_config;
  172.      |                ^~~~~~~~~
  173. mupen64plus-video-angrylion/interface.c:33:16: note: in definition of macro 'config'
  174.   33 | #define config al_config;
  175.      |                ^~~~~~~~~
  176. mupen64plus-video-angrylion/interface.c:242:18: error: expected expression before '.' token
  177.  242 |    return  config.num_workers;
  178.      |                  ^
  179. mupen64plus-video-angrylion/interface.c: In function 'angrylion_get_vi':
  180. mupen64plus-video-angrylion/interface.c:33:16: error: incompatible types when returning type 'struct n64video_config' but 'unsigned int' was expected
  181.   33 | #define config al_config;
  182.      |                ^~~~~~~~~
  183. mupen64plus-video-angrylion/interface.c:33:16: note: in definition of macro 'config'
  184.   33 | #define config al_config;
  185.      |                ^~~~~~~~~
  186. mupen64plus-video-angrylion/interface.c:248:17: error: expected expression before '.' token
  187.  248 |    return config.vi.mode;
  188.      |                 ^
  189. mupen64plus-video-angrylion/interface.c: In function 'angrylion_set_filtering':
  190. mupen64plus-video-angrylion/interface.c:33:16: error: used struct type value where scalar is required
  191.   33 | #define config al_config;
  192.      |                ^~~~~~~~~
  193. mupen64plus-video-angrylion/interface.c:33:16: note: in definition of macro 'config'
  194.   33 | #define config al_config;
  195.      |                ^~~~~~~~~
  196. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  197.   33 | #define config al_config;
  198.      |                         ^
  199. mupen64plus-video-angrylion/interface.c:258:7: note: in expansion of macro 'config'
  200.  258 |    if(config.vi.interp != (enum vi_interp)filter_type)
  201.      |       ^~~~~~
  202. mupen64plus-video-angrylion/interface.c:258:6: note: to match this '('
  203.  258 |    if(config.vi.interp != (enum vi_interp)filter_type)
  204.      |      ^
  205. mupen64plus-video-angrylion/interface.c:260:13: error: expected expression before '.' token
  206.  260 |       config.vi.interp = (enum vi_interp)filter_type;
  207.      |             ^
  208. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  209.   33 | #define config al_config;
  210.      |                         ^
  211. mupen64plus-video-angrylion/interface.c:264:25: note: in expansion of macro 'config'
  212.  264 |          n64video_init(&config);
  213.      |                         ^~~~~~
  214. mupen64plus-video-angrylion/interface.c: In function 'angrylion_get_filtering':
  215. mupen64plus-video-angrylion/interface.c:271:5: error: aggregate value used where an integer was expected
  216.  271 |     return  (unsigned)config.vi.interp;
  217.      |     ^~~~~~
  218. mupen64plus-video-angrylion/interface.c:271:29: error: expected expression before '.' token
  219.  271 |     return  (unsigned)config.vi.interp;
  220.      |                             ^
  221. mupen64plus-video-angrylion/interface.c: In function 'angrylion_set_dithering':
  222. mupen64plus-video-angrylion/interface.c:276:10: error: expected expression before '.' token
  223.  276 |    config.dithering    = dither_type;
  224.      |          ^
  225. mupen64plus-video-angrylion/interface.c: In function 'angrylionInitiateGFX':
  226. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  227.   33 | #define config al_config;
  228.      |                         ^
  229. mupen64plus-video-angrylion/interface.c:300:26: note: in expansion of macro 'config'
  230.  300 |    n64video_config_init(&config);
  231.      |                          ^~~~~~
  232. mupen64plus-video-angrylion/interface.c: In function 'angrylionRomOpen':
  233. mupen64plus-video-angrylion/interface.c:343:9: error: expected expression before '.' token
  234.  343 |   config.gfx.rdram       = plugin_get_rdram();
  235.      |         ^
  236. mupen64plus-video-angrylion/interface.c:344:9: error: expected expression before '.' token
  237.  344 |   config.gfx.rdram_size  = plugin_get_rdram_size();
  238.      |         ^
  239. mupen64plus-video-angrylion/interface.c:346:9: error: expected expression before '.' token
  240.  346 |   config.gfx.dmem        = plugin_get_dmem();
  241.      |         ^
  242. mupen64plus-video-angrylion/interface.c:347:9: error: expected expression before '.' token
  243.  347 |   config.gfx.mi_intr_reg = (uint32_t*)gfx_info.MI_INTR_REG;
  244.      |         ^
  245. mupen64plus-video-angrylion/interface.c:348:9: error: expected expression before '.' token
  246.  348 |   config.gfx.mi_intr_cb  = gfx_info.CheckInterrupts;
  247.      |         ^
  248. mupen64plus-video-angrylion/interface.c:350:9: error: expected expression before '.' token
  249.  350 |   config.gfx.vi_reg      = plugin_get_vi_registers();
  250.      |         ^
  251. mupen64plus-video-angrylion/interface.c:351:9: error: expected expression before '.' token
  252.  351 |   config.gfx.dp_reg      = plugin_get_dp_registers();
  253.      |         ^
  254. mupen64plus-video-angrylion/interface.c:33:25: error: expected ')' before ';' token
  255.   33 | #define config al_config;
  256.      |                         ^
  257. mupen64plus-video-angrylion/interface.c:353:19: note: in expansion of macro 'config'
  258.  353 |    n64video_init(&config);
  259.      |                   ^~~~~~
  260. make: *** [Makefile:427: mupen64plus-video-angrylion/interface.o] Error 1
  261. make: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement