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

Undefined symbol error #28

Open
rdoherty47 opened this issue Oct 14, 2011 · 0 comments
Open

Undefined symbol error #28

rdoherty47 opened this issue Oct 14, 2011 · 0 comments

Comments

@rdoherty47
Copy link

First off, I'm only posting here because I don't have access to the google group (I've been waiting about a month now, who can give me access?)

I'm using Matlab 2011a, Ubuntu 11.04, and OpenCV 2.3.1. I got the compile.m file to run with no errors successfully, however I get error when I run run_TLD.m

Here is my output:

??? Invalid MEX-file '/home/ryan/OpenTLD/mex/lk.mexa64': /usr/lib/libcairo.so.2: undefined
symbol: png_get_valid, version PNG12_0

Error in ==> tldInit at 20
lk(0);

Error in ==> tldExample at 34
tld = tldInit(opt,[]); % train initial detector and initialize the 'tld' structure

Error in ==> run_TLD at 42
[bb,conf] = tldExample(opt);

There were some other posts very similar to this, but they seemed to address the GCC compiler version error, which I have already fixed on my system (currently using GCC 4.3.5, compile.m runs correctly)

Any help is greatly appreciated. And access to the group would be great so I can look for issues I encounter in the future.

Thank you,

Ryan

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

1 participant