Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2002 00:30:27 -0800
From:      Gerardo Enrique Paredes <gerardo@musiquera.com>
To:        freebsd-ports@freebsd.org
Subject:   wxgtk and wxgtk-devel broken?
Message-ID:  <20021105083027.GA19582@musiquera.com>

next in thread | raw e-mail | index | archive | help
Hi,

I am having problems compiling wxgtk and wxgtk-devel, on wxgtk bison complains with something like this:

bison -y ./src/common/parser.y
./src/common/parser.y:101.6: parse error, unexpected ":", expecting ";" or "|"
./src/common/parser.y:113.26-53: invalid $ value
./src/common/parser.y:113.26-53: $5 of `arg' has no declared type
./src/common/parser.y:113.26-114.73: invalid $ value
./src/common/parser.y:113.26-114.73: $5 of `arg' has no declared type

i took a look at the log on bento (http://bento.FreeBSD.org/errorlogs/4-full-logs/wxgtk-2.2.9,1.log) and it says:

byacc ./src/common/parser.y
byacc: 1 shift/reduce conflict


however trying to byacc that file by hand doesn't give the expected results, there's anything i could do make my port build?

Gerardo

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021105083027.GA19582>