From:             [EMAIL PROTECTED]
Operating system: Linux 7.3
PHP version:      4.0.6
PHP Bug Type:     Solid related
Bug description:  "make" command failed (Solid + PHP)

The configuration of php with solid has worked.
Command: 

./configure --with-apache=[DIR] --with-mysql=[DIR] --with-solid=[DIR]
--with-config-file-path=[DIR] --enable-track-vars=yes

==== Here a Part of the Report: =====

checking for Solid support ... yes
checking Solid library file ... -ll2x

=====================================

But at the command "make" comes the errormessage:
/php-4.0.6/ext/odbc/php_odbc.h:179: WINDOWS.H: No such file or directory

In the File php_odbc.h are following entries:

#else /* MS ODBC */

#define HAVE_SQL_EXTENDED_FETCH 1
#include <WINDOWS.H>               <= this is the line 179
#include <sql.h>
#include <sqlext.h>
#endif

Where is my Problem ???
Have i forgot to install a package (e.g. odbc) ???

-- 
Edit bug report at: http://bugs.php.net/?id=15204&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to