-
Notifications
You must be signed in to change notification settings - Fork 12
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
Cannot find -lOpenImageDenoise in simple example #1
Comments
I was able to solve this by fiddling with |
Thanks for the bug report! It shouldn't be necessary to set I'll get CI running nightly as well and take a lookt |
It looks like the nightly build passed, and I'm unable to replicate this again so I think it's safe to close this issue. One thing I was wondering however, is if it's possible to pass ODIN_DIR at runtime rather than build time. |
Since we need it to link the library in our build.rs build script, we need the |
I'm using oidn-rs as a crate in my project and I'm trying to emulate the oidn-rs travis build in my build.rs. I keep running into a problem with OIDN_DIR not being set and I think it's related to this issue: rust-lang/cargo#4121. I'm hoping to find a workaround but I'm not sure one exists at the application level. |
That could be the issue you're having as well, where the I was looking for your build script in your repo but couldn't find it, how were you trying to pass the |
Right now I'm using |
I used the Linux portion of the
.travis.yml
file to set up oidn-rs locally. Runningcargo build
in the oidn-rs root directory works without a hitch. However, once I runcargo build
inside theexamples/simple
directory I receive the error below. This is on the rust nightly channel.The text was updated successfully, but these errors were encountered: