MUI 3.8 und MiamiDX
  • Butterfly
    Butterfly
    SixPack
    Posts: 84 from 2003/10/31
    Hi,

    ich versuche grade MiamiDX zu installieren,bekome aber die Fehlermeldung,dass ich zuerst MUI 3.8 installieren soll.

    Wo bekomme ich dass her?

    MfG

    EDIT

    Wenn ich richtig gekuckt habe,ist bei mir MUI 3.9 installiert.
  • »24.03.04 - 16:01
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Robin
    Posts: 741 from 2003/2/24
    Einfach folgenden Teil aus dem Installskript loeschen:

    (if (not (= 0 (BITAND #gui-options 3))) (
    (if (not (exists "MUI:Libs/muimaster.library" (noreq)))
    (abort "You need to install MUI 3.8 before you can install GUI "
    "modules for MiamiDx.")
    )
    (if (< (/ (getversion "MUI:Libs/muimaster.library") 65536) 18)
    (abort "Your installed MUI version is too old for MiamiDx. "
    "Please upgrade to MUI 3.8 or higher before installing MiamiDx."
    )
    )
    ))
  • »24.03.04 - 17:19
    Profile Visit Website
  • Butterfly
    Butterfly
    SixPack
    Posts: 84 from 2003/10/31
  • »24.03.04 - 18:27
    Profile
  • Butterfly
    Butterfly
    SixPack
    Posts: 84 from 2003/10/31
  • »24.03.04 - 18:44
    Profile