Hello guys,

I get the following error message when compiling :

D:\Travail\php-4.2.1\main\php_network.h(28) : fatal error C1083: Cannot open
include file: 'arpa/inet.h': No such file or directory

The piece of code is :

#ifdef PHP_WIN32
# ifndef WINNT
#  define WINNT 1
# endif
# undef FD_SETSIZE
# include "arpa/inet.h"
# define socklen_t unsigned int
#endif

OS : Win2000
MSVC++ 6.0
PHP 4.2.1

I got the .dsp file from the php release.

Any idea ?

Christian.



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to