Guest User

Untitled

a guest
Jan 31st, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. In file included from C:\<censored>\nimtest\nimcache\main.c:9:0:
  2. G:\nim-0.16.0\lib/nimbase.h:443:13: error: size of array 'Nim_and_C_compiler_disagree_on_target_architecture' is negative
  3. typedef int Nim_and_C_compiler_disagree_on_target_architecture[sizeof(NI) == sizeof(void*) && NIM_INTBITS == sizeof(NI)*8 ? 1 : -1];
  4. ^
  5. In file included from C:\<censored>\nimtest\nimcache\stdlib_system.c:9:0:
  6. G:\nim-0.16.0\lib/nimbase.h:443:13: error: size of array 'Nim_and_C_compiler_disagree_on_target_architecture' is negative
  7. typedef int Nim_and_C_compiler_disagree_on_target_architecture[sizeof(NI) == sizeof(void*) && NIM_INTBITS == sizeof(NI)*8 ? 1 : -1];
  8. ^
  9. gcc.exe: error: C:\<censored>\nimtest\nimcache\stdlib_system.o: No such file or directory
  10. gcc.exe: error: C:\<censored>\nimtest\nimcache\main.o: No such file or directory
  11. gcc.exe: fatal error: no input files
  12. compilation terminated.
  13. Error: execution of an external program failed: 'gcc.exe -o C:\<censored>\nimtest\main.exe C:\<censored>\nimtest\nimcache\stdlib_system.o C:\<censored>\nimtest\nimcache\main.o '
  14.  
  15. [Finished in 0.6s]
Add Comment
Please, Sign In to add comment