Re: Error while compiling
It looks like you are trying to run bison.exe and have not put it into a string.
Post your line of code where you are calling bison.exe, are you using the system command?
Re: Error while compiling
Hi,
I got the following error while build the php4ts_debug.dll
--------------------Configuration: ZendTS - Win32 Debug_TS--------------------
Performing Custom Build Step on ".\zend_language_parser.y"
'bison' is not recognized as an internal or external command,
operable program or batch file.
Error executing c:\windows\system32\cmd.exe.
php4ts_debug.dll - 1 error(s), 0 warning(s)
I don't have bison.exe in my system.
Kindly do the needful.
Regards
Guna
Re: Error while compiling
You probably need to install bison to compile this. Bison is a product
that helps you build programming languages and interpreters.
http://gnuwin32.sourceforge.net/packages/bison.htm