Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name of vl_gmm_get_loglikelyhood mismatch #60

Closed
LuisTbx opened this issue Jul 17, 2014 · 2 comments
Closed

Name of vl_gmm_get_loglikelyhood mismatch #60

LuisTbx opened this issue Jul 17, 2014 · 2 comments

Comments

@LuisTbx
Copy link

LuisTbx commented Jul 17, 2014

Hi guys,

i was trying to use the function vl_gmm_get_loglikelyhood and i realized that there is a small mismatch between the gmm.h and the gmm.c files.

While in gmm.h is defined as: "vl_gmm_get_loglikelyhood", in gmm.c is defined as "vl_gmm_get_loglikelihood".

So, whenever you tried to call the function with any of the names it returns error: vlfeat/libvl.so: undefined symbol: vl_gmm_get_loglikelihood.

I noticed it, cause i am using the pre-compiled version 0.9.18 of the library obtained from:
http://www.vlfeat.org/download/vlfeat-0.9.18-bin.tar.gz

Best regards, Luis Tobias.

@kloudkl
Copy link

kloudkl commented Aug 12, 2014

It's OK to link to the shared library compiled from the source with the header typo fixed.

@vedaldi
Copy link
Contributor

vedaldi commented Sep 5, 2014

Thank you. Fixed in devel branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants