Advertisement
Guest User

Untitled

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