liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.08k stars 1.72k forks source link

Cannot compile on iOS #200

Open lagagne72 opened 7 years ago

lagagne72 commented 7 years ago

Hey guys, can someone help me compiling for iOs. The old Klaus version works, but ccv version used looks quite different from the current one. Unfortunately I’m unable to compile on iOs with the latest ccv version.

Here is what I do: I drop the lib folder in my code and click copy if needed. Then, #include doesn’t work but #include “lib/ccv.h” does.

Then however, when i try to call ccv_read (like is done in Klaus) the code doesn’t compile anymore and throws this error: Undefined symbols for architecture i386: "_ccv_read_impl",

Any pointers would be appreciated. Thanks a lot !

codeclown commented 5 years ago

Can you paste the line where you are calling ccv_read?