From: Glenn M. <gle...@op...> - 2001-10-14 07:56:45
|
Hi Eric, In addition to my last message, everything bootstraps fine using SmallEiffel. I had to get the latest beta version to build. Plenty of C compilation warnings of the form: "integral size mismatch in argument; conversion supplied" using Visual C++ as the C compiler. I get these with C code generated by ISE also. Glenn. > -----Original Message----- > From: gob...@li... > [mailto:gob...@li...]On Behalf Of > Glenn Maughan > Sent: Sunday, 14 October 2001 11:13 AM > To: gob...@li... > Subject: RE: [gobo-eiffel-develop] Bootstrap from CVS > > > (Sorry I meant to send this reply to the list not just Eric) > > Hi Eric, > > The bootstrap process looks really good. It will make keeping up with GOBO > development much easier. > > However, I received the following errors when trying to bootstrap > using 'cl' > and 'ise'. I'm using ISE Eiffel 5.0.34 and Visual C++ 6.0: > > ------------------------------------------------------------------ > ---------- > --- > > Error code: VCCH(1) > Error: class has deferred feature(s), but is not declared as deferred. > What to do: make feature(s) effective, or include `deferred' before > `class' in Class_header. > > Class: LX_LEX_PARSER > Deferred feature: token_name From: YY_PARSER_TOKENS > > ------------------------------------------------------------------ > ---------- > --- > > ------------------------------------------------------------------ > ---------- > --- > > Error code: VCCH(1) > Error: class has deferred feature(s), but is not declared as deferred. > What to do: make feature(s) effective, or include `deferred' before > `class' in Class_header. > > Class: GEPP_PARSER > Deferred feature: token_name From: YY_PARSER_TOKENS > > ------------------------------------------------------------------ > ---------- > --- > > ------------------------------------------------------------------ > ---------- > --- > > Error code: VCCH(1) > Error: class has deferred feature(s), but is not declared as deferred. > What to do: make feature(s) effective, or include `deferred' before > `class' in Class_header. > > Class: XF_EVENT_PARSER > Deferred feature: token_name From: YY_PARSER_TOKENS > > ------------------------------------------------------------------ > ---------- > --- > > ------------------------------------------------------------------ > ---------- > --- > > Error code: VCCH(1) > Error: class has deferred feature(s), but is not declared as deferred. > What to do: make feature(s) effective, or include `deferred' before > `class' in Class_header. > > Class: PR_YACC_PARSER > Deferred feature: token_name From: YY_PARSER_TOKENS > > ------------------------------------------------------------------ > ---------- > --- > > Thanks. > Glenn. > > > _______________________________________________ > gobo-eiffel-develop mailing list > gob...@li... > https://lists.sourceforge.net/lists/listinfo/gobo-eiffel-develop |