Skip to content
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

libopencv_cudev.3.4.dylib missing in opencv-gpu jar for Mac OSX #626

Closed
gunther82 opened this issue Oct 16, 2018 · 2 comments
Closed

libopencv_cudev.3.4.dylib missing in opencv-gpu jar for Mac OSX #626

gunther82 opened this issue Oct 16, 2018 · 2 comments
Labels

Comments

@gunther82
Copy link
Contributor

Hi, I have downloaded the latest presets 1.4.3 for Mac, including opencv-3.4.2-1.4.2-macosx-x86_64-gpu.jar but when I launch my application I got this exception:

Caused by: java.lang.UnsatisfiedLinkError: /Users/claudio/.javacpp/cache/opencv-3.4.3-1.4.3-macosx-x86_64-gpu.jar/org/bytedeco/javacpp/macosx-x86_64-gpu/libjniopencv_core.dylib: dlopen(/Users/claudio/.javacpp/cache/opencv-3.4.3-1.4.3-macosx-x86_64-gpu.jar/org/bytedeco/javacpp/macosx-x86_64-gpu/libjniopencv_core.dylib, 1): Library not loaded: @rpath/libopencv_cudev.3.4.dylib
Referenced from: /Users/claudio/.javacpp/cache/opencv-3.4.3-1.4.3-macosx-x86_64-gpu.jar/org/bytedeco/javacpp/macosx-x86_64-gpu/./libopencv_imgproc.3.4.dylib
Reason: image not found

I have checked inside the .jar file and the library is actually missing.
I have checked also the linux version of the .jar, and in this case I found the file libopencv_cudev.so.3.4, so I guess it is only missing in the mac version.

How can I include that library?

@saudet
Copy link
Member

saudet commented Oct 17, 2018

I've fixed this in the latest commit above, so you'll be able to use snapshots for this,
but it might take a couple of hours before a fixed version becomes available:
http://bytedeco.org/builds/
Thanks for reporting!

@gunther82
Copy link
Contributor Author

thank you for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants