ID: 11761
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Compile Failure
Operating System: HP-UX 11.00
PHP Version: 4.0.6
New Comment:
Are you sure your system isn't a bit broken here?
Nobody else has reported this problem but you.
--Jani
Previous Comments:
------------------------------------------------------------------------
[2001-08-20 13:16:24] [EMAIL PROTECTED]
The file config.log contains the following block regarding locale.h:
configure:6312: checking for locale.h
configure:6322: gcc -E -DHPUX11 -DUSE_HSREGEX -DUSE_EXPAT -DSHARED_CORE conftest.c
>/dev/null 2>conftest.out
In file included from /usr/include/locale.h:157,
from configure:6318:
/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/stdio.h:30: warning:
`__va__list' redefined
/usr/include/locale.h:26: warning: this is the location of the previous definition
configure: failed program was:
#line 6317 "configure"
#include "confdefs.h"
#include <locale.h>
------------------------------------------------------------------------
[2001-08-20 12:53:53] [EMAIL PROTECTED]
What is in config.log about locale.h ?
--Jani
------------------------------------------------------------------------
[2001-08-20 12:21:08] [EMAIL PROTECTED]
I pulled the latest snapshot and ran the same configure command. I still see the
following in main/php_config.h:
/* #undef HAVE_LOCALE_H */
It appears the problem still exists...
------------------------------------------------------------------------
[2001-08-18 15:34:20] [EMAIL PROTECTED]
Does this happen with latest CVS snapshot:
http://snaps.php.net/
--Jani
------------------------------------------------------------------------
[2001-07-02 11:19:03] [EMAIL PROTECTED]
I was able to work around the problem by adding:
#define HAVE_LOCALE_H 1
in main/php_config.h
However, I am still concerned at why that particular header file was not found.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=11761
Edit this bug report at http://bugs.php.net/?id=11761&edit=1
--
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]