xiangjuntang / onering-desktop

Automatically exported from code.google.com/p/onering-desktop
0 stars 0 forks source link

libqxt在Mac OS X 10.6.4 下无法正常编译 #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cd libqxt
2. ./configure
3. make

What is the expected output?

编译成功

What do you see instead?

qxtglobalshortcut_mac.cpp:102: error: ‘KLGetCurrentKeyboardLayout’ was not 
declared in this scope
qxtglobalshortcut_mac.cpp:103: error: ‘KLGetKeyboardLayoutProperty’ was not 
declared in this scope
make[1]:  [debug/.obj/qxtglobalshortcut_mac.o] Error 1
make: *** [sub-src-gui-make_default] Error 2

Please use labels and text to provide additional information.

Original issue reported on code.google.com by hongqn on 8 Oct 2010 at 7:52

GoogleCodeExporter commented 9 years ago
这个bug 
http://bitbucket.org/libqxt/libqxt/issue/50/install-issue-qxt-060-on-mac-os-x-10
63 说是由于 10.6 的 SDK 去掉了 KL 系列函数的支持...

晕

Original comment by hongqn on 8 Oct 2010 at 7:54

GoogleCodeExporter commented 9 years ago
revision 1b311b40a4 暂时去掉了 libqxt 的依赖,并且暂停了 hotkey 
的功能。

Original comment by hongqn on 9 Oct 2010 at 4:27

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 0c77e86be3.

Original comment by hongqn on 9 Oct 2010 at 8:18