gpt4 book ai didi

c++ - 使用 Qt (Ubuntu 14.04) 编译 qt-dab 时出错

转载 作者:太空宇宙 更新时间:2023-11-04 12:31:54 29 4
gpt4 key购买 nike

我正在尝试使用命令行编译 qt-dab:

qmake qt-dab.pro
make

但我收到这些错误消息:

/usr/bin/ld : ne peut trouver -lqwt-qt5
collect2: error: ld returned 1 exit status
make: *** [linux-bin/qt-dab-0.998] Erreur 1

“qmake -v”给我 QMake version 3.0 在/usr/lib/x86_64-linux-gnu 中使用 Qt version 5.2.1。

此外,我安装了qwt-6.1.3库。有解决办法吗?

最佳答案

链接器找不到库:qwt-qt5

如果你已经安装了 qwt 库,你会想找到它所在的位置。
听起来您可能已经安装了该库的第 6 版,
但正在尝试链接版本 5(您的机器上可能不存在)。

当您在系统上找到正确的库时,您可以使用 -L 标志告诉链接器要在哪个目录中搜索它。

关于c++ - 使用 Qt (Ubuntu 14.04) 编译 qt-dab 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43073171/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com