【发布时间】:2015-03-05 09:09:13
【问题描述】:
我按照以下步骤在 MAC Yosemite 上安装 thrift:
- 从http://archive.apache.org/dist/thrift/0.9.0/下载并解压包
- 按照此页面上的步骤操作: https://thrift.apache.org/docs/install/os_x
但我在运行 ./configure 命令后遇到以下错误:
./configure: line 17810: 意外标记附近的语法错误QT,'
./configure: line 17810:PKG_CHECK_MODULES(QT, QtCore >= 4.3, QtNetwork >= 4.3, have_qt=yes, have_qt=no)'
有人可以帮忙吗?
【问题讨论】:
-
那是this one吗?如果是,那么也许你应该升级到更新的版本,如果安装
pck-config不能解决问题。 -
我已经安装了 pkg-config。我通过运行 pkg-config --version 检查它并得到 0.28 作为版本。
标签: qt osx-yosemite thrift autotools