Skip to content
New issue

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

make error when build deepin-screen-recorder #2690

Closed
weixiang1862 opened this issue Jan 6, 2022 · 2 comments
Closed

make error when build deepin-screen-recorder #2690

weixiang1862 opened this issue Jan 6, 2022 · 2 comments
Assignees
Labels
triage | need more information triage | 需要更多的信息,能够提供更多信息方便复现

Comments

@weixiang1862
Copy link

weixiang1862 commented Jan 6, 2022

cd src/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/weixiang/Documents/SourceCode/deepin-screen-recorder/src/src.pro ) && make -f Makefile 
make[1]: 进入目录“/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src”
g++ -Wl,--as-needed -pie -z noexecstack -fstack-protector-all -z now -Wl,-O1 -Wl,-rpath-link,/usr/lib/x86_64-linux-gnu -o deepin-screen-recorder main.o main_window.o record_process.o utils.o countdown_tooltip.o constant.o event_monitor.o button_feedback.o show_buttons.o audioutils.o menucontroller.o shapesutils.o tempfile.o calculaterect.o shortcut.o configsettings.o baseutils.o toptips.o shapeswidget.o textedit.o zoomIndicator.o toolbar.o maintoolwidget.o subtoolwidget.o keybuttonwidget.o sidebar.o shottoolwidget.o colortoolwidget.o dbusnotify.o dbusscreenshotservice.o camerawidget.o screenshot.o voicevolumewatcher.o camerawatcher.o tooltips.o filter.o screengrabber.o RecorderRegionShow.o recordertablet.o ocrinterface.o scrollshottip.o pixmergethread.o scrollScreenshot.o previewwidget.o writeframethread.o waylandintegration.o recordadmin.o avinputstream.o avoutputstream.o waylandscrollmonitor.o avlibinterface.o pinscreenshotsinterface.o qrc_deepin-screen-recorder.o qrc_resources.o qrc_icons.o moc_main_window.o moc_record_process.o moc_utils.o moc_countdown_tooltip.o moc_event_monitor.o moc_button_feedback.o moc_show_buttons.o moc_audioutils.o moc_menucontroller.o moc_baseutils.o moc_configsettings.o moc_shortcut.o moc_tempfile.o moc_zoomIndicator.o moc_textedit.o moc_toptips.o moc_toolbar.o moc_shapeswidget.o moc_toolbutton.o moc_maintoolwidget.o moc_subtoolwidget.o moc_keybuttonwidget.o moc_sidebar.o moc_shottoolwidget.o moc_colortoolwidget.o moc_dbusnotify.o moc_dbusscreenshotservice.o moc_camerawidget.o moc_screenshot.o moc_voicevolumewatcher.o moc_camerawatcher.o moc_tooltips.o moc_filter.o moc_screengrabber.o moc_RecorderRegionShow.o moc_recordertablet.o moc_ocrinterface.o moc_scrollshottip.o moc_pixmergethread.o moc_scrollScreenshot.o moc_previewwidget.o moc_writeframethread.o moc_waylandintegration.o moc_waylandintegration_p.o moc_recordadmin.o moc_waylandscrollmonitor.o moc_pinscreenshotsinterface.o   -lX11 -lXext -lXtst -lXfixes -lopencv_core -lopencv_imgproc -lXcursor -lxcb-util -lxcb -ldframeworkdbus /usr/lib/x86_64-linux-gnu/libdtkwidget.so /usr/lib/x86_64-linux-gnu/libdtkgui.so /usr/lib/x86_64-linux-gnu/libQt5PrintSupport.so /usr/lib/x86_64-linux-gnu/libQt5MultimediaWidgets.so /usr/lib/x86_64-linux-gnu/libQt5Widgets.so /usr/lib/x86_64-linux-gnu/libQt5X11Extras.so /usr/lib/x86_64-linux-gnu/libQt5Multimedia.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so /usr/lib/x86_64-linux-gnu/libdtkcore.so /usr/lib/x86_64-linux-gnu/libQt5DBus.so /usr/lib/x86_64-linux-gnu/libQt5Xml.so /usr/lib/x86_64-linux-gnu/libQt5Network.so /usr/lib/x86_64-linux-gnu/libQt5Concurrent.so /usr/lib/x86_64-linux-gnu/libQt5Core.so -lGL -lpthread   
/usr/bin/ld: main_window.o: in function `operator()':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:282: undefined reference to `KWayland::Client::Registry::createCompositor(unsigned int, unsigned int, QObject*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:288: undefined reference to `KWayland::Client::Registry::createClientManagement(unsigned int, unsigned int, QObject*)'
/usr/bin/ld: main_window.o: in function `QtPrivate::QFunctorSlotObject<MainWindow::setupRegistry(KWayland::Client::Registry*)::{lambda(unsigned int, unsigned int)#2}, 2, QtPrivate::List<unsigned int, unsigned int>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:344: undefined reference to `KWayland::Client::ClientManagement::windowStatesChanged()'
/usr/bin/ld: /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:347: undefined reference to `KWayland::Client::ClientManagement::staticMetaObject'
/usr/bin/ld: main_window.o: in function `MainWindow::setupRegistry(KWayland::Client::Registry*)':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:279: undefined reference to `KWayland::Client::Registry::compositorAnnounced(unsigned int, unsigned int)'
/usr/bin/ld: main_window.o: in function `MainWindow::setupRegistry(KWayland::Client::Registry*)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:347: undefined reference to `KWayland::Client::Registry::staticMetaObject'
/usr/bin/ld: main_window.o: in function `MainWindow::setupRegistry(KWayland::Client::Registry*)':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:286: undefined reference to `KWayland::Client::Registry::clientManagementAnnounced(unsigned int, unsigned int)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:300: undefined reference to `KWayland::Client::Registry::interfacesAnnounced()'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:310: undefined reference to `KWayland::Client::Registry::setEventQueue(KWayland::Client::EventQueue*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:311: undefined reference to `KWayland::Client::Registry::create(KWayland::Client::ConnectionThread*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:312: undefined reference to `KWayland::Client::Registry::setup()'
/usr/bin/ld: main_window.o: in function `operator()':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:215: undefined reference to `KWayland::Client::EventQueue::EventQueue(QObject*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:216: undefined reference to `KWayland::Client::EventQueue::setup(KWayland::Client::ConnectionThread*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:218: undefined reference to `KWayland::Client::Registry::Registry(QObject*)'
/usr/bin/ld: main_window.o: in function `MainWindow::initAttributes()':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:212: undefined reference to `KWayland::Client::ConnectionThread::ConnectionThread(QObject*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:213: undefined reference to `KWayland::Client::ConnectionThread::connected()'
/usr/bin/ld: main_window.o: in function `MainWindow::initAttributes()':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:347: undefined reference to `KWayland::Client::ConnectionThread::staticMetaObject'
/usr/bin/ld: main_window.o: in function `MainWindow::initAttributes()':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:225: undefined reference to `KWayland::Client::ConnectionThread::initConnection()'
/usr/bin/ld: main_window.o: in function `operator()':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:292: undefined reference to `KWayland::Client::ClientManagement::getWindowStates() const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/main_window.cpp:305: undefined reference to `KWayland::Client::ClientManagement::getWindowStates() const'
/usr/bin/ld: waylandintegration.o: in function `QtPrivate::QFunctorSlotObject<WaylandIntegration::WaylandIntegrationPrivate::addOutput(unsigned int, unsigned int)::{lambda()#1}::operator()() const::{lambda(void const*, KWayland::Client::RemoteBuffer const*)#1}, 2, QtPrivate::List<void const, KWayland::Client::RemoteBuffer const>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:146: undefined reference to `KWayland::Client::RemoteBuffer::parametersObtained()'
/usr/bin/ld: waylandintegration.o: in function `QtPrivate::QFunctorSlotObject<WaylandIntegration::WaylandIntegrationPrivate::addOutput(unsigned int, unsigned int)::{lambda()#1}::operator()() const::{lambda(void const*, KWayland::Client::RemoteBuffer const*)#1}, 2, QtPrivate::List<void const, KWayland::Client::RemoteBuffer const>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:347: undefined reference to `KWayland::Client::RemoteBuffer::staticMetaObject'
/usr/bin/ld: waylandintegration.o: in function `WaylandIntegration::WaylandIntegrationPrivate::setupRegistry()':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:354: undefined reference to `KWayland::Client::EventQueue::EventQueue(QObject*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:355: undefined reference to `KWayland::Client::EventQueue::setup(KWayland::Client::ConnectionThread*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:357: undefined reference to `KWayland::Client::Registry::Registry(QObject*)'
/usr/bin/ld: waylandintegration.o: in function `WaylandIntegration::WaylandIntegrationPrivate::setupRegistry()':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:266: undefined reference to `KWayland::Client::Registry::outputAnnounced(unsigned int, unsigned int)'
/usr/bin/ld: /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:268: undefined reference to `KWayland::Client::Registry::staticMetaObject'
/usr/bin/ld: waylandintegration.o: in function `WaylandIntegration::WaylandIntegrationPrivate::setupRegistry()':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:360: undefined reference to `KWayland::Client::Registry::outputRemoved(unsigned int)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:362: undefined reference to `KWayland::Client::Registry::interfacesAnnounced()'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:367: undefined reference to `KWayland::Client::Registry::create(KWayland::Client::ConnectionThread*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:368: undefined reference to `KWayland::Client::Registry::setEventQueue(KWayland::Client::EventQueue*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:369: undefined reference to `KWayland::Client::Registry::setup()'
/usr/bin/ld: waylandintegration.o: in function `WaylandIntegration::WaylandIntegrationPrivate::addOutput(unsigned int, unsigned int)':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:281: undefined reference to `KWayland::Client::Output::Output(QObject*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:282: undefined reference to `KWayland::Client::Registry::bindOutput(unsigned int, unsigned int) const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:282: undefined reference to `KWayland::Client::Output::setup(wl_output*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:284: undefined reference to `KWayland::Client::Output::changed()'
/usr/bin/ld: waylandintegration.o: in function `WaylandIntegration::WaylandIntegrationPrivate::addOutput(unsigned int, unsigned int)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:347: undefined reference to `KWayland::Client::Output::staticMetaObject'
/usr/bin/ld: waylandintegration.o: in function `WaylandIntegration::WaylandIntegrationPrivate::initWayland(QStringList)':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:245: undefined reference to `KWayland::Client::ConnectionThread::ConnectionThread(QObject*)'
/usr/bin/ld: waylandintegration.o: in function `WaylandIntegration::WaylandIntegrationPrivate::initWayland(QStringList)':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:266: undefined reference to `KWayland::Client::ConnectionThread::connected()'
/usr/bin/ld: /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:268: undefined reference to `KWayland::Client::ConnectionThread::staticMetaObject'
/usr/bin/ld: waylandintegration.o: in function `WaylandIntegration::WaylandIntegrationPrivate::initWayland(QStringList)':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:248: undefined reference to `KWayland::Client::ConnectionThread::connectionDied()'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:269: undefined reference to `KWayland::Client::ConnectionThread::failed()'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:276: undefined reference to `KWayland::Client::ConnectionThread::initConnection()'
/usr/bin/ld: waylandintegration.o: in function `WaylandIntegration::WaylandIntegrationPrivate::stopStreaming()':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:221: undefined reference to `KWayland::Client::RemoteAccessManager::release()'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:222: undefined reference to `KWayland::Client::RemoteAccessManager::destroy()'
/usr/bin/ld: waylandintegration.o: in function `WaylandIntegration::WaylandIntegrationPrivate::bindOutput(int, int)':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:209: undefined reference to `KWayland::Client::Output::Output(QObject*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:210: undefined reference to `KWayland::Client::Registry::bindOutput(unsigned int, unsigned int) const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:210: undefined reference to `KWayland::Client::Output::setup(wl_output*)'
/usr/bin/ld: waylandintegration.o: in function `WaylandIntegration::WaylandIntegrationPrivate::addOutput(unsigned int, unsigned int)::{lambda()#1}::operator()() const':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:286: undefined reference to `KWayland::Client::Output::manufacturer() const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:287: undefined reference to `KWayland::Client::Output::model() const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:288: undefined reference to `KWayland::Client::Output::pixelSize() const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:291: undefined reference to `KWayland::Client::Output::manufacturer() const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:292: undefined reference to `KWayland::Client::Output::model() const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:293: undefined reference to `KWayland::Client::Output::model() const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:294: undefined reference to `KWayland::Client::Output::pixelSize() const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:298: undefined reference to `KWayland::Client::Registry::hasInterface(KWayland::Client::Registry::Interface) const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:299: undefined reference to `KWayland::Client::Registry::interface(KWayland::Client::Registry::Interface) const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:304: undefined reference to `KWayland::Client::Registry::createRemoteAccessManager(unsigned int, unsigned int, QObject*)'
/usr/bin/ld: waylandintegration.o: in function `WaylandIntegration::WaylandIntegrationPrivate::addOutput(unsigned int, unsigned int)::{lambda()#1}::operator()() const':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:344: undefined reference to `KWayland::Client::RemoteAccessManager::bufferReady(void const*, KWayland::Client::RemoteBuffer const*)'
/usr/bin/ld: /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:347: undefined reference to `KWayland::Client::RemoteAccessManager::staticMetaObject'
/usr/bin/ld: waylandintegration.o: in function `WaylandIntegration::WaylandIntegrationPrivate::processBuffer(KWayland::Client::RemoteBuffer const*)':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:332: undefined reference to `KWayland::Client::RemoteBuffer::fd() const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:333: undefined reference to `KWayland::Client::RemoteBuffer::width() const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:334: undefined reference to `KWayland::Client::RemoteBuffer::height() const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/waylandrecord/waylandintegration.cpp:335: undefined reference to `KWayland::Client::RemoteBuffer::stride() const'
/usr/bin/ld: waylandscrollmonitor.o: in function `WaylandScrollMonitor::setupRegistry()':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:52: undefined reference to `KWayland::Client::EventQueue::EventQueue(QObject*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:53: undefined reference to `KWayland::Client::EventQueue::setup(KWayland::Client::ConnectionThread*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:55: undefined reference to `KWayland::Client::Registry::Registry(QObject*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:57: undefined reference to `KWayland::Client::Registry::fakeInputAnnounced(unsigned int, unsigned int)'
/usr/bin/ld: waylandscrollmonitor.o: in function `WaylandScrollMonitor::setupRegistry()':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:268: undefined reference to `KWayland::Client::Registry::staticMetaObject'
/usr/bin/ld: waylandscrollmonitor.o: in function `WaylandScrollMonitor::setupRegistry()':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:63: undefined reference to `KWayland::Client::Registry::create(KWayland::Client::ConnectionThread*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:64: undefined reference to `KWayland::Client::Registry::setEventQueue(KWayland::Client::EventQueue*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:65: undefined reference to `KWayland::Client::Registry::setup()'
/usr/bin/ld: waylandscrollmonitor.o: in function `WaylandScrollMonitor::setupFakeinput(unsigned int, unsigned int)':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:72: undefined reference to `KWayland::Client::FakeInput::FakeInput(QObject*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:73: undefined reference to `KWayland::Client::Registry::bindFakeInput(unsigned int, unsigned int) const'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:73: undefined reference to `KWayland::Client::FakeInput::setup(org_kde_kwin_fake_input*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:74: undefined reference to `KWayland::Client::FakeInput::authenticate(QString const&, QString const&)'
/usr/bin/ld: waylandscrollmonitor.o: in function `WaylandScrollMonitor::slotManualScroll(float)':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:46: undefined reference to `KWayland::Client::FakeInput::requestPointerAxisForCapture(Qt::Orientation, double)'
/usr/bin/ld: waylandscrollmonitor.o: in function `WaylandScrollMonitor::initWaylandScrollThread()':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:82: undefined reference to `KWayland::Client::ConnectionThread::ConnectionThread(QObject*)'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:82: undefined reference to `KWayland::Client::ConnectionThread::connected()'
/usr/bin/ld: waylandscrollmonitor.o: in function `WaylandScrollMonitor::initWaylandScrollThread()':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:268: undefined reference to `KWayland::Client::ConnectionThread::staticMetaObject'
/usr/bin/ld: waylandscrollmonitor.o: in function `WaylandScrollMonitor::initWaylandScrollThread()':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:85: undefined reference to `KWayland::Client::ConnectionThread::connectionDied()'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:95: undefined reference to `KWayland::Client::ConnectionThread::failed()'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:99: undefined reference to `KWayland::Client::ConnectionThread::initConnection()'
/usr/bin/ld: waylandscrollmonitor.o: in function `WaylandScrollMonitor::releaseWaylandScrollThread()':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:107: undefined reference to `KWayland::Client::FakeInput::release()'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:113: undefined reference to `KWayland::Client::Registry::release()'
/usr/bin/ld: /home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:119: undefined reference to `KWayland::Client::EventQueue::release()'
/usr/bin/ld: waylandscrollmonitor.o: in function `WaylandScrollMonitor::doWaylandAutoScroll()':
/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src/../../src/utils/waylandscrollmonitor.cpp:135: undefined reference to `KWayland::Client::FakeInput::requestPointerAxisForCapture(Qt::Orientation, double)'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:476:deepin-screen-recorder] 错误 1
make[1]: 离开目录“/home/weixiang/Documents/SourceCode/deepin-screen-recorder/build/src”
make: *** [Makefile:49:sub-src-make_first] 错误 2
@BLumia BLumia transferred this issue from linuxdeepin/deepin-screen-recorder Mar 23, 2022
@Zeno-sole
Copy link
Contributor

Are your build dependencies installed?

@BLumia BLumia added the triage | need more information triage | 需要更多的信息,能够提供更多信息方便复现 label Apr 1, 2022
@BLumia
Copy link
Member

BLumia commented Apr 2, 2022

Closing since no further information provided. If you are using deepin, you can get all build dependencies installed by using the apt build-dep deepin-screen-recorder command.

Please feel free to create a new issue to report build error if you still got similar issues on the most recent version.

@BLumia BLumia closed this as completed Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage | need more information triage | 需要更多的信息,能够提供更多信息方便复现
Projects
None yet
Development

No branches or pull requests

3 participants