➜ src git:(PHP-5.6) ✗ ./configure
➜ src git:(PHP-5.6) ✗ make
/bin/sh /usr/local/src/php/src/libtool --silent --preserve-dup-deps
--mode=link cc -DPHP_ATOM_INC -I/usr/local/src/php/src/include
-I/usr/local/src/php/src/main -I/usr/local/src/php/src
-I/usr/local/src/php/src/ext/date/lib
-I/usr/local/src/php/src/ext/ereg/regex -I/usr/include/libxml2
-I/usr/local/src/php/src/ext/sqlite3/libsqlite
-I/usr/local/src/php/src/TSRM -I/usr/local/src/php/src/Zend
-I/usr/include -march=native -mtune=native -O2 -fPIC -pipe
-fdiagnostics-color=auto -fvisibility=hidden -o ext/opcache/opcache.la
-export-dynamic -avoid-version -prefer-pic -module -rpath
/usr/local/src/php/src/modules ext/opcache/ZendAccelerator.lo
ext/opcache/zend_accelerator_blacklist.lo
ext/opcache/zend_accelerator_debug.lo ext/opcache/zend_accelerator_hash.lo
ext/opcache/zend_accelerator_module.lo ext/opcache/zend_persist.lo
ext/opcache/zend_persist_calc.lo ext/opcache/zend_shared_alloc.lo
ext/opcache/zend_accelerator_util_funcs.lo ext/opcache/shared_alloc_shm.lo
ext/opcache/shared_alloc_mmap.lo ext/opcache/shared_alloc_posix.lo
ext/opcache/Optimizer/zend_optimizer.lo
/bin/sh /usr/local/src/php/src/libtool --silent --preserve-dup-deps
--mode=install cp ext/opcache/opcache.la /usr/local/src/php/src/modules
make: *** No rule to make target
/usr/local/src/php/src/TSRM/tsrm_virtual_cwd.c', needed by
TSRM/tsrm_virtual_cwd.lo'. Stop.
/usr/local/src/php/src/TSRM/tsrm_virtual_cwd.c', needed by
TSRM/tsrm_virtual_cwd.lo'. Stop.
that file is long gone. You miss buildconf.
johannes
/usr/local/src/php/src/TSRM/tsrm_virtual_cwd.c', needed by
TSRM/tsrm_virtual_cwd.lo'. Stop.that file is long gone. You miss buildconf.
johannes
the TSRM.dsp still mentions the header file
TSRM.dsp:SOURCE=.\tsrm_virtual_cwd.h
Andrey
Hi Andrey,
/usr/local/src/php/src/TSRM/tsrm_virtual_cwd.c', needed by
TSRM/tsrm_virtual_cwd.lo'. Stop.that file is long gone. You miss buildconf.
johannes
the TSRM.dsp still mentions the header file
TSRM.dsp:SOURCE=.\tsrm_virtual_cwd.h
thanks for pointing to this. Fixed just now. Though I wonder if this old
projects are used by anyone, if yes - they could be updated to some more
up to date version, like VC9.
Regards
Anatol
Hi Andrey,
/usr/local/src/php/src/TSRM/tsrm_virtual_cwd.c', needed by
TSRM/tsrm_virtual_cwd.lo'. Stop.that file is long gone. You miss buildconf.
johannes
the TSRM.dsp still mentions the header file
TSRM.dsp:SOURCE=.\tsrm_virtual_cwd.h
thanks for pointing to this. Fixed just now. Though I wonder if this old
projects are used by anyone, if yes - they could be updated to some more
up to date version, like VC9.
If its not used by the current Windows build system, then there hardly
is any reason to keep them?
Its not like there are thousands of Windows users building PHP
manually on exotic Windows platforms needing multiple ways to achieve
the goal.
Rob was the last one I recall to use/play with the .dsp system..
Doesn't seem like he cares about it anymore and I think its a safe bet
that it can then be removed.
-Hannes