Category Archives: Mac

Solving linker errors OpenThreads/Atomic on OSG projects on Mac OS X 10.6

I’ve just spent two days trying to figure out what was wrong with an OSG application I was not being able to build on Mac OS X 10.6. After importing all necessary OSG frameworks, I kept constantly getting linker errors … Continue reading

Posted in English, Mac, OSG, Programming | 2 Comments

Building OpenCV 2.0 on Mac OS X 10.6

I first tried it this way: $ cd OpenCV-2.0.0 $ mkdir build $ cd build $ cmake .. $ make But it failed. I got lots of errors when trying to link highgui to the Carbon libraries. The problem is … Continue reading

Posted in English, Mac, OpenCV, Programming | 1 Comment