Archived

This forum has been archived. Please start a new discussion on GitHub.

IcePHP doesn't work (nor compile) with PHP 5.1.4

Hi,


I downloaded the latest php version (as of writing) [5.1.4] and tried to compile the icePHP shared module.

I followed this steps [under CygWin]

* uncompress php
* uncompress ICE + ICEphp
* move to php dir
* create an ext/ice dir, copying all stuff from icePHP/src/ice in there
* removing some files (like mentioned by the readme.txt)
* forcing a buildconfig
* ./configure --with-ice=shared,/cygdrive/c/src/vc71/stage/Ice-3.0.1
* make

Now it gives me the errors you can see in the attached file...

The command which gave me this errors is:
/bin/sh /cygdrive/c/src/vc71/stage/php-5.1.4/libtool --silent --preserve-dup-deps --mode=compile g++  -Iext/ice/ -I/cygdrive/c/src/vc71/stage/php-5.1.4/ext/ice/ -DPHP_ATOM_INC -I/cygdrive/c/src/vc71/stage/php-5.1.4/include -I/cygdrive/c/src/vc71/stage/php-5.1.4/main -I/cygdrive/c/src/vc71/stage/php-5.1.4 -I/usr/include/libxml2 -I/cygdrive/c/src/vc71/stage/php-5.1.4/ext/date/lib -I/cygdrive/c/src/vc71/stage/Ice-3.0.1/include -I/cygdrive/c/src/vc71/stage/php-5.1.4/TSRM -I/cygdrive/c/src/vc71/stage/php-5.1.4/Zend    -g -O2   -c /cygdrive/c/src/vc71/stage/php-5.1.4/ext/ice/ice.cpp -o ext/ice/ice.lo


Maybe someone knows what's wrong with my setup?

Thanks,
Steven