I have the algos compiled into the mcrypt library (needed to have it work
with OS X) and get this when I try to compile the latest CVS pf PHP..

Just an FYI -- thanks!

/usr/local/download/php4/ext/mcrypt/mcrypt.c:222: warning: `MCRYPT_FAILED'
redefined
/usr/local/include/mcrypt.h:30: warning: this is the location of the
previous definition
/usr/local/download/php4/ext/mcrypt/mcrypt.c: In function
`zm_startup_mcrypt':
/usr/local/download/php4/ext/mcrypt/mcrypt.c:272: warning: passing arg 3 of
`zend_register_long_constant' makes integer from pointer without a cast
/usr/local/download/php4/ext/mcrypt/mcrypt.c:273: warning: passing arg 3 of
`zend_register_long_constant' makes integer from pointer without a cast
/usr/local/download/php4/ext/mcrypt/mcrypt.c:274: `MCRYPT_BLOWFISH_128'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:274: (Each undeclared
identifier is reported only once
/usr/local/download/php4/ext/mcrypt/mcrypt.c:274: for each function it
appears in.)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:275: `MCRYPT_BLOWFISH_192'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:276: `MCRYPT_BLOWFISH_256'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:277: `MCRYPT_BLOWFISH_448'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:278: warning: passing arg 3 of
`zend_register_long_constant' makes integer from pointer without a cast
/usr/local/download/php4/ext/mcrypt/mcrypt.c:279: warning: passing arg 3 of
`zend_register_long_constant' makes integer from pointer without a cast
/usr/local/download/php4/ext/mcrypt/mcrypt.c:280: warning: passing arg 3 of
`zend_register_long_constant' makes integer from pointer without a cast
/usr/local/download/php4/ext/mcrypt/mcrypt.c:281: warning: passing arg 3 of
`zend_register_long_constant' makes integer from pointer without a cast
/usr/local/download/php4/ext/mcrypt/mcrypt.c:282: `MCRYPT_IDEA' undeclared
(first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:283: warning: passing arg 3 of
`zend_register_long_constant' makes integer from pointer without a cast
/usr/local/download/php4/ext/mcrypt/mcrypt.c:284: warning: passing arg 3 of
`zend_register_long_constant' makes integer from pointer without a cast
/usr/local/download/php4/ext/mcrypt/mcrypt.c:285: warning: passing arg 3 of
`zend_register_long_constant' makes integer from pointer without a cast
/usr/local/download/php4/ext/mcrypt/mcrypt.c:286: warning: passing arg 3 of
`zend_register_long_constant' makes integer from pointer without a cast
/usr/local/download/php4/ext/mcrypt/mcrypt.c:287: `MCRYPT_RC2_128'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:288: `MCRYPT_RC2_256'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:289: `MCRYPT_RC2_1024'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:290: `MCRYPT_RC4' undeclared
(first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:291: `MCRYPT_RC6_128'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:292: `MCRYPT_RC6_192'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:293: `MCRYPT_RC6_256'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:294: `MCRYPT_SAFER_64'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:295: `MCRYPT_SAFER_128'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:296: warning: passing arg 3 of
`zend_register_long_constant' makes integer from pointer without a cast
/usr/local/download/php4/ext/mcrypt/mcrypt.c:297: `MCRYPT_SERPENT_128'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:298: `MCRYPT_SERPENT_192'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:299: `MCRYPT_SERPENT_256'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:300: `MCRYPT_TWOFISH_128'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:301: `MCRYPT_TWOFISH_192'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:302: `MCRYPT_TWOFISH_256'
undeclared (first use in this function)
/usr/local/download/php4/ext/mcrypt/mcrypt.c:303: warning: passing arg 3 of
`zend_register_long_constant' makes integer from pointer without a cast
/usr/local/download/php4/ext/mcrypt/mcrypt.c: In function
`zif_mcrypt_get_cipher_name':
/usr/local/download/php4/ext/mcrypt/mcrypt.c:1497: warning: assignment makes
pointer from integer without a cast
make: *** [ext/mcrypt/mcrypt.lo] Error 1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to