Guest User

Untitled

a guest
Dec 1st, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. dirkks-macbook:ray dirkk$ nimrod c --run test.nim
  2. config/nimrod.cfg(36, 2) Hint: added path: '/Users/dirkk/.babel/pkgs/' [Path]
  3. Hint: used config file '/Users/dirkk/Nimrod/config/nimrod.cfg' [Conf]
  4. Hint: system [Processing]
  5. Hint: test [Processing]
  6. Hint: sdl [Processing]
  7. Hint: unsigned [Processing]
  8. clang -c -w -I/Users/dirkk/Nimrod/lib -o /Users/dirkk/Dropbox/projects/nimrod/ray/nimcache/ray_test.o /Users/dirkk/Dropbox/projects/nimrod/ray/nimcache/ray_test.c
  9. clang -c -w -I/Users/dirkk/Nimrod/lib -o /Users/dirkk/Dropbox/projects/nimrod/ray/nimcache/sdl_sdl.o /Users/dirkk/Dropbox/projects/nimrod/ray/nimcache/sdl_sdl.c
  10. clang -o /Users/dirkk/Dropbox/projects/nimrod/ray/test /Users/dirkk/Dropbox/projects/nimrod/ray/nimcache/core_unsigned.o /Users/dirkk/Dropbox/projects/nimrod/ray/nimcache/sdl_sdl.o /Users/dirkk/Dropbox/projects/nimrod/ray/nimcache/Nimrod_system.o /Users/dirkk/Dropbox/projects/nimrod/ray/nimcache/ray_test.o -ldl
  11. Hint: operation successful (10493 lines compiled; 2.045 sec total; 15.153MB) [SuccessX]
  12. /Users/dirkk/Dropbox/projects/nimrod/ray/test
  13. could not load: libSDL-1.2.0.dylib
  14. Error: execution of an external program failed
  15. dirkks-macbook:ray dirkk$ nimrod c --run test.nim
  16. config/nimrod.cfg(36, 2) Hint: added path: '/Users/dirkk/.babel/pkgs/' [Path]
  17. Hint: used config file '/Users/dirkk/Nimrod/config/nimrod.cfg' [Conf]
  18. Hint: system [Processing]
  19. Hint: test [Processing]
  20. Hint: sdl [Processing]
  21. Hint: unsigned [Processing]
  22. clang -c -w -I/Users/dirkk/Nimrod/lib -o /Users/dirkk/Dropbox/projects/nimrod/ray/nimcache/sdl_sdl.o /Users/dirkk/Dropbox/projects/nimrod/ray/nimcache/sdl_sdl.c
  23. clang -o /Users/dirkk/Dropbox/projects/nimrod/ray/test /Users/dirkk/Dropbox/projects/nimrod/ray/nimcache/core_unsigned.o /Users/dirkk/Dropbox/projects/nimrod/ray/nimcache/sdl_sdl.o /Users/dirkk/Dropbox/projects/nimrod/ray/nimcache/Nimrod_system.o /Users/dirkk/Dropbox/projects/nimrod/ray/nimcache/ray_test.o -ldl
  24. Hint: operation successful (10493 lines compiled; 3.615 sec total; 15.153MB) [SuccessX]
  25. /Users/dirkk/Dropbox/projects/nimrod/ray/test
  26. Dec 1 10:29:51 dirkks-macbook.fritz.box test[11940] <Error>: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection
  27. Dec 1 10:29:51 dirkks-macbook.fritz.box test[11940] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
  28. Dec 1 10:29:51 dirkks-macbook.fritz.box test[11940] <Error>: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection
  29. Dec 1 10:29:51 dirkks-macbook.fritz.box test[11940] <Error>: kCGErrorInvalidConnection: CGSNewWindowWithOpaqueShape: Invalid connection
  30. 2013-12-01 10:29:51.391 test[11940:f07] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1002) creating CGSWindow on line 263'
  31. *** First throw call stack:
  32. (
  33. 0 CoreFoundation 0x00007fff9581cf56 __exceptionPreprocess + 198
  34. 1 libobjc.A.dylib 0x00007fff8a919d5e objc_exception_throw + 43
  35. 2 CoreFoundation 0x00007fff9581cd8a +[NSException raise:format:arguments:] + 106
  36. 3 CoreFoundation 0x00007fff9581cd14 +[NSException raise:format:] + 116
  37. 4 AppKit 0x00007fff8b23a16f _NSCreateWindowWithOpaqueShape2 + 755
  38. 5 AppKit 0x00007fff8b1886c5 -[NSWindow _commonAwake] + 1875
  39. 6 AppKit 0x00007fff8b187360 -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 1871
  40. 7 AppKit 0x00007fff8b1863af -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1502
  41. 8 AppKit 0x00007fff8b185d7f -[NSWindow initWithContentRect:styleMask:backing:defer:] + 47
  42. 9 libSDL-1.2.0.dylib 0x000000010f12f8f6 -[SDL_QuartzWindow initWithContentRect:styleMask:backing:defer:] + 294
  43. 10 libSDL-1.2.0.dylib 0x000000010f12d505 QZ_SetVideoMode + 2837
  44. 11 libSDL-1.2.0.dylib 0x000000010f124af5 SDL_SetVideoMode + 917
  45. 12 test 0x000000010ef90c29 testInit + 233
  46. 13 test 0x000000010ef908c1 NimMain + 49
  47. 14 test 0x000000010ef90c97 main + 71
  48. 15 test 0x000000010ef71de4 start + 52
  49. 16 ??? 0x0000000000000001 0x0 + 1
  50. )
  51. terminate called throwing an exceptionTraceback (most recent call last)
  52. test.nim(3) test
  53. SIGABRT: Abnormal termination.
  54. Error: execution of an external program failed
Advertisement
Add Comment
Please, Sign In to add comment