Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.12.0
Description
Hi!, trying to build qt 5.12 (single) for Raspberry Pi 3, following error occurs on qtremoteobjects module.
#Error
qconnectionfactories.cpp:234:93: error: no matching function for call to ‘ExternalIoDevice::connect(QPointer<QIODevice>&, void (QIODevice::)(), ExternalIoDevice const, ExternalIoDevice::ExternalIoDevice(QIODevice*, QObject*)::__lambda9)’
connect(m_device, &QIODevice::aboutToClose, this, [this]() { this->m_isClosing = true; });
^
#Package
http://download.qt.io/official_releases/qt/5.12/5.12.0/single/qt-everywhere-src-5.12.0.tar.xz
#Configuration
./configure release -opengl es2 -device linux-rasp-pi3-g++ -device-option CROSS_COMPILE=~/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf -sysroot ~/raspi/sysroot -opensource -confirm-license -make libs -prefix /usr/local/qt5pi -extprefix ~/raspi/qt5pi -hostprefix ~/raspi/qt5 -v -no-use-gold-linker
Thank you!