chaincoin-legacy / chaincoin

Chaincoin crypto currency
http://www.chaincoin.org/
Other
60 stars 22 forks source link

Compiling Linux wallet with Qt error #106

Open digiuser opened 6 years ago

digiuser commented 6 years ago

Following error occurs when running make.

usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1067: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)."

suprnurd commented 6 years ago

please see https://github.com/chaincoin/chaincoin/blob/master/doc/build-unix.md

digiuser commented 6 years ago

Problem persists. Flag is already added in my config.ac. Tried fpIE and fpIC I run configure with --with-gui=qt5. See attached file. config.txt Then make issues the error message