Guest User

Untitled

a guest
Sep 27th, 2015
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 0.98 KB | None | 0 0
  1. C:\Users\<User>\Desktop>nim compile test.nim
  2. d:\nim\config\nim.cfg(53, 3) Hint: added path: 'C:\Users\<User>\.babel\pkgs\' [
  3. Path]
  4. d:\nim\config\nim.cfg(54, 3) Hint: added path: 'C:\Users\<User>\.nimble\pkgs\'
  5. [Path]
  6. Hint: used config file 'D:\Nim\config\nim.cfg' [Conf]
  7. Hint: system [Processing]
  8. Hint: test [Processing]
  9. CC: test
  10. CC: stdlib_system
  11. In file included from c:\users\<User>\desktop\nimcache\test.c:8:0:
  12. D:\Nim\lib/nimbase.h:393:13: error: size of array 'assert_numbits' is negative
  13.  typedef int assert_numbits[sizeof(NI) == sizeof(void*) && NIM_INTBITS == sizeof
  14. (NI)*8 ? 1 : -1];
  15.              ^
  16. In file included from  c:\users\<User>\desktop\nimcache\stdlib_system.c:8:0:
  17. D:\Nim\lib/nimbase.h:393:13: error: size of array 'assert_numbits' is negative
  18.  typedef int assert_numbits[sizeof(NI) == sizeof(void*) && NIM_INTBITS == sizeof
  19. (NI)*8 ? 1 : -1];
  20.              ^
  21. Error:  execution of an external program failed; rerun with --parallelBuild:1 to
  22.  see the error message
Advertisement
Add Comment
Please, Sign In to add comment