Author
anonymous
over 2 years ago
Language
Nim
Compiler
nim 1.6.10
Options
Author
anonymous
over 2 years ago
$ nim c ./prog.nim
Hint: used config file '/opt/wandbox/nim-1.6.10/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-1.6.10/config/config.nims' [Conf]
.........................................................
/home/jail/prog.nim(1, 23) Error: undeclared identifier: 'ColorRGBX'
candidates (edit distance, scope distance); see '--spellSuggest':
(6, 3): 'EOFError' [type declared in /opt/wandbox/nim-1.6.10/lib/system/exceptions.nim(61, 3)]
(6, 3): 'IOError' [type declared in /opt/wandbox/nim-1.6.10/lib/system/exceptions.nim(59, 3)]
(6, 3): 'RootObj' [type declared in /opt/wandbox/nim-1.6.10/lib/system.nim(581, 3)]
(6, 3): 'RootRef' [type declared in /opt/wandbox/nim-1.6.10/lib/system.nim(586, 3)]
(6, 3): 'clong' [type declared in /opt/wandbox/nim-1.6.10/lib/system.nim(1404, 5)]
(6, 3): 'culong' [type declared in /opt/wandbox/nim-1.6.10/lib/system.nim(1406, 5)]
(6, 3): 'dollars' [module declared in /opt/wandbox/nim-1.6.10/lib/system.nim(2135, 14)]
(6, 3): 'gorge' [proc declared in /opt/wandbox/nim-1.6.10/lib/system.nim(2676, 6)]
(6, 3): 'gorgeEx' [proc declared in /opt/wandbox/nim-1.6.10/lib/system.nim(2707, 6)]
Exit Code:
1