|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-10-10 08:39 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 22 14:00:01 2025 UTC |
Using the project files directly from php-4.0.6.tar.gz I get the following compilation errors: Please note that this is true for both Win32 debug and Win32 release builds --------------------Configuration: php4dll - Win32 Release-------------------- Compiling... cyr_convert.c ..\TSRM\tsrm_win32.h(48) : error C2054: expected '(' to follow 'TSRM_API' ..\TSRM\tsrm_win32.h(48) : error C2085: 'tsrm_win32_startup' : not in formal parameter list ..\TSRM\tsrm_win32.h(49) : error C2061: syntax error : identifier 'TSRM_API' ..\TSRM\tsrm_win32.h(50) : error C2054: expected '(' to follow 'TSRM_API' ..\TSRM\tsrm_win32.h(50) : error C2085: 'popen' : not in formal parameter list ..\TSRM\tsrm_win32.h(51) : error C2061: syntax error : identifier 'TSRM_API' fopen_wrappers.c ..\TSRM\tsrm_win32.h(48) : error C2054: expected '(' to follow 'TSRM_API' ..\TSRM\tsrm_win32.h(48) : error C2085: 'tsrm_win32_startup' : not in formal parameter list ..\TSRM\tsrm_win32.h(49) : error C2061: syntax error : identifier 'TSRM_API' ..\TSRM\tsrm_win32.h(50) : error C2054: expected '(' to follow 'TSRM_API' ..\TSRM\tsrm_win32.h(50) : error C2085: 'popen' : not in formal parameter list ..\TSRM\tsrm_win32.h(51) : error C2061: syntax error : identifier 'TSRM_API' D:\data\download\php\php-4.0.6.tar\php-4.0.6\main\php_network.h(28) : fatal error C1083: Cannot open include file: 'arpa/inet.h': No such file or directory main.c ..\TSRM\tsrm_win32.h(48) : error C2054: expected '(' to follow 'TSRM_API' ..\TSRM\tsrm_win32.h(48) : error C2085: 'tsrm_win32_startup' : not in formal parameter list ..\TSRM\tsrm_win32.h(49) : error C2061: syntax error : identifier 'TSRM_API' ..\TSRM\tsrm_win32.h(50) : error C2054: expected '(' to follow 'TSRM_API' ..\TSRM\tsrm_win32.h(50) : error C2085: 'popen' : not in formal parameter list ..\TSRM\tsrm_win32.h(51) : error C2061: syntax error : identifier 'TSRM_API' cl.exe terminated at user request. Tool execution canceled by user.