I followed the instructions in the manual and get following errors:
---------------------------
microcode.c: In function `zm_info_microcode':
microcode.c:153: `COPYRIGHT_NOTICE' undeclared (first use in this function)
microcode.c:153: (Each undeclared identifier is reported only once
microcode.c:153: for each function it appears in.)
microcode.c:157: `VERSION' undeclared (first use in this function)
make[3]: *** [microcode.slo] Error 1
make[3]: Leaving directory `/tmp/php-4.2.0/ext/microcode'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/php-4.2.0/ext/microcode'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/php-4.2.0/ext'
make: *** [all-recursive] Error 1
-----------------------
I tested version 4.0.6 and 4.2.0 of php.
Version 4.0.6 aborted earlier with some strange errors.
thanks in advice
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I followed the instructions in the manual and get following errors:
---------------------------
microcode.c: In function `zm_info_microcode':
microcode.c:153: `COPYRIGHT_NOTICE' undeclared (first use in this function)
microcode.c:153: (Each undeclared identifier is reported only once
microcode.c:153: for each function it appears in.)
microcode.c:157: `VERSION' undeclared (first use in this function)
make[3]: *** [microcode.slo] Error 1
make[3]: Leaving directory `/tmp/php-4.2.0/ext/microcode'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/php-4.2.0/ext/microcode'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/php-4.2.0/ext'
make: *** [all-recursive] Error 1
-----------------------
I tested version 4.0.6 and 4.2.0 of php.
Version 4.0.6 aborted earlier with some strange errors.
thanks in advice
Hi,
the errors you get are quite strange.
Those two variables definitely exist.
What platform are you compliling on? What version of
gcc do you use?
Never heard of such problems...
Regards
Karsten Richter (krichter@databay.de)