From: giuliano dot tarallo at iperurania dot com Operating system: linux PHP version: Irrelevant PHP Bug Type: Compile Failure Bug description: make fail if ./configure --with-interbase=../firebid --with-mssql=../freetds
Description: ------------ If and only if you ./configure --with-interbase=../firebird --with-mssql=../freetds when you make then you obtain a compile failure. If you configure only --with-interbase or only --with-freetds there is no problem. I have used firebirdsql 1.5rc8, and freetd 0.61.1 or above. Reproduce code: --------------- In file included from /opt/arl/freetds/include/sybfront.h:23, from /opt/arl/freetds/include/sqlfront.h:23, from /home/ftp/pub/php4-STABLE-200401222230/ext/mssql/php_mssql.h:36, from main/internal_functions.c:34: /opt/arl/freetds/include/sybdb.h:104: error: redefinition of `USHORT' /opt/firebird/include/ibase.h:98: error: `USHORT' previously declared here /opt/arl/freetds/include/sybdb.h:150: error: redefinition of `BYTE' /opt/firebird/include/ibase.h:153: error: `BYTE' previously declared here make: *** [main/internal_functions.lo] Error 1 -- Edit bug report at http://bugs.php.net/?id=27014&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27014&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27014&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27014&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27014&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27014&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27014&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27014&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27014&r=support Expected behavior: http://bugs.php.net/fix.php?id=27014&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27014&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27014&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27014&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27014&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27014&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27014&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27014&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27014&r=float