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

libfolia/foliautils.h: No such file or directory #2

Closed
KDercksen opened this issue Mar 6, 2016 · 2 comments
Closed

libfolia/foliautils.h: No such file or directory #2

KDercksen opened this issue Mar 6, 2016 · 2 comments

Comments

@KDercksen
Copy link

I'm trying to install python-frog on Debian Jessie manually, getting this error. I'm not sure if it's a dependency problem on my side or a mistake in the code somewhere.

Output:

(thesis)koen@baas:~/projects/thesis/python-frog$ python setup.py install
/usr/lib/python3.4/distutils/extension.py:132: UserWarning: Unknown Extension options: 'pyrex_gdb'
warnings.warn(msg)
running install
running build
running build_ext
skipping 'frog_wrapper.cpp' Cython extension (up-to-date)
building 'frog' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/home/koen/venvs/thesis/include -I/home/koen/local/include/ -I/usr/include/ -I/usr/include/libxml2 -I/usr/local/include/ -I/usr/include/python3.4m -I/home/koen/venvs/thesis/include/python3.4m -c frog_wrapper.cpp -o build/temp.linux-x86_64-3.4/frog_wrapper.o --std=c++0x
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
frog_wrapper.cpp:257:33: fatal error: libfolia/foliautils.h: No such file or directory
#include "libfolia/foliautils.h"
^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

@KDercksen
Copy link
Author

So it was a dependency issue, nevermind this..

@proycon
Copy link
Owner

proycon commented Mar 7, 2016

Glad you resolved it already :) It was a missing libfolia indeed.

@proycon proycon closed this as completed Mar 7, 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

2 participants