gpt4 book ai didi

macos - Cutecom 安装在 OSX Mavericks 上失败

转载 作者:行者123 更新时间:2023-12-04 13:53:18 25 4
gpt4 key购买 nike

我正在尝试在 OSX Mavericks 上安装 cutecom,但遇到了一些错误。以下是我遵循的步骤。

  1. 通过brew安装qt

    brew 安装 qt

  2. 更新 .bashprofile 上的路径

    export PATH=/usr/local/Cellar/qt/4.8.6/bin:$PATH

  3. 解压cutecom文件

  4. 编译cutecom源码

    $ mkdir 构建

    $ 光盘制作

    $ 制作..

    $制作

make 的输出是:

[ 20%] Generating ui_cutecommdlg.h 

/Users/kc/Downloads/cutecom-0.22.0/cutecommdlg.ui: Warning: The form file has external pixmaps or qPixmapFromMimeSource() set as a pixmap function. This requires Qt 3 support, which is disabled. The resulting code will not compile.

[ 40%] Generating moc_qcppdialogimpl.cxx Scanning dependencies of target cutecom

[ 60%] Building CXX object CMakeFiles/cutecom.dir/main.cpp.o

In file included from /Users/kc/Downloads/cutecom-0.22.0/main.cpp:21:

In file included from /Users/kc/Downloads/cutecom-0.22.0/qcppdialogimpl.h:22:

/Users/kc/Downloads/cutecom-0.22.0/build/ui_cutecommdlg.h:12:10: fatal error:
'Qt3Support/Q3MimeSourceFactory' file not found
#include <Qt3Support/Q3MimeSourceFactory>
^
1 error generated.

make[2]: *** [CMakeFiles/cutecom.dir/main.cpp.o] Error 1

make[1]: *** [CMakeFiles/cutecom.dir/all] Error 2

make: *** [all] Error 2

有什么建议吗?

非常感谢您的宝贵时间。

科斯塔斯。

最佳答案

您拥有的 Qt 包缺少 Qt3Support (on purpose)。该组件对于某些仍然使用可追溯到 Qt3 的已弃用功能的 Qt4 软件是必需的。

Based on the documentation I've been able to find online ,您应该能够使用如下命令重新安装 Qt4 以及您需要的附加功能:

brew install --with-qt3support qt

关于macos - Cutecom 安装在 OSX Mavericks 上失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26149108/

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