|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-28 21:10 UTC] sniper@php.net
[2004-01-29 04:14 UTC] giuliano dot tarallo at iperurania dot com
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Feb 08 21:00:02 2026 UTC |
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