Nicholas Janzen wrote:

> checking whether yytext is a pointer... yes
> checking for flex... (cached) flex
> checking for midgard support... yes, shared
> ./configure[1356]: syntax error: `midgard,' unexpected

What version of PHP4 are you using? Looks like a problem in the PHP
build environment. Again.

There are two places which could be triggering this (in config.m4,
BTW):

  PHP_ARG_WITH(midgard, for midgard support,
  [  --with-midgard          Include midgard 1.4 support])

which is easy enoug to detect, just add a line like
  echo "Made it"

just after it. You will still see the error you reported. If you see
don't see the "Made it", the problem is

    PHP_ADD_LIBRARY_WITH_PATH(midgard, "$PHP_MIDGARD/lib", MIDGARD_SHARED_LIBADD)

which might be fixed by replacing PHP_ADD with AC_ADD in this line,
altough I would have expected a different error if this is the
problem.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to