ok, so i upgraded to php4.0.4pl1

and i did the echo "made it" - and yes it printed, so i also tried
changing PHP_ADD with AC_ADD and still no go.

Could you send me a generated Makefile that i could mess with?

thanks,

----------------------------------
|        Nicholas Janzen         |
|       Third-Net.Com INC        |
| Visit http://www.third-net.com |
| for more information about us  |
----------------------------------

On Thu, 12 Jul 2001, Emiliano wrote:

> 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]
>
>



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

Reply via email to