qrcodedialog.cpp:(.text+0x111a): undefined reference to `QRcode_encodeString'
qrcodedialog.cpp:(.text+0x11ef): undefined reference to `QRcode_free'
collect2: error: ld returned 1 exit status
make: *** [boostcoin-qt] Error 1
I have a bunch of other wallets that made just fine, like marucoin, darkcoin, etc, etc
I tried doing qmake, qmake-4, giving 740 permission to leveldb in src (that was an earlier error), I have all the depends according to the readme-qt. Any help would be appreciated thanks!
cd /src/leveldb/
chmod +x ./Build_Detect_Platform
Thank you very much! I commented out these lines in the Boostcoin-Qt.pro:
#USE_QRCODE=1
# use: qmake "USE_QRCODE=1"
# libqrencode (http://fukuchi.org/works/qrencode/index.en.html) must be installed for support
#contains(USE_QRCODE, 1) {
# message(Building with QRCode support)
# DEFINES += USE_QRCODE
# macx:LIBS += -lqrencode
# win32:INCLUDEPATH +=$$QRENCODE_INCLUDE_PATH
# win32:LIBS += $$join(QRENCODE_LIB_PATH,,-L) -lqrcodelib
#}
and cd /src/leveldb
chmod +x build_detect_platform
then qmake (not qmake-qt4 which worked for all my other wallets)
make
Thanks again, seems to be syncing up (but there was some runaway error but i closed and it restarted and its fine so far)
I have this error after i do the step above:
.....lot of same error lines....
build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x68): référence indéfinie vers « QObject::disconnectNotify(char const*) »
build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x160): référence indéfinie vers « QWidget::x11Event(_XEvent*) »
build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x190): référence indéfinie vers « QWidget::styleChange(QStyle&) »
build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x198): référence indéfinie vers « QWidget::enabledChange(bool) »
build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x1a0): référence indéfinie vers « QWidget::paletteChange(QPalette const&) »
build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x1a8): référence indéfinie vers « QWidget::fontChange(QFont const&) »
build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x1b0): référence indéfinie vers « QWidget::windowActivationChange(bool) »
build/moc_rpcconsole.o:(.rodata._ZTV10RPCConsole[_ZTV10RPCConsole]+0x1b8): référence indéfinie vers « QWidget::languageChange() »
collect2: error: ld returned 1 exit status
make: *** [boostcoin-qt] Erreur 1
not on Ubuntu (using Centos) see if downloading and compiling QT qt-everywhere-opensource-src-4.8.5 and using it to run make will help
QT_HOME=/opt/local/src/qt/qt-everywhere-opensource-src-4.8.5/dist
$QT_HOME/bin/qmake