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

PySide fails to compile on Debian multiarch #118

Open
apollo13 opened this issue Jan 3, 2013 · 0 comments
Open

PySide fails to compile on Debian multiarch #118

apollo13 opened this issue Jan 3, 2013 · 0 comments

Comments

@apollo13
Copy link

apollo13 commented Jan 3, 2013

PySide doesn't find /usr/lib/libpython3.3m.so which doesn't exist anymore since it got moved to /usr/lib/x86_64-linux-gnu/libpython3.3m.so. You have to determine the path using something like:

florian@apollo13:~/sources/pyside-1.1.1/debian/patches$ python3.3-config --ldflags
-L/usr/lib/python3.3/config-3.3m-x86_64-linux-gnu -L/usr/lib -lpthread -ldl  -lutil -lm  -lpython3.3m -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
florian@apollo13:~/sources/pyside-1.1.1/debian/patches$ python3.3-config --configdir
/usr/lib/python3.3/config-3.3m-x86_64-linux-gnu

Same goes for include files:

python3.3-config --includes
-I/usr/include/python3.3m -I/usr/include/x86_64-linux-gnu/python3.3m
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