RE: [PHP-DEV] Re: compile fails on html.c (CODESET undeclared)

2001-08-09 Thread Marc Boeren
I suspect this can be fixed by changing line 231 to be #if HAVE_LANGINFO_H HAVE_LOCALE_H defined(CODESET) Done. Please let me know if it doesn't work... Just wanting to let you know it _does_ work :-) Cheerio, Marc. -- PHP Development Mailing List http://www.php.net/ To

RE: [PHP-DEV] Re: compile fails on html.c (CODESET undeclared)

2001-08-09 Thread Wez Furlong
On 09/08/01, Marc Boeren [EMAIL PROTECTED] wrote: I suspect this can be fixed by changing line 231 to be #if HAVE_LANGINFO_H HAVE_LOCALE_H defined(CODESET) Done. Please let me know if it doesn't work... Just wanting to let you know it _does_ work :-) Great :) --Wez. -- PHP

[PHP-DEV] Re: compile fails on html.c (CODESET undeclared)

2001-08-08 Thread Wez Furlong
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

Re: [PHP-DEV] Re: compile fails on html.c (CODESET undeclared)

2001-08-08 Thread Heikki Korpela
On Wed, 8 Aug 2001, Wez Furlong wrote: 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

Re: [PHP-DEV] Re: compile fails on html.c (CODESET undeclared)

2001-08-08 Thread Wez Furlong
On 08/08/01, Heikki Korpela [EMAIL PROTECTED] wrote: On Wed, 8 Aug 2001, Wez Furlong wrote: I suspect this can be fixed by changing line 231 to be #if HAVE_LANGINFO_H HAVE_LOCALE_H defined(CODESET) Please do, it's repeatable on OpenBSD-current; I haven't reported it because I didn't have