W dniu 2014-01-22 16:26, Tomasz Krawczyk pisze:
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.

regards
Tomek

I've just noticed some error has occurred.

I have zend_language_parser.outout with an error trace.

Nieużywane symbole terminalne w gramatyce
(translating from Polish: Unused terminal symbols in grammar)

   T_CHARACTER
   T_BAD_CHARACTER
   "comment (T_COMMENT)"
   "doc comment (T_DOC_COMMENT)"
   "open tag (T_OPEN_TAG)"
   "open tag with echo (T_OPEN_TAG_WITH_ECHO)"
   "close tag (T_CLOSE_TAG)"
   "whitespace (T_WHITESPACE)"


Stan 216 konflikty: 1 przesunięcie/redukcja
Stan 776 konflikty: 2 przesunięcie/redukcja
(translating from Polish: State 216 conflicts: 1 move/reduction)

Gramatyka

    0 $accept: start "end of file"

    1 start: top_statement_list

...and so one.

Can anyone suggest sth?

regards
Tomek


--
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to