[PHP-DEV] cannot build cvs under win2k

2001-06-22 Thread Harald Radi

c:\usr\local\include\sys\unistd.h(14) : warning C4273: '__p__environ' :
inconsistent dll linkage.  dllexport assumed.
c:\usr\local\include\sys\unistd.h(16) : warning C4273: '_exit' :
inconsistent dll linkage.  dllexport assumed.
c:\usr\local\include\sys\unistd.h(39) : error C2061: syntax error :
identifier 'fork'
c:\usr\local\include\sys\unistd.h(39) : error C2059: syntax error : ';'
c:\usr\local\include\sys\unistd.h(39) : error C2059: syntax error : ')'
c:\usr\local\include\sys\unistd.h(43) : error C2061: syntax error :
identifier 'getegid'
c:\usr\local\include\sys\unistd.h(43) : error C2059: syntax error : ';'
c:\usr\local\include\sys\unistd.h(43) : error C2059: syntax error : ')'
c:\usr\local\include\sys\unistd.h(44) : error C2061: syntax error :
identifier 'geteuid'
c:\usr\local\include\sys\unistd.h(44) : error C2059: syntax error : ';'
c:\usr\local\include\sys\unistd.h(44) : error C2059: syntax error : ')'
c:\usr\local\include\sys\unistd.h(45) : error C2061: syntax error :
identifier 'getgid'
c:\usr\local\include\sys\unistd.h(45) : error C2059: syntax error : ';'
c:\usr\local\include\sys\unistd.h(45) : error C2059: syntax error : ')'
c:\usr\local\include\sys\unistd.h(53) : error C2061: syntax error :
identifier 'getpgid'
c:\usr\local\include\sys\unistd.h(53) : error C2059: syntax error : ';'
c:\usr\local\include\sys\unistd.h(53) : error C2059: syntax error : ')'
c:\usr\local\include\sys\unistd.h(54) : error C2061: syntax error :
identifier 'getpgrp'
c:\usr\local\include\sys\unistd.h(54) : error C2059: syntax error : ';'
c:\usr\local\include\sys\unistd.h(54) : error C2059: syntax error : ')'
c:\usr\local\include\sys\unistd.h(55) : error C2061: syntax error :
identifier 'getpid'
c:\usr\local\include\sys\unistd.h(55) : error C2059: syntax error : ';'
c:\usr\local\include\sys\unistd.h(55) : error C2059: syntax error : ')'
c:\usr\local\include\sys\unistd.h(56) : error C2061: syntax error :
identifier 'getppid'
c:\usr\local\include\sys\unistd.h(56) : error C2059: syntax error : ';'
c:\usr\local\include\sys\unistd.h(56) : error C2059: syntax error : ')'
c:\usr\local\include\sys\unistd.h(57) : error C2061: syntax error :
identifier 'getuid'
c:\usr\local\include\sys\unistd.h(57) : error C2059: syntax error : ';'
c:\usr\local\include\sys\unistd.h(57) : error C2059: syntax error : ')'
c:\usr\local\include\sys\unistd.h(86) : error C2061: syntax error :
identifier 'setsid'
c:\usr\local\include\sys\unistd.h(86) : error C2059: syntax error : ';'
c:\usr\local\include\sys\unistd.h(86) : error C2059: syntax error : ')'
c:\usr\local\include\sys\unistd.h(89) : warning C4273: 'swab' :
inconsistent dll linkage.  dllexport assumed.
c:\usr\local\include\sys\unistd.h(91) : error C2061: syntax error :
identifier 'tcgetpgrp'
c:\usr\local\include\sys\unistd.h(91) : error C2059: syntax error : ';'
c:\usr\local\include\sys\unistd.h(91) : error C2059: syntax error : ')'
c:\usr\local\include\sys\unistd.h(94) : warning C4273: 'unlink' :
inconsistent dll linkage.  dllexport assumed.
c:\usr\local\include\sys\unistd.h(99) : error C2061: syntax error :
identifier 'vfork'
c:\usr\local\include\sys\unistd.h(99) : error C2059: syntax error : ';'
c:\usr\local\include\sys\unistd.h(99) : error C2059: syntax error : ')'
c:\usr\local\include\sys\unistd.h(105) : error C2061: syntax error :
identifier '_fork'
c:\usr\local\include\sys\unistd.h(105) : error C2059: syntax error : ';'
c:\usr\local\include\sys\unistd.h(105) : error C2059: syntax error : ')'
c:\usr\local\include\sys\unistd.h(106) : error C2061: syntax error :
identifier '_getpid'
c:\usr\local\include\sys\unistd.h(106) : error C2059: syntax error : ';'
c:\usr\local\include\sys\unistd.h(106) : error C2059: syntax error : ')'
c:\usr\local\include\sys\unistd.h(111) : warning C4273: '_unlink' :
inconsistent dll linkage.  dllexport assumed.
c:\programme\microsoft visual studio\vc98\include\io.h(154) : error
C2375: '_close' : redefinition; different linkage
c:\usr\local\include\sys\unistd.h(104) : see declaration of
'_close'
c:\programme\microsoft visual studio\vc98\include\io.h(168) : error
C2375: '_lseek' : redefinition; different linkage
c:\usr\local\include\sys\unistd.h(108) : see declaration of
'_lseek'
c:\programme\microsoft visual studio\vc98\include\io.h(174) : error
C2375: '_read' : redefinition; different linkage
c:\usr\local\include\sys\unistd.h(109) : see declaration of
'_read'
c:\programme\microsoft visual studio\vc98\include\io.h(181) : warning
C4273: '_unlink' : inconsistent dll linkage.  dllexport assumed.
c:\programme\microsoft visual studio\vc98\include\io.h(182) : error
C2375: '_write' : redefinition; different linkage
c:\usr\local\include\sys\unistd.h(112) : see declaration of
'_write'
c:\programme\microsoft visual studio\vc98\include\io.h(225) : error
C2375: 'access' : redefinition; different linkage
c:\usr\local\include\sys\unistd.h(18) : see declaration of
'access'
c:\programme\microsoft visual studio\vc98\include\io.h(226) : 

Re: [PHP-DEV] cannot build cvs under win2k

2001-06-22 Thread Sebastian Bergmann

Harald Radi wrote:
 ...

  It builds flawlessly here under Win2K. It must be a problem on your
end.

-- 
 sebastian bergmann[EMAIL PROTECTED]
   http://www.sebastian-bergmann.de

 Meet the PHP Project at LinuxTag, Booth 5.0.334/2 - http://phpinfo.de/

-- 
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]




Re: [PHP-DEV] cannot build cvs under win2k

2001-06-22 Thread Sebastian Bergmann

Sebastian Bergmann wrote:
 Harald Radi wrote:
  ...
 
   It builds flawlessly here under Win2K. It must be a problem on your
 end.

  Maybe I found your problem: It seems that php4/win32/unistd.h is not
used, but another file by the same name.

-- 
 sebastian bergmann[EMAIL PROTECTED]
   http://www.sebastian-bergmann.de

 Meet the PHP Project at LinuxTag, Booth 5.0.334/2 - http://phpinfo.de/

-- 
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]