1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Deleting intermediate files and output files for project 'apc - Win32 Release_TS'.
--------------------Configuration: apc - Win32 Release_TS--------------------
Compiling...
apc.c
D:\php-5.0.5\ext\APC-3.0.8\apc.c(126) : warning C4013: 'time' undefined; assuming extern returning int
D:\php-5.0.5\ext\APC-3.0.8\apc.c(127) : warning C4013: 'ctime' undefined; assuming extern returning int
D:\php-5.0.5\ext\APC-3.0.8\apc.c(127) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int '
apc_cache.c
D:\php-5.0.5\ext\APC-3.0.8\apc_cache.c(173) : warning C4013: 'time' undefined; assuming extern returning int
D:\php-5.0.5\ext\APC-3.0.8\apc_cache.c(355) : warning C4018: '<' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_cache.c(449) : warning C4018: '<' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_cache.c(512) : warning C4018: '<' : signed/unsigned mismatch
apc_compile.c
D:\php-5.0.5\ext\APC-3.0.8\apc_compile.c(291) : warning C4018: '<' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_compile.c(667) : warning C4018: '<' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_compile.c(1065) : warning C4018: '<' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_compile.c(1128) : warning C4018: '<' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_compile.c(1229) : warning C4018: '<' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_compile.c(1303) : warning C4018: '<' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_compile.c(1405) : warning C4101: 'pos' : unreferenced local variable
D:\php-5.0.5\ext\APC-3.0.8\apc_compile.c(1661) : warning C4018: '<' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_compile.c(1727) : warning C4018: '<' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_compile.c(1762) : warning C4018: '<' : signed/unsigned mismatch
apc_debug.c
D:\php-5.0.5\ext\APC-3.0.8\apc_debug.c(526) : warning C4018: '<' : signed/unsigned mismatch
apc_main.c
D:\php-5.0.5\ext\APC-3.0.8\apc_main.c(249) : warning C4013: 'time' undefined; assuming extern returning int
apc_optimizer.c
D:\php-5.0.5\ext\APC-3.0.8\apc_optimizer.c(95) : warning C4018: '==' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_optimizer.c(98) : warning C4018: '==' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_optimizer.c(147) : warning C4018: '<' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_optimizer.c(373) : warning C4018: '<' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_optimizer.c(680) : warning C4018: '==' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_optimizer.c(684) : warning C4018: '==' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_optimizer.c(862) : warning C4018: '<' : signed/unsigned mismatch
apc_pair.c
apc_shm.c
apc_sma.c
D:\php-5.0.5\ext\APC-3.0.8\apc_sma.c(139) : warning C4018: '>' : signed/unsigned mismatch
D:\php-5.0.5\ext\APC-3.0.8\apc_sma.c(387) : warning C4018: '<' : signed/unsigned mismatch
apc_stack.c
apc_zend.c
php_apc.c
D:\php-5.0.5\ext\APC-3.0.8\php_apc.c(406) : warning C4013: 'time' undefined; assuming extern returning int
Linking...
Creating library Release_TS/php_apc.lib and object Release_TS/php_apc.exp
apc_main.obj : error LNK2001: unresolved external symbol _zend_do_inheritance
../Release_TS/php_apc.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
php_apc.dll - 2 error(s), 29 warning(s) |
Partager