You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this error while trying to build PySide:
[ 81%] Linking CXX shared library libshiboken-python2.7.so
/usr/bin/ld: /home/jonah/.pyenv/versions/2.7.13/lib/libpython2.7.a(abstract.o): relocation R_X86_64_32S against `_Py_NotImplementedStruct' can not be used when making a shared object; recompile with -fPIC
/home/jonah/.pyenv/versions/2.7.13/lib/libpython2.7.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
libshiboken/CMakeFiles/libshiboken.dir/build.make:381: recipe for target 'libshiboken/libshiboken-python2.7.so.1.2.4' failed
make[2]: *** [libshiboken/libshiboken-python2.7.so.1.2.4] Error 1
CMakeFiles/Makefile2:204: recipe for target 'libshiboken/CMakeFiles/libshiboken.dir/all' failed
make[1]: *** [libshiboken/CMakeFiles/libshiboken.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
error: Error compiling shiboken
The text was updated successfully, but these errors were encountered:
Got this error while trying to build PySide:
[ 81%] Linking CXX shared library libshiboken-python2.7.so
/usr/bin/ld: /home/jonah/.pyenv/versions/2.7.13/lib/libpython2.7.a(abstract.o): relocation R_X86_64_32S against `_Py_NotImplementedStruct' can not be used when making a shared object; recompile with -fPIC
/home/jonah/.pyenv/versions/2.7.13/lib/libpython2.7.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
libshiboken/CMakeFiles/libshiboken.dir/build.make:381: recipe for target 'libshiboken/libshiboken-python2.7.so.1.2.4' failed
make[2]: *** [libshiboken/libshiboken-python2.7.so.1.2.4] Error 1
CMakeFiles/Makefile2:204: recipe for target 'libshiboken/CMakeFiles/libshiboken.dir/all' failed
make[1]: *** [libshiboken/CMakeFiles/libshiboken.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
error: Error compiling shiboken
The text was updated successfully, but these errors were encountered: