Tiago Peixoto wrote > On 04.11.2016 11:49, P-M wrote: >> I have decided to delete the files I had and do it from scratch again. >> >> To start with I am running git clone >>
> [email protected] > :count0/graph-tool.git >> >> I am then executing autogen.sh. This returns the following: >> >> libtoolize: putting auxiliary files in `.'. >> libtoolize: linking file `./ltmain.sh' >> libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. >> libtoolize: linking file `m4/libtool.m4' >> libtoolize: linking file `m4/ltoptions.m4' >> libtoolize: linking file `m4/ltsugar.m4' >> libtoolize: linking file `m4/ltversion.m4' >> libtoolize: linking file `m4/lt~obsolete.m4' >> libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. >> configure.ac:22: installing './compile' >> configure.ac:18: installing './config.guess' >> configure.ac:18: installing './config.sub' >> configure.ac:20: installing './install-sh' >> configure.ac:20: installing './missing' >> src/graph/Makefile.am: installing './depcomp' >> src/graph_tool/Makefile.am:3: installing './py-compile' >> 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. >> >> I can then run the configure file that it has generated but is this an >> error >> that I would need to fix first? > > You need to install pkg-config. It seems to already be installed. Running sudo apt-get install pkg-config tells me that the latest version is already installed. Running dpkg -l pkg-config returns: 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 -- View this message in context: http://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-tp4026810p4026824.html Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com. _______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
