Re: XForms: Imakefile problem with RC4

From: spl@ncmir.ucsd.edu
Date: Wed Aug 21 2002 - 14:18:52 EDT

  • Next message: Angus Leeming: "Re: XForms: Imakefile problem with RC4"

    # To subscribers of the xforms list from spl@ncmir.ucsd.edu :

    > I'm having problems compiling RC 4 that I've nailed down as an Imakefile
    > problem.
    >
    > On this platform (DEC Alpha running Tru64 Unix 4.0e) I have set the top
    > level Imakefile defines so:
    >
    > #define HaveSnprintf NO

    Why this? Does the Alpha not have snprintf()?

    > #define HaveFloatH YES

    Change

    IMAKE_DEFINES = \
                      -DOptimizationLevel=OptimizationLevel \
                      -DHaveStrerror=HaveStrerror \
                      -DHaveSnprintf=HaveSnprintf \
                      -DStaticLink=StaticLink \
                      -DBuildGL=BuildGL \
                      -DBuildShared=BuildShared \
                      -DSolaris64Bit=Solaris64Bit \
                      -DWall=Wall \
                      -DXFormsNonstandardInstallDir=XFormsNonstandardInstallDir \
                      -DInstallNonstandard=InstallNonstandard \
                      -DXFormsLibRev=XFormsLibRev

    in the top level Imakefile to

    IMAKE_DEFINES = \
                      -DOptimizationLevel=OptimizationLevel \
                      -DHaveStrerror=HaveStrerror \
                      -DHaveSnprintf=HaveSnprintf \
                      -DHaveFloatH=HaveFloatH \
                      -DStaticLink=StaticLink \
                      -DBuildGL=BuildGL \
                      -DBuildShared=BuildShared \
                      -DSolaris64Bit=Solaris64Bit \
                      -DWall=Wall \
                      -DXFormsNonstandardInstallDir=XFormsNonstandardInstallDir \
                      -DInstallNonstandard=InstallNonstandard \
                      -DXFormsLibRev=XFormsLibRev

                                                            spl
    _________________________________________________
    To unsubscribe, send the message "unsubscribe" to
    xforms-request@bob.usuhs.mil or see
    http://bob.usuhs.mil/mailserv/xforms.html
    XForms Home Page: http://world.std.com/~xforms
    List Archive: http://bob.usuhs.mil/mailserv/list-archives/



    This archive was generated by hypermail 2b29 : Wed Aug 21 2002 - 14:20:24 EDT