-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
build error with localy built toolchain on macos x #104
Comments
It seems there are some incompatibilities with OSX. I'll try to fix the build for OSX in the weekend if I get some time. However, you could quickly try to patch the code to fix these minor incompatibilities. (For example a |
I also seem to have issue building on MacOS. This has not been fixed right?
|
@Machine-Jonte nop, not yet. (I mainly use Linux, thus I didn't cross-compile it for OSX, especially given how clumsy the whole Rust cross-compiling experience is.) If you could try to fix the compile errors and let me know the patch that makes it work, I could try to put in some Else, I'll have to find a weekend and make it work. (I've already experienced the Rust cross compiling to OSX on another project, I just need to port the scripts into this project.) |
@cipriancraciun I did some quick hackaround but not sure how to test out if it actually works. I expected this to work (i.e. running cargo run --bin vonuvoli-scheme-interpreter ./examples/benchmark--controls.ss )
|
Yes, it compiles and works, just that the arguments of the interpreter are perhaps a bit counter-intuitive. See the help at: vonuvoli-scheme/documentation/tools/interpreter--help.txt Lines 6 to 17 in e2d1a94
Basically you need to use |
@Machine-Jonte if you happen to use Discord, there is a channel dedicated to this project https://discord.gg/WuCr5rzfq2, and it could perhaps work a bit better than back-and-forth on GitHub for smaller problems. |
Like described under 'Installation' but for macos:
With this resulting toolchain
But it doesn't build
The text was updated successfully, but these errors were encountered: