Hi, I'm having some problems compiling midgard-php4-1.4.1-7 on Solaris 8. First, gmake complained about a missing file; config.h (included in mgd_internal.h). A grep for config.h didn't come up with anything useful, so I tried to replace config.h with php_config.h (as config.h isn't mentioned anywhere, except for a comment in configure). This got me a little bit further, but now I get the following error: (running gmake) 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. // Adam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
