Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ➜ /tmp nimrod --listCmd --parallelBuild:1 -d:release c test.nim
- config/nimrod.cfg(37, 2) Hint: added path: '/home/tass//.babel/pkgs/babel-0.1.0' [Path]
- config/nimrod.cfg(37, 2) Hint: added path: '/home/tass//.babel/pkgs/sha1-1.0' [Path]
- config/nimrod.cfg(37, 2) Hint: added path: '/home/tass//.babel/pkgs/python-1.0' [Path]
- config/nimrod.cfg(37, 2) Hint: added path: '/home/tass//.babel/pkgs/' [Path]
- Hint: used config file '/home/tass/dev/nimrod/Nimrod/config/nimrod.cfg' [Conf]
- Hint: system [Processing]
- Hint: test [Processing]
- Foo
- /tmp/nimcache/tmp_test.c: In function ‘testInit’:
- /tmp/nimcache/tmp_test.c:82:8: error: incompatible types when assigning to type ‘TY80002’ from type ‘int’
- LOC2 = ((s1_80004[LOC1] & ~ s_80003[LOC1]) == 0);
- ^
- /tmp/nimcache/tmp_test.c:84:16: error: incompatible types when assigning to type ‘TY80002’ from type ‘int’
- if (LOC2) LOC2 = (memcmp(s1_80004, s_80003, 32) != 0);
- ^
- Error: execution of an external program failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement