igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] community_fastgreedy() requires integers as edge weights?


From: Tamas Nepusz
Subject: Re: [igraph] community_fastgreedy() requires integers as edge weights?
Date: Sun, 27 Apr 2008 17:38:51 +0200

so the configure seems to work fine.  but then make screams this:

/Users/kurtjx/igraph/src/foreign-ncol-parser.y:64: unrecognized: %output /Users/kurtjx/igraph/src/foreign-ncol-parser.y:64: Skipping to next %
[...]
Any thoughts?
This seems to be related to the version of lex and yacc on your system. foreign-ncol-parser.y is a yacc file used to generate a parser for NCOL files. It works fine for me with flex 2.5.33 and GNU bison (a yacc alternative) 2.3. Try installing/updating flex and bison on your system and see what happens.

--
T.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]