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

FYI: Buidling pygobject with libffi. #69

Open
rainwoodman opened this issue Jul 4, 2018 · 0 comments
Open

FYI: Buidling pygobject with libffi. #69

rainwoodman opened this issue Jul 4, 2018 · 0 comments

Comments

@rainwoodman
Copy link
Contributor

rainwoodman commented Jul 4, 2018

Currently libffi installs the header to $CONDA_PREFIX/include. The cross compilation tools cannot find these headers. libffi shall perhaps be converted to cdt .

I ran into this issue while building pygobject with the cdt packages and pip install -- had to create a symlink to the header files in $CONDA_PREFIX/x86_64-conda_cos6-linux-gnu/sysroot/usr/include to proceed.

The pip install compiled pygobject package worked with the host platform's gtk-3 after setting

GIR_PATH=/usr/share/gir-1.0/
GI_TYPELIB_PATH=/usr/lib64/girepository-1.0/

This could be a way to get around the low gtk version currently provided by anaconda. xdot requires gtk3.

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