要在php里调用 perl 语言 在网上查看资料 说要编译一个php_perl.dll 文件 我下载了源码 用vc 编译 可是总是报错  
C:\perl\lib\CORE\sys/socket.h(72) : error C2061: syntax error : identifier 'win32_accept  
C:\perl\lib\CORE\sys/socket.h(72) : error C2059: syntax error : ';'
C:\perl\lib\CORE\sys/socket.h(72) : error C2146: syntax error : missing ')' before identifier 's'  
C:\perl\lib\CORE\sys/socket.h(72) : error C2061: syntax error : identifier 's' 我查看了一下 socket.h 这个文件 报错的那一行是 
SOCKET win32_accept (SOCKET s, struct sockaddr *addr, int *addrlen); 
socket.h代码应该没有问题 是perl的库文件 
请各位高手帮忙  
多谢