[DGD]Bugged patches?
Felix A. Croes
felix at dworkin.nl
Fri Mar 19 00:28:23 CET 1999
"Jason Cone" <jcone at usabilitysciences.com> wrote:
> Let me correct myself.
>
> These compile-time problems only occur on the Win32 compile using VC++ 5.0.
> The Linux compile works just fine.
Use bison or yacc to generate parser.c and parser.h from the grammar
file, parser.y. Unfortunately, there is no way to put such dependencies
in a MSVC project file, so on Windows this requires some manual tweaking.
If you lack yacc and bison for Windows, just copy parser.[ch] from
Linux.
Regards,
Dworkin
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list