-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
"koch web" fails in HEAD #1898
Comments
The error was actually my fault because a previous version of nim was used due to the wrong PATH order. After putting "./bin" first I get another error from 'PATH="./bin:$PATH" ./koch web':
|
OS? Used C compiler? CPU? |
Linux amd 3.18.1-gentoo #1 SMP PREEMPT Thu Dec 18 17:45:09 CET 2014 x86_64 AMD FX-8320E Eight-Core Processor AuthenticAMD GNU/Linux gcc-4.8.4 |
Works for me on Linux 64, gcc-4.8.2. |
Works here as well. @stefantalpalaru could you provide some more information? To get a stracktrace, boot the compiler without the |
Is this related? I tried to create the docs on my system (osx) with Short version:
I also have an earlier problem with includes not working well. Line 23 in
But that fails when I I then included the Anyway after this I run into the above problem with Originally I wanted to call This failed with:
and lead to this odyssey... |
It now works with gcc-4.9.2. |
I get a similar error when doing './koch web'. Using nim-0.11.2 release on OSX Mavericks.
|
|
Relevant output:
The text was updated successfully, but these errors were encountered: