[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Jon Lambert's email seems to have changed, so I'll post this here:

To: Jon Lambert <jlsysin@ix.netcom.com>
Subject: win32 genesis

I'm trying to compile the latest stable version of genesis for win32.  I
am stalled trying to do the final compile, can't seem to get past
grammar.c.

These are the errors I'm getting.  Note I'm using Borland 4.52, will this 
be a problem?


MAKE Version 3.7  Copyright (c) 1987, 1994 Borland International
	Bcc32 +BccW32.cfg -P- -c @MAKE0049.@@@

Borland C++ 4.52 for Win32 Copyright (c) 1993, 1994 Borland International

grammar.c:

Loaded pre-compiled headers.
Error grammar.y 51: Multiple declaration for 'YYSTYPE'
Error /usr/lib/bison.simple 102: Type mismatch in redeclaration of
'yylval'
Warning /usr/lib/bison.simple 253: Conversion may lose significant digits
in function yyparse
Warning /usr/lib/bison.simple 301: Call to function '__yy_bcopy' with no
prototype in function yyparse
Warning /usr/lib/bison.simple 303: Call to function '__yy_bcopy' with no
prototype in function yyparse
Error /usr/lib/bison.simple 424: Illegal structure operation in function
yyparse
Error /usr/lib/bison.simple 652: Illegal structure operation in function
yyparse
*** 4 errors in Compile ***

** error 1 ** deleting grammar.obj



FYI, I found a windows version of gdbm at http://www.roth.net/libs/gdbm/ .
Binary and source.

- B!