Re: Building 1.9.x to test ODF bug



Emmanuel Pacaud wrote:
Le samedi 02 mai 2009 à 12:42 +0100, Leon Stringer a écrit :

I was trying to build Gnumeric 1.9.6 (on Fedora 11). I installed goffice 0.7.5 from source beforehand but configure fails for Gnumeric with:

         libgoffice-0.8 >= 0.7.5

     No package 'libgoffice-0.8' found

libgoffice version 0.7.5 provides ligbgoffice-0.8.

But you have probably installed libgoffice in a non standard location,
and gnumeric can't find it.

If it's the case, you must set the PKG_CONFIG_PATH environment variable
to the right value.


Thanks for your reply. I didn't specify any non-default paths when I
installed libgoffice, so I have:

 $ ls -l /usr/local/lib/libgoffice*
 -rwxr-xr-x. 1 root root    1183 2009-05-02 11:46
/usr/local/lib/libgoffice-0.8.la
 lrwxrwxrwx. 1 root root      23 2009-05-02 11:46
/usr/local/lib/libgoffice-0.8.so -> libgoffice-0.8.so.7.0.5
 lrwxrwxrwx. 1 root root      23 2009-05-02 11:46
/usr/local/lib/libgoffice-0.8.so.7 -> libgoffice-0.8.so.7.0.5
 -rwxr-xr-x. 1 root root 3832740 2009-05-02 11:46
/usr/local/lib/libgoffice-0.8.so.7.0.5

So I've tried:

 $ export PKG_CONFIG_PATH=/usr/local/lib
 $ ./configure

But I still get:

 checking for LIBSPREADSHEET... configure: error: Package requirements (
    libgoffice-0.8  >= 0.7.5
    libgsf-1        >= 1.14.11
    libxml-2.0      >= 2.4.12

    libglade-2.0        >= 2.3.6
    gtk+-2.0        >= 2.12.0
 ) were not met:

 No package 'libgoffice-0.8' found

I'd be grateful to know what I'm doing wrong.

Leon...




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]