之前编译的时候可以通过也可以运行,突然就一直构建不通过,有没有大神可以指点一下?
linking debug/QGroundControl obj/moc_VideoReceiver.o: In function `VideoReceiver::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)': /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:227: undefined reference to `VideoReceiver::setStreamEnabled(bool)' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:228: undefined reference to `VideoReceiver::setStreamConfigured(bool)' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:229: undefined reference to `VideoReceiver::setIsTaysinc(bool)' /Makefile:1918: recipe for target 'debug/QGroundControl' failed home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:230: undefined reference to `VideoReceiver::setVideoPath(QString const&)' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:231: undefined reference to `VideoReceiver::setImagePath(QString const&)' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:232: undefined reference to `VideoReceiver::setRecordingFormatId(int)' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:233: undefined reference to `VideoReceiver::setRtspTimeout(int)' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:353: undefined reference to `VideoReceiver::imagePath() const' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:354: undefined reference to `VideoReceiver::videoPath() const' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:356: undefined reference to `VideoReceiver::streamEnabled() const' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:357: undefined reference to `VideoReceiver::streamConfigured() const' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:358: undefined reference to `VideoReceiver::isTaisync() const' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:359: undefined reference to `VideoReceiver::recordingFormatId() const' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:360: undefined reference to `VideoReceiver::rtspTimeout() const' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:369: undefined reference to `VideoReceiver::setStreamEnabled(bool)' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:370: undefined reference to `VideoReceiver::setStreamConfigured(bool)' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:371: undefined reference to `VideoReceiver::setIsTaysinc(bool)' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:372: undefined reference to `VideoReceiver::setRecordingFormatId(int)' /home/bill/build-qgroundcontrol-Desktop_Qt_5_12_5_GCC_64bit-Debug/moc/moc_VideoReceiver.cpp:373: undefined reference to `VideoReceiver::setRtspTimeout(int)' collect2: error: ld returned 1 exit status make: *** [debug/QGroundControl] Error 1 16:39:55: 进程"/usr/bin/make"退出,退出代码 2 。 Error while building/deploying project qgroundcontrol (kit: Desktop Qt 5.12.5 GCC 64bit) When executing step "Make"
|