unable to load shared object - opencv
On Nov 8, 2012, at 3:34 PM, niandra wrote:
Sorry but i'm really a beginner. If when i use opencv with Xcode i need to set the following path /System/Library/Frameworks /usr/local/include /usr/local/lib how can i specify this in R CMD SHLIB?
Those are essentially default so no need to specify any of those. The real thing you need to specify are the actual libraries to link against, typically something like -lopencv_core ... If you use a framework it may be just something like -framework OpenCV - we don't know since you didn't tell us what your'e really using.