Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. bin/nim doc2 --hint[Conf]:off --hint[Path]:off --hint[Processing]:off --putenv:nimversion=0.14.3 --git.url:https://github.com/nim-lang/Nim -o:web/upload/coro.html --index:on lib/pure/coro.nim
  2. lib/arch/arch.nim(46, 10) Error: Unsupported architecture
  3. lib/arch/arch.nim(51, 19) Error: undeclared identifier: 'JmpBufReg'
  4. lib/arch/arch.nim(51, 28) Error: undeclared field: 'TOTAL'
  5. lib/arch/arch.nim(51, 28) Error: expression '.' cannot be called
  6. lib/arch/arch.nim(51, 28) Error: VM problem: dest register is not set
  7. lib/system/gc.nim(736, 19) template/generic instantiation from here
  8. lib/system/gc_common.nim(243, 11) Error: invalid type: 'Registers'
  9. lib/system/gc.nim(736, 19) template/generic instantiation from here
  10. lib/system/gc.nim(736, 19) template/generic instantiation from here
  11. Error: internal error: forward type in typeRel()
  12. No stack traceback available
  13. To create a stacktrace, rerun compilation with ./koch temp doc2 <file>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement