Hi Tomasz, On Wed, January 22, 2014 16:26, Tomasz Krawczyk wrote: > Hi! > > > I'm trying to compile PHP 5.4.24 with VC9 (x86). After I executed nmake > I saw such error: > > > Zend\zend_compile.c(22) : fatal error C1083: Cannot open include file: > 'zend_language_parser.h': No such file or directory > NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual > Studio 9.0\VC\Bin\cl.exe"' : return code '0x2' > Stop. > > > I checked it, the file zend_language_parser.h is really missing. Is it > correct? PHP 5.3.28 has that file. > where did you download the source? The one from windows.php.net should actually work.
To generate it, the bison and re2c from php-sdk should work as well. For how to do it, please look at genfiles and Makefile.frag in the root of php-src. Regards Anatol -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
