Cycling74 / cv.jit

A collection of max/msp/jitter externals, abstractions and help files for computer vision applications originally authored by Jean-Marc Pelletier.
Other
129 stars 26 forks source link

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

Closed tap closed 8 years ago

tap commented 9 years ago

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

tap commented 9 years ago

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

jeremybernstein commented 9 years ago

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 https://github.com/Cycling74/cv.jit/issues/3#issuecomment-86983066.

grrrwaaa commented 9 years ago

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

tap commented 9 years ago

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 https://github.com/Cycling74/cv.jit/issues/3#issuecomment-87096894.

grrrwaaa commented 9 years ago

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 commented 9 years ago

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 https://github.com/Cycling74/cv.jit/issues/3#issuecomment-87098267.

tap commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

Hey Les, we've got it covered, we're trying to deal with a Windows compiler issue as well, which is delaying a new release. Thanks for reporting, hopefully we'll have something for you in the next couple of days.

jeremybernstein commented 9 years ago

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