-
Notifications
You must be signed in to change notification settings - Fork 4
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
nimble build #31
Comments
Weird. Could you send the entire log? |
This was causing a build failure in Ferus. (ferus-web/ferus#31)
Could you please check if Ferus compiles now? |
Something new at the moment: Building bali/test262 using cpp backend
...
g++: error: Package: No such file or directory
g++: error: Package: No such file or directory
g++: error: simdutf: No such file or directory
g++: error: was: No such file or directory
g++: error: not: No such file or directory
g++: error: simdutf: No such file or directory
g++: error: found: No such file or directory |
Oh, you need to install simdutf. I'm sorry, should've made that clear. Install the simdutf library. |
nimble build doesn't work on Windows neither. |
Ah, sorry. Ferus is Linux-only for now. It's impossible to get it working on Windows right now unless a Windows user ends up joining as a developer. I will eventually get it working in a Windows VM after most of my goals are met. |
I am on WSL2 |
I was replying to @lwhgames. You need to install simdutf, that should fix the compilation problem. |
@inv2004 Did installing simdutf work? |
What distro are you on with which Nim version? It seems like there are codegen errors on the Nim side. Ferus requires Nim >= 2.0.0 and a very old GCC probably won't work either. Also, you seem to be compiling it as root. Don't do that. Run this command in the ferus repository: nimble build --define:release |
Nim Compiler Version 2.0.11 [Linux: amd64] gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 |
That should work. Weird. Can you send me the command you used to install simdutf from your package manager? |
I downloaded simdutf and built from source with |
Weird. Can you try installing the package instead? |
there is no simdutf package in ubuntu. |
I meant, can you run |
I'm not quite sure what's going wrong on your end. I cleared my compiler cache and fully re-compiled all of Ferus and it works just fine. I'm using NixOS Unstable with Nim 2.2.0 and GCC 13.3.0 (and yes, it worked fine on the 2.0.x series for me too) |
@lwhgames I just realized that you're running |
WSL uses root by default, does it matter? |
I don't think it should matter but I still cannot reproduce your issue. Use Nim 2.2.0 and see if that works. |
The text was updated successfully, but these errors were encountered: