-
Notifications
You must be signed in to change notification settings - Fork 127
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
Compilation error __NERD_DIRNAME with fib.js, Debian 12 and pre-compiled nerd v0.0.16 #161
Comments
Not specific to fib.js. Error produced also with, e.g.: hello.js
NOTE: Possibly the first report of this error, since other Issues seem to be using nectar as opposed to nerd. |
Fixable by adding the type std::string to: nerd/self/compiler/native/squel/std.cpp Line 77 in 400b367
Then the compiler finishes. |
Also,
|
could you try with GCC10 or 9 just to check if it comes from GCC ? |
The __NERD_DIRNAME problem persists, but is fixable as I wrote earlier. in reply to: #161 (comment)
I am not an expert on GCC, but to me the programming error at L75 and L77 at nerd/self/compiler/native/squel/std.cpp Line 75 in 400b367
|
node nerd ../fib-main/fib.js
fib.js: https://github.com/drujensen/fib
The text was updated successfully, but these errors were encountered: