[prev in list] [next in list] [prev in thread] [next in thread] 

List:       abiword-dev
Subject:    Problem compiling 1.0.5 and fix
From:       Jonathan Drews <j.e.drews () worldnet ! att ! net>
Date:       2003-03-20 7:55:10
[Download RAW message or body]

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




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic