On 08/08/01, "Marc Boeren" <[EMAIL PROTECTED]> wrote:
> html.c: In function `determine_charset':
> html.c:232: `CODESET' undeclared (first use in this function)
> html.c:232: (Each undeclared identifier is reported only once
> html.c:232: for each function it appears in.)
> make[3]: *** [html.lo] Error 1
> make[3]: Leaving directory `/home/Marc/source/php-cvs/php4/ext/standard'
> 
> The offending (in my eyes, at least) were added in the latest revision
> (1.30) of html.c by Wez Furlong (Wez? Comments?)

Err, that's a little odd.
I would expect your system to have all of the things required for that
to work.
What does the config.log say about HAVE_LOCALE_H and HAVE_LANGINFO_H?

I suspect this can be fixed by changing line 231 to be
#if HAVE_LANGINFO_H && HAVE_LOCALE_H && defined(CODESET)

--Wez.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to