X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: "Juan Manuel Guerrero" Organization: Darmstadt University of Technology To: djgpp-workers AT delorie DOT com Date: Tue, 19 Feb 2002 19:30:53 +0100 Subject: bison and djgpp.env X-mailer: Pegasus Mail for Windows (v2.54DE) Message-ID: <26197D956CA@HRZ1.hrz.tu-darmstadt.de> Reply-To: djgpp-workers AT delorie DOT com I do not know if there are plans to release another update of djdev203, but in that case I would seriously suggest to modify the lines: [bison] BISON_HAIRY=%DJDIR%/lib/bison.hai BISON_SIMPLE=%DJDIR%/lib/bison.sim in this way: [bison] +BISON_HAIRY=%DJDIR%/lib/bison.hai +BISON_SIMPLE=%DJDIR%/lib/bison.sim The testsuite of bison 1.33 depends on the capability of changing the BISON_SIMPLE and BISON_HAIRY variables. The variables must point to the correct parser files. If this modification is not possible, the user will have to edit manualy his djgpp.env or he will have to rename bison.simple into bison.sim and then copying it to %DJDIR%/lib to get the testsuite working. Regards, Guerrero, Juan Manuel