Advertisement
Guest User

Untitled

a guest
Jul 21st, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. /Users/bung/.choosenim/toolchains/nim-#devel/lib/system/fatal.nim(49, 5) Error: unhandled exception: /Users/bung/.nimble/pkgs/nimterop-0.6.6/nimterop/cimport.nim(138, 16) `false`
  2.  
  3. # Generated @ 2020-07-21T15:18:52+08:00
  4. # Command line:
  5. # /Users/bung/.nimble/pkgs/nimterop-0.6.6/nimterop/toast --preprocess -m:c --recurse --pnim --dynlib=libjpeg --nim:/Users/bung/.choosenim/toolchains/nim-#devel/bin/nim /Users/bung/.cache/nim/nimterop/mozjpegwrapper/jpeglib.h -o /Users/bung/.cache/nim/nimterop/toastCache/nimterop_2212004717.nim
  6.  
  7. # const 'jpeg_common_fields' has unsupported value 'struct jpeg_error_mgr *err; /* Error handler module */ struct jpeg_memory_mgr *mem; /* Memory manager module */ struct jpeg_progress_mgr *progress; /* Progress monitor, or NULL if none */ void *client_data; /* Available for use by application */ boolean is_decompressor; /* So common code can tell which is which */ int global_state /* For checking call sequence validity */'
  8. toast.nim(227) toast
  9. cligen.nim(733) cligenDoNotCollideWithGlobalVar
  10. cligen.nim(651) dispatchmain
  11. toast.nim(150) main
  12. toast.nim(30) process
  13. ast2.nim(1944) parseNim
  14. ast2.nim(1829) searchTree
  15. ast2.nim(1803) processNode
  16. ast2.nim(1264) addType
  17. ast2.nim(884) addTypeObject
  18. ast2.nim(778) newRecListTree
  19. ast2.nim(504) newIdentDef
  20. comphelp.nim(95) getNameInfo
  21. getters.nim(189) getIdentifier
  22. assertions.nim(30) failedAssertImpl
  23. assertions.nim(23) raiseAssert
  24. fatal.nim(49) sysFatal
  25. Error: unhandled exception: getters.nim(189, 12) `name.nBl` Blank identifier error [AssertionDefect]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement