Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Users\<User>\Desktop>nim compile test.nim
- d:\nim\config\nim.cfg(53, 3) Hint: added path: 'C:\Users\<User>\.babel\pkgs\' [
- Path]
- d:\nim\config\nim.cfg(54, 3) Hint: added path: 'C:\Users\<User>\.nimble\pkgs\'
- [Path]
- Hint: used config file 'D:\Nim\config\nim.cfg' [Conf]
- Hint: system [Processing]
- Hint: test [Processing]
- CC: test
- CC: stdlib_system
- In file included from c:\users\<User>\desktop\nimcache\test.c:8:0:
- D:\Nim\lib/nimbase.h:393:13: error: size of array 'assert_numbits' is negative
- typedef int assert_numbits[sizeof(NI) == sizeof(void*) && NIM_INTBITS == sizeof
- (NI)*8 ? 1 : -1];
- ^
- In file included from c:\users\<User>\desktop\nimcache\stdlib_system.c:8:0:
- D:\Nim\lib/nimbase.h:393:13: error: size of array 'assert_numbits' is negative
- typedef int assert_numbits[sizeof(NI) == sizeof(void*) && NIM_INTBITS == sizeof
- (NI)*8 ? 1 : -1];
- ^
- Error: execution of an external program failed; rerun with --parallelBuild:1 to
- see the error message
Advertisement
Add Comment
Please, Sign In to add comment