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
Ubuntu 17.10, QT4 and QT5 installed
everything updated, deps installed, other altcoins wallet built with qt gui.
make fails with:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1135:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC (-fPIE is not enough)." # error "You must build your code with position independent code if Qt was built with -reduce-relocations.
Changed configure.ac fPIE -> fPIC but does not work.
Any idea?
Thanks
The text was updated successfully, but these errors were encountered:
Ubuntu 17.10, QT4 and QT5 installed
everything updated, deps installed, other altcoins wallet built with qt gui.
make fails with:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1135:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC (-fPIE is not enough)." # error "You must build your code with position independent code if Qt was built with -reduce-relocations.
Changed configure.ac fPIE -> fPIC but does not work.
Any idea?
Thanks
The text was updated successfully, but these errors were encountered: