We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.6.1 worked, changes since then are causing me issues. Building under Solus. f18bf43 is the culprit, as efb4786 builds correctly.
g++ -c -pipe -mtune=generic -march=x86-64 -g2 -O2 -pipe -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DDISABLE_SYS_UPDATE -DQT_MESSAGELOGCONTEXT -DQT_MESSAGELOGCONTEXT -DDISABLE_SYS_UPDATE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_SQL_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../interfaces -I../widgets -I../modules -isystem /usr/include/libdtk-2.0.9/DWidget -isystem /usr/include/libdtk-2.0.9/DCore -isystem /usr/include/libdframeworkdbus-2.0 -isystem /usr/include/QGSettings -isystem /usr/include/libddenetworkutils -isystem /usr/include/QtSvg -isystem /usr/include/QtWidgets -isystem /usr/include/QtX11Extras -isystem /usr/include/QtGui -isystem /usr/include/QtDBus -isystem /usr/include/QtSql -isystem /usr/include/QtConcurrent -isystem /usr/include/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o main.o main.cpp ../modules/network/networkmodule.cpp: In member function ‘void dcc::network::NetworkModule::showDeviceDetailPage(dde::network::NetworkDevice*)’: ../modules/network/networkmodule.cpp:150:89: error: ‘requestWirelessScan’ is not a member of ‘dde::network::NetworkWorker’ connect(p, &WirelessPage::requestWirelessScan, m_networkWorker, &NetworkWorker::requestWirelessScan); ^~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:6747: networkmodule.o] Error 1 make[1]: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered:
Please update your dde-network-utils to 0.0.4+
Sorry, something went wrong.
Ah, thanks. I had forgotten that one!
No branches or pull requests
4.6.1 worked, changes since then are causing me issues. Building under Solus.
f18bf43 is the culprit, as efb4786 builds correctly.
The text was updated successfully, but these errors were encountered: