Re: Tool for generating HTML from Eiffel code?
"m_stolpe" <[email protected]>
| Newsgroups | gmane.comp.lang.eiffel.gobo.general |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], "Peter Gummer" <p-gummer@...> wrote: > [...] > 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. Your explanation that only UC_STRING was incompatible between versions helped me a lot! I'd already tried ISE's gobo version, but got other compilation errors, because the Gobo version shipped with ISE is different from the 13. October 2005 revision of Gobo I got with SVN and which edoc needs. So I copied files uc_string.e and kl_string_routines.e from kernel/spec/ise of ISE's Gobo version to my SVN Gobo version and tried to build the SVN version again. The problem is solved now, I finally got an edoc.exe and already tried it successfully on edoc's own documentation. Thank you very much for your help, Marco