We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. I tried to compile this app, but compilation was excepted:
$ nim -d:release c nrpl.nim Hint: used config file '/etc/nim.cfg' [Conf] Hint: system [Processing] Hint: nrpl [Processing] Hint: os [Processing] Hint: strutils [Processing] Hint: parseutils [Processing] Hint: math [Processing] Hint: algorithm [Processing] Hint: times [Processing] Hint: posix [Processing] Hint: ospaths [Processing] Hint: osproc [Processing] Hint: strtabs [Processing] Hint: hashes [Processing] Hint: streams [Processing] Hint: cpuinfo [Processing] Hint: linux [Processing] Hint: re [Processing] Hint: pcre [Processing] Hint: rtarrays [Processing] nrpl.nim(31, 10) Warning: writeLn is deprecated [Deprecated] nrpl.nim(32, 10) Warning: writeLn is deprecated [Deprecated] nrpl.nim(33, 10) Warning: writeLn is deprecated [Deprecated] nrpl.nim(34, 10) Warning: writeLn is deprecated [Deprecated] nrpl.nim(35, 10) Warning: writeLn is deprecated [Deprecated] nrpl.nim(36, 10) Warning: writeLn is deprecated [Deprecated] nrpl.nim(37, 10) Warning: writeLn is deprecated [Deprecated] nrpl.nim(38, 10) Warning: writeLn is deprecated [Deprecated] nrpl.nim(39, 10) Warning: writeLn is deprecated [Deprecated] nrpl.nim(40, 10) Warning: writeLn is deprecated [Deprecated] nrpl.nim(41, 10) Warning: writeLn is deprecated [Deprecated] nrpl.nim(116, 42) Error: attempting to call undeclared routine: 'map'
Linux Mint 18.3 Nim 0.17.2 GCC 5.4.0
The text was updated successfully, but these errors were encountered:
will be fixed in #17
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi. I tried to compile this app, but compilation was excepted:
Linux Mint 18.3
Nim 0.17.2
GCC 5.4.0
The text was updated successfully, but these errors were encountered: