Hello,
I am trying to compile the graph-tool source code I downloaded from github because I need to use the function clustering.motifs with the ordering of motif vertex maps fixed.
According to INSTALL one need run ./configure. Since this file is not shipped, I ran " autoreconf -fi" first and I am getting the following error: configure.ac:192: error: possibly undefined macro: AC_PYTHON_DEVEL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.
Please, how should I proceed?
Are there pre-compiled packages (with the ordering of motif vertex maps fixed)?
Thank you for any help you can provide.
Kind regards,
Sabrina.
-- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
Sorry I can't be more helpful, but have you installed all the dependencies first? I don't remember how I installed it, but I did have to install the dependencies prior to whatever I did.
Elliot On Jul 23, 2014 2:43 PM, "sabrina" sabrina.as@gmail.com wrote:
Hello,
I am trying to compile the graph-tool source code I downloaded from github because I need to use the function clustering.motifs with the ordering of motif vertex maps fixed.
According to INSTALL one need run ./configure. Since this file is not shipped, I ran " autoreconf -fi" first and I am getting the following error: configure.ac:192: error: possibly undefined macro: AC_PYTHON_DEVEL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.
Please, how should I proceed?
Are there pre-compiled packages (with the ordering of motif vertex maps fixed)?
Thank you for any help you can provide.
Kind regards,
Sabrina.
-- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com. _______________________________________________ graph-tool mailing list graph-tool@skewed.de http://lists.skewed.de/mailman/listinfo/graph-tool
I compiled some time ago if I remember what I did: I first ran ./autogen.sh and then ./configure
On 07/24/2014 10:19 AM, joelmo wrote:
I compiled some time ago if I remember what I did: I first ran ./autogen.sh and then ./configure
This is correct.
Best, Tiago