Ask Your Question

superkittens's profile - activity

2013-02-08 02:38:34 -0600 answered a question Undefined symbols x86_64 error XCode

I figured it out finally! I just wasn't including the libopencv_improc library.

2013-02-03 01:54:46 -0600 asked a question Undefined symbols x86_64 error XCode

Hi,

I've been trying to compile a hand detection example I found and I have been getting the following error:

Undefined symbols for architecture x86_64:
   "_cvCvtColor referenced from:
       _main in main.o

The weird thing is, when I comment out the cvCvtColor() member, the code successfully compiles! I'm using XCode 4.6 on Mac OSX10.8 (Mountain Lion)

Any insight is really appreciated!