First time here? Check out the FAQ!

Ask Your Question
2

Link error with openCV in Xcode 6.1 (from cocoapods)

asked Feb 3 '15

eidole gravatar image

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:

(null): "_jpeg_free_large", referenced from:
(null): _free_pool in opencv2(jmemmgr.o)
(null): "_jpeg_free_small", referenced from:
(null): _free_pool in opencv2(jmemmgr.o)
(null): _self_destruct in opencv2(jmemmgr.o)
(null): "_jpeg_get_large", referenced from:
(null): _alloc_large in opencv2(jmemmgr.o)
(null): _alloc_barray in opencv2(jmemmgr.o)
(null): "_jpeg_get_small", referenced from:
(null): _jinit_memory_mgr in opencv2(jmemmgr.o)
(null): _alloc_small in opencv2(jmemmgr.o)
(null): "_jpeg_mem_available", referenced from:
(null): _realize_virt_arrays in opencv2(jmemmgr.o)
(null): "_jpeg_mem_init", referenced from:
(null): _jinit_memory_mgr in opencv2(jmemmgr.o)
(null): "_jpeg_mem_term", referenced from:
(null): _jinit_memory_mgr in opencv2(jmemmgr.o)
(null): _self_destruct in opencv2(jmemmgr.o)
(null): "_jpeg_open_backing_store", referenced from:
(null): _realize_virt_arrays in opencv2(jmemmgr.o)
(null): Symbol(s) not found for architecture x86_64
(null): Linker command failed with exit code 1 (use -v to see invocation)

Does anybody know what to do? Which library is missing?

Cheers,

Preview: (hide)

Comments

found a solution yet?

MrJre gravatar imageMrJre (Feb 26 '15)edit

1 answer

Sort by » oldest newest most voted
2

answered Apr 14 '15

eidole gravatar image

updated Apr 14 '15

Yes and no, I compiled opencv myself from source (3.0.0 beta). The library has been installed in /usr/local/ and works now. The cocoa pods version seems broken.

Preview: (hide)

Comments

it seems that the cocoa pods version has a dependency on another JPEG library than the one installed or not on your system. Building it from scratch will make it disable JPEG support or use the correct library that is installed on your system.

StevenPuttemans gravatar imageStevenPuttemans (Apr 14 '15)edit

Question Tools

1 follower

Stats

Asked: Feb 3 '15

Seen: 923 times

Last updated: Apr 14 '15