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

Need to set the min OS version lower -- 10.7? #3

Closed
tap opened this issue Mar 27, 2015 · 11 comments
Closed

Need to set the min OS version lower -- 10.7? #3

tap opened this issue Mar 27, 2015 · 11 comments

Comments

@tap
Copy link
Contributor

tap commented Mar 27, 2015

Currently we crash on < OS 10.9 in some externs due to compiler optimization

@tap
Copy link
Contributor Author

tap commented Mar 27, 2015

That would mean rebuilding the OpenCV static libs with -mmacosx-version-min=10.7

@jeremybernstein
Copy link
Contributor

OK, that should be possible, assuming that there are no problems with the
libstdc++ on 10.7, which has been an issue in the past with some software.

jb

2015-03-27 16:52 GMT+01:00 Timothy Place notifications@github.com:

That would mean rebuilding the OpenCV static libs with
-mmacosx-version-min=10.7


Reply to this email directly or view it on GitHub
#3 (comment).

@grrrwaaa
Copy link
Contributor

I've got it built on my branch, but I don't have a 10.7 machine to test on.

@tap
Copy link
Contributor Author

tap commented Mar 27, 2015

Awesome! If you push that (or send me a pull request) then I can do a
build and get it to Les for testing on an older OS.

Tim

On Fri, Mar 27, 2015 at 4:27 PM, Graham Wakefield notifications@github.com
wrote:

I've got it built on my branch, but I don't have a 10.7 machine to test on.


Reply to this email directly or view it on GitHub
#3 (comment).

@grrrwaaa
Copy link
Contributor

OK. In the process I ended up migrating to OpenCV 2.4.9 (it was on 2.3.1...), but almost no changes were needed (just a legacy header include for a couple of files). However that will also need rebuilding for Windows to keep the repo consistent; I'll do that tonight and then do the pull request.

@tap
Copy link
Contributor Author

tap commented Mar 27, 2015

Sweet!!!!

Tim

On Fri, Mar 27, 2015 at 4:37 PM, Graham Wakefield notifications@github.com
wrote:

OK. In the process I ended up migrating to OpenCV 2.4.9 (it was on
2.3.1...), but almost no changes were needed (just a legacy header include
for a couple of files). However that will also need rebuilding for Windows
to keep the repo consistent; I'll do that tonight and then do the pull
request.


Reply to this email directly or view it on GitHub
#3 (comment).

@tap
Copy link
Contributor Author

tap commented Apr 3, 2015

I've updated the Xcode project for cv.jit, but we need a commit/push of the rebuilt OpenCV libs to close this one out, yes?

@grrrwaaa
Copy link
Contributor

grrrwaaa commented Apr 3, 2015

If we are good to go with 2.4.9 or 2.4.10 on the Windows side, I can push the corresponding OSX libs. Just let me know.

On Apr 3, 2015, at 3:11 PM, Timothy Place notifications@github.com wrote:

I've updated the Xcode project for cv.jit, but we need a commit/push of the rebuilt OpenCV libs to close this one out, yes?


Reply to this email directly or view it on GitHub.

@ghost
Copy link

ghost commented Apr 7, 2015

Hi gents, I'm testing cv.jit-0.1-alpha with MacOS 10.9, and I'm still unable to run 64-bit. Do you need more details?

cv.jit.blobs.recon: unable to load object bundle executable
2015-04-07 11:15:59.406 Max[617:c07] Error loading /Users/billy/Desktop/cv.jit-0.1-alpha/externals/cv.jit.blobs.recon.mxo/Contents/MacOS/cv.jit.blobs.recon: dlopen(/Users/billy/Desktop/cv.jit-0.1-alpha/externals/cv.jit.blobs.recon.mxo/Contents/MacOS/cv.j
it.blobs.recon, 262): Symbol not found: ___sincos_stret
Referenced from: /Users/billy/Desktop/cv.jit-0.1-alpha/externals/cv.jit.blobs.recon.mxo/Contents/MacOS/cv.jit.blobs.recon
Expected in: /usr/lib/libSystem.B.dylib
in /Users/billy/Desktop/cv.jit-0.1-alpha/externals/cv.jit.blobs.recon.mxo/Contents/MacOS/cv.jit.blobs.recon

@jeremybernstein
Copy link
Contributor

jeremybernstein commented Apr 7, 2015 via email

@jeremybernstein
Copy link
Contributor

OK, please try http://cycling-exchange.s3.amazonaws.com/cv.jit_package_test4.zip which should hopefully solve everyone's problems, forever.

@tap tap closed this as completed Apr 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants