make[2]: Entering directory `/tmp/microcode/decoder' make[3]: Entering directory `/tmp/microcode/decoder' /bin/sh /tmp/php-4.1.2/libtool --silent --mode=compile gcc -I. -I/tmp/php-4.1.2/ext/microcode -I/tmp/php-4.1.2/main -I/tmp/php-4.1.2 -I/usr/include/apache -I/tmp/php-4.1.2/Zend -I/tmp/php-4.1.2/ext/mysql/libmysql -I/tmp/php-4.1.2/ext/xml/expat -DLINUX=22 -DDEV_RANDOM=/dev/random -DEAPI -DEAPI_MM -I/tmp/php-4.1.2/TSRM -g -O2 -prefer-pic -c ciphers.c && touch ciphers.slo In file included from ciphers.c:40: customize.h:3: parse error before `DESPREFIX' In file included from ciphers.c:41: /usr/include/malloc.h:152: parse error before `__size' /usr/include/malloc.h:155: parse error before `__size' ciphers.c: In function `auto_keygen': ciphers.c:111: `DESPREFIX' undeclared (first use in this function) ciphers.c:111: (Each undeclared identifier is reported only once ciphers.c:111: for each function it appears in.) ciphers.c: In function `databay_descramble': ciphers.c:270: `DESPREFIX' undeclared (first use in this function) make[3]: *** [ciphers.slo] Error 1 make[3]: Leaving directory `/tmp/microcode/decoder' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/microcode/decoder' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/php-4.1.2/ext' make: *** [all-recursive] Error 1 [root@outlands php-4.1.2]#
-- well i follow instructions in readme. but i get this error. any hints
what was your php ./configure command?
Log in to post a comment.
make[2]: Entering directory `/tmp/microcode/decoder'
make[3]: Entering directory `/tmp/microcode/decoder'
/bin/sh /tmp/php-4.1.2/libtool --silent --mode=compile gcc -I. -I/tmp/php-4.1.2/ext/microcode -I/tmp/php-4.1.2/main -I/tmp/php-4.1.2 -I/usr/include/apache -I/tmp/php-4.1.2/Zend -I/tmp/php-4.1.2/ext/mysql/libmysql -I/tmp/php-4.1.2/ext/xml/expat -DLINUX=22 -DDEV_RANDOM=/dev/random -DEAPI -DEAPI_MM -I/tmp/php-4.1.2/TSRM -g -O2 -prefer-pic -c ciphers.c && touch ciphers.slo
In file included from ciphers.c:40:
customize.h:3: parse error before `DESPREFIX'
In file included from ciphers.c:41:
/usr/include/malloc.h:152: parse error before `__size'
/usr/include/malloc.h:155: parse error before `__size'
ciphers.c: In function `auto_keygen':
ciphers.c:111: `DESPREFIX' undeclared (first use in this function)
ciphers.c:111: (Each undeclared identifier is reported only once
ciphers.c:111: for each function it appears in.)
ciphers.c: In function `databay_descramble':
ciphers.c:270: `DESPREFIX' undeclared (first use in this function)
make[3]: *** [ciphers.slo] Error 1
make[3]: Leaving directory `/tmp/microcode/decoder'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/microcode/decoder'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/php-4.1.2/ext'
make: *** [all-recursive] Error 1
[root@outlands php-4.1.2]#
--
well i follow instructions in readme. but i get this error. any hints
what was your php ./configure command?