uricamic / clandmark

Open Source Landmarking Library
http://cmp.felk.cvut.cz/~uricamic/clandmark
GNU General Public License v3.0
199 stars 111 forks source link

Building with matlab extension #51

Closed botev closed 8 years ago

botev commented 8 years ago

The mex gives me the following error: g++: error: /home/alex/work/c/clandmark/build/libclandmark/libflandmark.a: No such file or directory g++: error: /home/alex/work/c/clandmark/build/libclandmark/libclandmark.a: No such file or directory

In the build directories there are .so files but not .a, anyone knows how to resolve this?

Also when trying to run the examples, it needs "helpers.h" which however is not included in the build?

botev commented 8 years ago

Ok so this was because I added the flag to build with shared libraries.