#25277 [Fbk->Opn]: Errors with mcve on make

2003-08-29 Thread jonathan dot patenaude at sympatico dot ca
 ID:   25277
 User updated by:  jonathan dot patenaude at sympatico dot ca
 Reported By:  jonathan dot patenaude at sympatico dot ca
-Status:   Feedback
+Status:   Open
 Bug Type: Compile Failure
 Operating System: RedHat 7.2
 PHP Version:  4.3.3
 New Comment:

libmcve is 3.1.1


Previous Comments:


[2003-08-29 09:27:25] [EMAIL PROTECTED]

What is the version of libmcve you have installed?




[2003-08-27 13:08:24] jonathan dot patenaude at sympatico dot ca

Description:

Compilation failed when configure --with-mcve with php 4.3.3. The error
only happen with php 4.3.3. I also try the latest snapshot and I got
the same error. I was able to configure php 4.3.2 --with-mcve without
any problem.

Config line: './configure' '--with-mysql'
'--with-apache=../apache_1.3.28' '--with-mcve'
'--enable-inline-optimization' '--disable-debug'

make result:
gcc  -Iext/mcve/ -I/usr/local/src/php-4.3.3/ext/mcve/ -DPHP_ATOM_INC
-I/usr/local/src/php-4.3.3/include -I/usr/local/src/php-4.3.3/main
-I/usr/local/src/php-4.3.3 -I/usr/local/src/php-4.3.3/Zend
-I/usr/local/mcve/include -I/usr/local/src/php-4.3.3/ext/xml/expat 
-I/usr/local/src/php-4.3.3/TSRM  -g -O2  -c
/usr/local/src/php-4.3.3/ext/mcve/mcve.c -o ext/mcve/mcve.o  && echo >
ext/mcve/mcve.lo
/usr/local/src/php-4.3.3/ext/mcve/mcve.c: In function
`zm_startup_mcve':
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:203: `MC_CARDTYPES' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:203: (Each undeclared
identifier is reported only once
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:203: for each function it
appears in.)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:204: `MC_SUB' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:205: `MC_MARKER' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:206: `MC_DEVICETYPE'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:207: `MC_ERRORCODE' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:208: `MC_NEWBATCH' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:209: `MC_CURR' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:210: `MC_DESCMERCH' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:211: `MC_DESCLOC' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:212: `MC_ORIGTYPE' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:213: `MC_PIN' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:214: `MC_VOIDORIGTYPE'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:215: `MC_TIMESTAMP' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:246: `MC_USER_PPROPERTY'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:247: `MC_USER_PID' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:248: `MC_USER_PIDPWD'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:249: `MC_USER_SMID' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:250: `MC_USER_SMIDPWD'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:251: `MC_USER_USDDIV'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:252: `MC_USER_AUDDIV'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:253: `MC_USER_DKKDIV'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:254: `MC_USER_GBPDIV'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:255: `MC_USER_HKDDIV'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:256: `MC_USER_JPYDIV'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:257: `MC_USER_NZDDIV'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:258: `MC_USER_NOKDIV'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:259: `MC_USER_SGDDIV'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:260: `MC_USER_ZARDIV'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:261: `MC_USER_SEKDIV'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:262: `MC_USER_CHFDIV'
undeclared (first use in this function)
/usr/local/src/php-4.3.3

#25277 [NEW]: Errors with mcve on make

2003-08-27 Thread jonathan dot patenaude at sympatico dot ca
From: jonathan dot patenaude at sympatico dot ca
Operating system: RedHat 7.2
PHP version:  4.3.3
PHP Bug Type: Compile Failure
Bug description:  Errors with mcve on make

Description:

Compilation failed when configure --with-mcve with php 4.3.3. The error
only happen with php 4.3.3. I also try the latest snapshot and I got the
same error. I was able to configure php 4.3.2 --with-mcve without any
problem.

Config line: './configure' '--with-mysql' '--with-apache=../apache_1.3.28'
'--with-mcve' '--enable-inline-optimization' '--disable-debug'

make result:
gcc  -Iext/mcve/ -I/usr/local/src/php-4.3.3/ext/mcve/ -DPHP_ATOM_INC
-I/usr/local/src/php-4.3.3/include -I/usr/local/src/php-4.3.3/main
-I/usr/local/src/php-4.3.3 -I/usr/local/src/php-4.3.3/Zend
-I/usr/local/mcve/include -I/usr/local/src/php-4.3.3/ext/xml/expat 
-I/usr/local/src/php-4.3.3/TSRM  -g -O2  -c
/usr/local/src/php-4.3.3/ext/mcve/mcve.c -o ext/mcve/mcve.o  && echo >
ext/mcve/mcve.lo
/usr/local/src/php-4.3.3/ext/mcve/mcve.c: In function `zm_startup_mcve':
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:203: `MC_CARDTYPES' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:203: (Each undeclared identifier
is reported only once
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:203: for each function it appears
in.)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:204: `MC_SUB' undeclared (first
use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:205: `MC_MARKER' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:206: `MC_DEVICETYPE' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:207: `MC_ERRORCODE' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:208: `MC_NEWBATCH' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:209: `MC_CURR' undeclared (first
use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:210: `MC_DESCMERCH' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:211: `MC_DESCLOC' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:212: `MC_ORIGTYPE' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:213: `MC_PIN' undeclared (first
use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:214: `MC_VOIDORIGTYPE' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:215: `MC_TIMESTAMP' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:246: `MC_USER_PPROPERTY'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:247: `MC_USER_PID' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:248: `MC_USER_PIDPWD' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:249: `MC_USER_SMID' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:250: `MC_USER_SMIDPWD' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:251: `MC_USER_USDDIV' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:252: `MC_USER_AUDDIV' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:253: `MC_USER_DKKDIV' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:254: `MC_USER_GBPDIV' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:255: `MC_USER_HKDDIV' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:256: `MC_USER_JPYDIV' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:257: `MC_USER_NZDDIV' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:258: `MC_USER_NOKDIV' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:259: `MC_USER_SGDDIV' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:260: `MC_USER_ZARDIV' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:261: `MC_USER_SEKDIV' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:262: `MC_USER_CHFDIV' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:263: `MC_USER_CADDIV' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:264: `MC_USER_DIVNUM' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:300: `MC_TRAN_REDEMPTION'
undeclared (first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:307: `MC_TRAN_RELOAD' undeclared
(first use in this function)
/usr/local/src/php-4.3.3/ext/mcve/mcve.c:308: `MC_TRA