2015-10-07 15:12:22 -0600 | received badge | ● Teacher (source) |
2015-09-13 19:50:23 -0600 | asked a question | Compile error for Objective-C++ program I am programming on Mac OS X 10.10, using OpenCV 3.0.0. I'm trying to compile an objective-c++ test, and it fails with the following error:
When I look into the line of utility.hpp that gives the error, it says: The header abTest.h looks like: and the abTest.mm What is causing this error? And how can I solve this? Cheers, Eidole |
2015-04-14 03:43:29 -0600 | received badge | ● Self-Learner (source) |
2015-04-14 03:43:29 -0600 | received badge | ● Necromancer (source) |
2015-04-14 02:11:14 -0600 | received badge | ● Editor (source) |
2015-04-14 02:11:04 -0600 | received badge | ● Scholar (source) |
2015-04-14 01:46:10 -0600 | answered a question | Link error with openCV in Xcode 6.1 (from cocoapods) Yes and no, I compiled opencv myself from source (3.0.0 beta). The library has been installed in |
2015-02-26 09:10:29 -0600 | received badge | ● Student (source) |
2015-02-03 10:32:13 -0600 | asked a question | Link error with openCV in Xcode 6.1 (from cocoapods) Hi there- I can't compile an empty project with openCV using CocoaPods. I've installed openCV 2.4.10 with CocoaPods, then try to build and run the empty project. But I get link errors: Does anybody know what to do? Which library is missing? Cheers, |