Fl0p / OpenCV-iOS

OpenCV (open source computer vision library) just builded iOS framework and Pod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue when installing the Pod

steprescott opened this issue · comments

Simply when installing the Pod with no other Pods I get several build issues.

Would you know how to resolve this?

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

I've got the same problem - did you find a solution for this?

commented

Sorry I'm not able to maintain this project for a while

Looks like it don't have slice for x86_64

@ExoticObjects can you help ?

@haemi @steprescott maybe you can rebuild framework and pull-request with fixes ?

Get the same problem. Anyone found a fix?