Re: Re: Tool for generating HTML from Eiffel code?
"Peter Gummer" <p-gummer-bzGI/[email protected]>
| Newsgroups | gmane.comp.lang.eiffel.gobo.general |
|---|---|
| Message-ID | <08b701c7aff1$cffdbbc0$0201a8c0@PETERNOTEBOOK> |
Marco wrote: > With ISE 5.7, Gobo 3.4 doesn't even bootstrap. That's because Gobo 3.4 is not designed to work with ISE 5.7. In fact, ISE 5.7 didn't exist yet when Gobo 3.4 was released. The only major incompatibility between 5.7 and 3.4, however, is in UC_STRING. ISE 5.7 is packaged with a slightly modified version of Gobo 3.4. It's in $ISE_EIFFEL/library/gobo. Use that one rather than an official Gobo download. It has an update to UC_STRING to ensure that it works with 5.7. This is probably a better idea than my earlier suggestion of modifying the edoc source code. I guess edoc will have to be updated to work with Gobo 3.6 and the forthcoming EiffelStudio 6.0, due to the renaming of ET_CLASS.cluster to ET_CLASS.group, which you mentioned. - Peter Gummer