Problems compiling eSNACC v1.7.4

"Angus Comber" <[email protected]> Sat, 23 Dec 2006 12:23:28 -0000
Newsgroups gmane.comp.gnu.snacc
Message-ID <007501c7268d$269dd2b0$3200a8c0@angusnotebook>
Hello

I am running Microsoft Visual C++ v6.  I loaded "./SNACC/snacc_builds.dsw"
and attempted to build.  Everything works fine until I get error below:

--------------------Configuration: compiler - Win32
Debug--------------------
Performing Custom Build Step on ".\core\parse-asn1.y"
'bison' is not recognized as an internal or external command,
operable program or batch file.
Error executing c:\windows\system32\cmd.exe.

So I thought maybe I need to install bison.  I downloaded and installed
Bison for Windows and added bison to path.  I can run bison from the command
line ok but still get the above message.

I even downloaded and installed flex - but made no difference.

I tried to find the line which calls bison but can't seem to find it.

Can anyone help?

Angus