Problem compiling 1.0.5 and fix

From: Jonathan Drews (j.e.drews@worldnet.att.net)
Date: Thu Mar 20 2003 - 02:55:10 EST

  • Next message: Hubert Figuiere: "Re: rtf import of shppict?"

    Hi:

     I had trouble compiling Abiword 1.0.5 at first. I found that it was
    looking in the wrong place for libexpat.a. It was looking in
    ~/abiword/expat/lib/.libs/libexpat.a ahen it really was in
    ~/abiword/expat/.libs/libexpat.a

    This is the correction I used to get it to compile:

    --- aclocal.m4.org 2003-03-20 01:34:31.000000000 -0600
    +++ aclocal.m4 2003-03-20 01:35:10.000000000 -0600
    @@ -1565,7 +1565,7 @@
                    AC_MSG_ERROR(peer expat not found)
            fi
            XML_CFLAGS="-I$EXPAT_PEERDIR/lib"
    - XML_LIBS="$EXPAT_PEERDIR/lib/.libs/libexpat.a"
    + XML_LIBS="$EXPAT_PEERDIR/.libs/libexpat.a"
            abi_xml_parser_message="peer expat"
             PEERDIRS="${PEERDIRS} ${EXPAT_PEERDIR}"
            PEERS="${PEERS} expat"

                                                                            Regards
                                                                            Jonathan



    This archive was generated by hypermail 2.1.4 : Thu Mar 20 2003 - 02:58:48 EST