i can't compile the php source code with visual c++ 6.0,the error like this
d:\temp\php-4.1.0\zend\zend_highlight.c(22) : fatal error C1083: Cannot open include file: 'zend_language_parser.h': No such file or directory
d:\temp\php-4.1.0\zend\zend_indent.c(25) : fatal error C1083: Cannot open include file: 'zend_language_parser.h': No such file or directory
and the compiler can't find out the libjpeg.lib and a lots of lib*.lib in php-winbuild/lib
why?
who can tell me "how to compile the php source code to php binary?"