- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有最新的(git)版本的 libqxt。我跑./configure
这工作得很好,然后 make 失败并出现此错误:
linking ../../lib/QxtWidgets.framework/QxtWidgets
ld: warning: directory not found for option '-L/usr/local/pgsql/lib'
ld: warning: directory not found for option '-L/tmp/qt-stuff-85167/source/qt-everywhere-opensource-src-4.8.1/Desktop/Qt/4.8.1/gcc/lib'
ld: warning: directory not found for option '-F/tmp/qt-stuff-85167/source/qt-everywhere-opensource-src-4.8.1/Desktop/Qt/4.8.1/gcc/lib'
Undefined symbols for architecture x86_64:
"_CGSGetWindowProperty", referenced from:
QxtWindowSystem::windowTitle(long) in qxtwindowsystem_mac.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[1]: *** [../../lib/QxtWidgets.framework/QxtWidgets] Error 1
make: *** [sub-src-widgets-install_subtargets] Error 2
最佳答案
似乎 Qxt 正在使用一些已在 Mountain Lion 中删除的私有(private) Mac OS X API。 CGSGetWindowProperty 没有记录在以前版本的 Mac OS X 中,所以我认为无论如何使用它都不可靠。
关于macos - 在 mac osx 中编译 libqxt,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11892171/
我想创建一个需要全局快捷方式的小应用程序。所以,我已经下载了当前版本的 libqxt (0.5.1) 并在 Qt Creator 中作为项目打开。 Libqxt 以这种方式编译没有问题,所以我认为在我
我在为 qt 5 编译 LibQxt 时遇到问题。http://dev.libqxt.org/libqxt/src 有些提交说“将 Libqxt 移植到 Qt5”。该项目说要使用 configure-
我有一个使用 libqxt 的 Qt 项目。如何为 Windows 编译它? 编辑 好的,我编译了它,它安装在“C:\Qxt\”中,但是当我尝试构建我的项目时它仍然失败并出现错误..\qlocate\
我正在尝试安装 LibQxT 以将其与 Qt5 一起使用,因此我下载了源代码,但一旦我运行 configure.bat 就会出现错误: LibQxt requires 4.3 or newer but
我有最新的(git)版本的 libqxt。我跑./configure这工作得很好,然后 make 失败并出现此错误: linking ../../lib/QxtWidgets.framework/Qx
我已经成功安装了 libQxt 0.6.2,它创建了一个 C:\QXT 文件夹。我的 Qt 4.7.4 是为 MinGW 配置的。当我运行时: %QTDIR%\Desktop\Qt\4.7.4\min
我在 Qt5 应用程序中链接 libqxt 时遇到问题。 我像文档中的示例一样编写代码,但出现错误。 QxtGlobalShortcut* shortcut = new QxtGlobalShortc
我是一名优秀的程序员,十分优秀!