Skip to content

Instantly share code, notes, and snippets.

@stisa
Created October 29, 2016 20:30
Show Gist options
  • Save stisa/eb08d8ccbd6a4c037e633aa472b0101c to your computer and use it in GitHub Desktop.
Save stisa/eb08d8ccbd6a4c037e633aa472b0101c to your computer and use it in GitHub Desktop.
C:\Users\silvio\Documents\Dev\nim\eval>nim c -r --cc:tcc testing.nim
Hint: used config file 'C:\Dev\Nim-devel\config\nim.cfg' [Conf]
Hint: system [Processing]
Hint: testing [Processing]
CC: testing
CC: stdlib_system
In file included from c:/users/silvio/documents/dev/nim/eval/nimcache/testing.c:9:
C:/Dev/Nim-devel/lib/nimbase.h:227: error: include file 'limits.h' not found
In file included from c:/users/silvio/documents/dev/nim/eval/nimcache/stdlib_system.c:9:
C:/Dev/Nim-devel/lib/nimbase.h:227: error: include file 'limits.h' not found
Hint: [Link]
c:/users/silvio/documents/dev/nim/eval/nimcache/stdlib_system.o: error: unrecognized file type
Error: execution of an external program failed: 'tcc.exe -o c:\users\silvio\documents\dev\nim\eval\testing.exe c:\users\silvio\documents\dev\nim\eval\nimcache\stdlib_system.o c:\users\silvio\documents\dev\nim\eval\nimcache\testing.o'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment