Re: MSys/MinGW build

From: Kenneth J. Davis (jeremyd_at_ctc.net)
Date: Thu Jan 01 2004 - 17:02:19 EST

  • Next message: Jack Dodds: "Re: MSys/MinGW build"

    2_at_aci.on.ca>
    >Date: Thu, 01 Jan 2004 16:45:24 -0500
    >From: Jack Dodds <brmdamon_at_aci.on.ca>
    >
    >I am trying to build Abiword on Win 98 using MSys and MinGW.
    >
    ..
    >However, when I go to /c/AWSource/Abi and run "make", the make
    >terminates with the messages:
    ..
    >twips.c:
    >In file included from wv.h:12,
    > from twips.c:6:
    >libole2/ms-ole.h:32: conflicting types for `ssize_t'
    >C:/SW/MSYS/1.0/mingw/include/sys/types.h:119: previous declaration of
    >`ssize_t'
    >.
    ..

    In wv/libole2/ms-ole.h
    wrap the size_t typedef like this
    #ifndef _SSIZE_T_
            typedef size_t ssize_t;
    #endif

    I didn't notice the problem, as I apparently have been
    using wv (HEAD) instead of wv (STABLE2) to do my
    stable 2 builds.

    Jeremy

    -----------------------------------------------
    To unsubscribe from this list, send a message to
    abiword-user-request_at_abisource.com with the word
    unsubscribe in the message body.



    This archive was generated by hypermail 2.1.4 : Thu Jan 01 2004 - 17:01:24 EST