MOL release candidate available

Samuel Rydh mol-general@lists.maconlinux.org
Sun, 1 Feb 2004 15:55:54 +0100


On Sun, Feb 01, 2004 at 04:47:00PM +0100, Christian Jaeger wrote:
> hello
> 
> I'm getting this when trying to compile on debian woody (with 2.6 kernel):
> 
> + Entering kconfig
>     Compiling zconf-y.o           : zconf-y.y: In function `zconfparse':
> zconf-y.y:258: `zconfnerrs' undeclared (first use in this function)
> zconf-y.y:258: (Each undeclared identifier is reported only once
> zconf-y.y:258: for each function it appears in.)
> /usr/share/bison++/bison.cc:559: warning: `yystate' might be used uninitialized in this function
> /usr/share/bison++/bison.cc:560: warning: `yyn' might be used uninitialized in this function
> /usr/share/bison++/bison.cc:561: warning: `yyssp' might be used uninitialized in this function
> /usr/share/bison++/bison.cc:562: warning: `yyvsp' might be used uninitialized in this function
> /usr/share/bison++/bison.cc:563: warning: `yyerrstatus' might be used uninitialized in this function
> zconf-y.y: In function `conf_parse':
> zconf-y.y:492: `zconfnerrs' undeclared (first use in this function)
> zconf-y.y: In function `zconf_endtoken':
> zconf-y.y:522: `zconfnerrs' undeclared (first use in this function)
> 
> what's up? I tried upgrading bison++ to the version from sid (1.21.11) 
> without change. I also tried to recompile the debian package from sid,
> same error there.

It appears this code is bison++ incompatible. It ought to work
if you install bison rather than bison++.

(I'll try to make it compatible with both though).

/Samuel