-
Notifications
You must be signed in to change notification settings - Fork 586
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
OSX 10.10 + Java 8 issue loading native libraries #6
Comments
Ok, I think I fixed that in this revision: bytedeco/javacpp-presets@e00c947 I've uploaded some binaries you can try here: Let me know if that works! Thanks for reporting |
Hi! I've tested the core & imgproc modules in OS X 10.10 and it seems to work now. I'll run more tests in previous version of iOS and I'll post again if something weird happens. Thank you very much! |
Hi, Thank you in advance |
@Kevin50 Looks like the server has deleted them... Well, anyway, building it from source isn't hard on Linux or Mac, so please try to run |
FYI, I've uploaded another set of snapshots here: |
Thank you man!! It works now :) |
For the life of me I can't get JavaCV to work on Yosemite. I tried downloading the newer jars and substituting the old ones (ffmpeg and opencv) from the snapshot (which Kevin shared with me on stackoverflow). I tried downloading the JavaCV snapshot and javacpp and javacpp-presets also. I tried adding oss.sonatype.org/content/repositories/snapshots/org/bytedeco as a repository in a maven project and adding the dependencies from this repository only. |
@bisher3 I've updated the SNAPSHOT binaries. Try them out, and let me know if you have any issues: |
@saudet Thank you! Yes I tried them out and they are working correctly now. |
Fixed binaries are included in version 0.10. Thanks for reporting! |
It could be possible that the last version of complied libs is affected from the same issue? On Yosemite 10.10.3 I get the same error: I'm using the JavaCV 1.0 binary and sources archives. |
@Nonnis-M JavaCV 1.0 doesn't link with OpenCV 2.4, so you're probably not using 1.0. |
I'm using the JavaCV 1.0 binary archive linked on the JavaCV README which use OpenCV 3.0 |
I have an applet with JavaCV running fine in all operating systems (Win32, Win64, OSX 10.9, 10.8, 10.7) but recently I've detected the following error in OSX 10.10 (yosemite) running with Java8 (the only runtime available for this OSX version):
Anyone else with this problem? Any suggestion?
Thanks in advance!
The text was updated successfully, but these errors were encountered: