Created
October 29, 2016 20:30
-
-
Save stisa/eb08d8ccbd6a4c037e633aa472b0101c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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