Hi Cyril,

On Fri, Feb 24, 2012 at 10:51:47AM +0200, Cyril Feraudet wrote:
> parser.y y.tab.c parser.c y.tab.h parser.h y.output parser.output --
> byacc -d
> byacc: e - line 69 of "/root/collectd/src/liboconfig/parser.y",
> syntax error
> %error-verbose
> ^

you need "bison" to compile collectd from the Git repository. (You don't
when compiling the tarball, because it contains the generatd C code.)
You're using a different parser generator, "byacc", which does not
support the "%error-verbose" keyword.

HTH, best regards,
—octo
-- 
collectd – The system statistics collection daemon
Website: http://collectd.org
Google+: http://collectd.org/+
Github:  https://github.com/collectd
Twitter: http://twitter.com/collectd

Attachment: signature.asc
Description: Digital signature

_______________________________________________
collectd mailing list
[email protected]
http://mailman.verplant.org/listinfo/collectd

Reply via email to