-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error doing a test program #1
Comments
Hey, Lines 54 to 58 in b782324
When I tried to build for windows on my linux machine it told me the value is of i32. I added special code for windows to handle this. But now I cannot even reproduce the cause for why I added that... I will remove it real quick and release a new version so you can continue your tests. But keep in mind:
|
0.0.6 with a potential fix is published. I'm unable to fully verify this on a windows machine right now, so would be great if you could tell me if this fixes your problem 😄 If thats not the case I need to look into this some days later. |
The new change generates an error too. Cargo.toml[package]
name = "tests_lib_manifold"
version = "0.1.0"
edition = "2021"
[dependencies]
libloading = "0.8.6"
manifold3d = "0.0.6" Log output
Possibly this issue can be resolved whether I knew that environment variable is using to run the command because I have Log output using
|
Hi,
I would like to test the library and I'm getting the following error.
Environment
Cargo.toml
Cargo build
Cargo build log
Regards,
Alberto
The text was updated successfully, but these errors were encountered: