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
130 stars 26 forks source link

Crash with cv.jit.floodfill running 64-bit MacOS 10.8.5 #4

Closed tap closed 9 years ago

tap commented 9 years ago

From Les:

  1. Open cv.jit.floodfill.maxhelp
  2. No error messages posted in Max window.
  3. Close cv.jit.floodfill.maxhelp
  4. Crash
jeremybernstein commented 9 years ago

I can't reproduce this. Can anyone else?

tap commented 9 years ago

I believe this was due to the optimization of sin and cos calls that depended on OS 10.9 or later -- which should not be a problem if you have set the Xcode project to target 10.7.

jeremybernstein commented 9 years ago

I see. OK, thanks!