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 reference to `hpca::cooccurrence_matrix #22

Closed
bratao opened this issue Feb 3, 2016 · 3 comments
Closed

Undefined reference to `hpca::cooccurrence_matrix #22

bratao opened this issue Feb 3, 2016 · 3 comments

Comments

@bratao
Copy link

bratao commented Feb 3, 2016

Hello,

Compiling with Mingw I get this error:

build\temp.win32-2.7\Release\deepnl\hpca.o:HPCA.cpp:(.text+0x8d55): undefined reference to `hpca::cooccurrence_matrix(char_, char_, unsigned int, unsigned int)'

In fact, I can´t find any definition of this function.

@Avmb
Copy link
Contributor

Avmb commented Feb 3, 2016

Isn't it defined there? That one has char * arguments though.

@bratao
Copy link
Author

bratao commented Feb 3, 2016

Oh, I understand. Because Windows is not case sensitive, Cython overwrites this file.

@Avmb
Copy link
Contributor

Avmb commented Feb 3, 2016

I have sent a pull request to fix the issue.

@attardi attardi closed this as completed Feb 3, 2016
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