Adam Blomberg wrote: > preparser-scanner.l: In function `mgdlex': > preparser-scanner.l:219: `mgdlval' undeclared (first use in this function) > preparser-scanner.l:219: (Each undeclared identifier is reported only once > preparser-scanner.l:219: for each function it appears in.) > preparser-scanner.l: At top level: > lex.yy.c:1742: warning: `yyunput' defined but not used > lex.yy.c:2165: warning: `yy_top_state' defined but not used > gmake[1]: *** [preparser-scanner.slo] Error 1 > rm preparser-scanner.c > gmake[1]: Leaving directory `/export/home/adam/build2/midgard-php4-1.4.1-7' > gmake: *** [all-recursive] Error 1 > > config.log doesn't reveal anything unusual (as far as I can see). I remeber > having exactly the same problem a week ago (also on Solaris 8), but > unfortuantely I can't remember how I resolved it. Any help would be greatly > appreciated. Talk to [EMAIL PROTECTED], he's just seen the same problem and I think he fixed it. But it appears to be a flex issue: flex -Pmgd ought to rename all the yylval et al to mgdlval etc. What version flex are you using? Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
