Compile error if systems do not have stdint.h
| Bug #52436 | Compile error if systems do not have stdint.h | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2010-07-25 06:38 UTC | Modified: | 2010-07-27 23:44 UTC |
|
||||||||||
| From: | hiropontepocon at gmail dot com | Assigned: | srinatar (profile) | |||||||||||
| Status: | Closed | Package: | Compile Failure | |||||||||||
| PHP Version: | 5.2.14 | OS: | Solaris8 | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2010-07-25 06:38 UTC] hiropontepocon at gmail dot com
Description: ------------ $ ./configure ・・・ $ grep -i stdint main/php_config.h /* Define if you have the <stdint.h> header file. */ /* #undef HAVE_STDINT_H */ $ make ・・・ /bin/ksh /tmp/php-5.2.14/libtool --silent --preserve-dup-deps --mode=compile gcc -I/tmp/php-5.2.14/ext/pcre/pcrelib -Iext/pcre/ -I/tmp/php-5.2.14/ext/pcre/ -DPHP_ATOM_INC -I/tmp/php-5.2.14/include -I/tmp/php-5.2.14/main -I/tmp/php-5.2.14 -I/tmp/php-5.2.14/ext/date/lib -I/usr/include/libxml2 -I/tmp/php-5.2.14/TSRM -I/tmp/php-5.2.14/Zend -D_POSIX_PTHREAD_SEMANTICS -I/usr/include -g -O2 -c /tmp/php-5.2.14/ext/pcre/pcrelib/pcre_chartables.c -o ext/pcre/pcrelib/pcre_chartables.lo In file included from /tmp/php-5.2.14/ext/pcre/pcrelib/pcre_chartables.c:25: /tmp/php-5.2.14/ext/pcre/pcrelib/pcre_internal.h:198:20: stdint.h: No such file or directory make: *** [ext/pcre/pcrelib/pcre_chartables.lo] Error 1
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2010-07-27 00:46 UTC] kalle@php.net
[2010-07-27 00:46 UTC] kalle@php.net
-Status: Open +Status: Feedback
[2010-07-27 04:32 UTC] srinatar@php.net
[2010-07-27 17:39 UTC] hiropontepocon at gmail dot com
[2010-07-27 17:42 UTC] pajoye@php.net
-Status: Feedback +Status: Assigned -Assigned To: +Assigned To: srinatar
[2010-07-27 17:42 UTC] pajoye@php.net
[2010-07-27 19:13 UTC] hiropontepocon at gmail dot com