Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dirkks-macbook:ray dirkk$ nimrod c --run test.nim
- config/nimrod.cfg(36, 2) Hint: added path: '/Users/dirkk/.babel/pkgs/' [Path]
- Hint: used config file '/Users/dirkk/Nimrod/config/nimrod.cfg' [Conf]
- Hint: system [Processing]
- Hint: test [Processing]
- Hint: sdl [Processing]
- Hint: unsigned [Processing]
- 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
- 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
- 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
- Hint: operation successful (10493 lines compiled; 2.045 sec total; 15.153MB) [SuccessX]
- /Users/dirkk/Dropbox/projects/nimrod/ray/test
- could not load: libSDL-1.2.0.dylib
- Error: execution of an external program failed
- dirkks-macbook:ray dirkk$ nimrod c --run test.nim
- config/nimrod.cfg(36, 2) Hint: added path: '/Users/dirkk/.babel/pkgs/' [Path]
- Hint: used config file '/Users/dirkk/Nimrod/config/nimrod.cfg' [Conf]
- Hint: system [Processing]
- Hint: test [Processing]
- Hint: sdl [Processing]
- Hint: unsigned [Processing]
- 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
- 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
- Hint: operation successful (10493 lines compiled; 3.615 sec total; 15.153MB) [SuccessX]
- /Users/dirkk/Dropbox/projects/nimrod/ray/test
- Dec 1 10:29:51 dirkks-macbook.fritz.box test[11940] <Error>: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection
- Dec 1 10:29:51 dirkks-macbook.fritz.box test[11940] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
- Dec 1 10:29:51 dirkks-macbook.fritz.box test[11940] <Error>: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection
- Dec 1 10:29:51 dirkks-macbook.fritz.box test[11940] <Error>: kCGErrorInvalidConnection: CGSNewWindowWithOpaqueShape: Invalid connection
- 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'
- *** First throw call stack:
- (
- 0 CoreFoundation 0x00007fff9581cf56 __exceptionPreprocess + 198
- 1 libobjc.A.dylib 0x00007fff8a919d5e objc_exception_throw + 43
- 2 CoreFoundation 0x00007fff9581cd8a +[NSException raise:format:arguments:] + 106
- 3 CoreFoundation 0x00007fff9581cd14 +[NSException raise:format:] + 116
- 4 AppKit 0x00007fff8b23a16f _NSCreateWindowWithOpaqueShape2 + 755
- 5 AppKit 0x00007fff8b1886c5 -[NSWindow _commonAwake] + 1875
- 6 AppKit 0x00007fff8b187360 -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 1871
- 7 AppKit 0x00007fff8b1863af -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1502
- 8 AppKit 0x00007fff8b185d7f -[NSWindow initWithContentRect:styleMask:backing:defer:] + 47
- 9 libSDL-1.2.0.dylib 0x000000010f12f8f6 -[SDL_QuartzWindow initWithContentRect:styleMask:backing:defer:] + 294
- 10 libSDL-1.2.0.dylib 0x000000010f12d505 QZ_SetVideoMode + 2837
- 11 libSDL-1.2.0.dylib 0x000000010f124af5 SDL_SetVideoMode + 917
- 12 test 0x000000010ef90c29 testInit + 233
- 13 test 0x000000010ef908c1 NimMain + 49
- 14 test 0x000000010ef90c97 main + 71
- 15 test 0x000000010ef71de4 start + 52
- 16 ??? 0x0000000000000001 0x0 + 1
- )
- terminate called throwing an exceptionTraceback (most recent call last)
- test.nim(3) test
- SIGABRT: Abnormal termination.
- Error: execution of an external program failed
Advertisement
Add Comment
Please, Sign In to add comment