From:             
Operating system: Solaris8
PHP version:      5.2.14
Package:          Compile Failure
Bug Type:         Bug
Bug description:Compile error if systems do not have stdint.h

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


-- 
Edit bug report at http://bugs.php.net/bug.php?id=52436&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=52436&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=52436&r=trysnapshot53
Try a snapshot (trunk):              
http://bugs.php.net/fix.php?id=52436&r=trysnapshottrunk
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=52436&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=52436&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=52436&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=52436&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=52436&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=52436&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=52436&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=52436&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=52436&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=52436&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=52436&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=52436&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=52436&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=52436&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=52436&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=52436&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=52436&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=52436&r=mysqlcfg

Reply via email to