1

我一直在尝试从源代码编译图形工具。运行时,./autogen.sh我收到以下错误消息:

libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:39: error: possibly undefined macro: PKG_INSTALLDIR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

有人告诉我这是因为我错过了pkg-confighttp://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/graph-triangulation-cc-55-61- fatal-error-CGAL-Periodic-3-Delaunay-triangulation-traits-3-h-No-such-fy-td4026810.html#a4026824)但pkg-config已经在我的机器上运行并且是最新版本。运行dpkg -l pkg-config返回:

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                                  Version                         Architecture                    Description
+++-=====================================================-===============================-===============================-===============================================================================================================
ii  pkg-config                                            0.26-1ubuntu4                   amd64                           manage compile and link flags for libraries

有谁知道我如何能够解决这个问题或它是由什么引起的?我正在运行 Ubuntu 14.04。

4

1 回答 1

2

看来你不是唯一一个。似乎其他人在这里遇到的PKG_INSTALLDIR早于 0.27 的中断 pkg-config 版本。

根据我的简短搜索,pkg-config > 0.26 的 14.04 似乎没有 PPA。您可能必须自己构建它。

于 2016-11-04T18:19:12.547 回答