[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gchemutils-main] ligoffice, openbabel and chemical mime data
From: |
Jean Bréfort |
Subject: |
Re: [Gchemutils-main] ligoffice, openbabel and chemical mime data |
Date: |
Sat, 27 May 2006 11:27:45 +0200 |
Le samedi 27 mai 2006 à 10:16 +0100, Pascal a écrit :
> Hi,
>
> I hope that I can use this list for my problem...
>
> I have installed all dependencies but 3 still don't find. I use the
> classic, configure, make, make install.
> I used openbabel 2.0.1, goffice 0.3.0 and chemical mime data 0.1.93.
> My OS is fedora core 5.
>
> What can I do ?
>
> Using $(sysconfdir)/gconf/schemas as install directory for schema files
> checking for GCU... configure: error: Package requirements (libglade-2.0
> >= 2.4.0 gtk+-2.0 >= 2.6.0 gtkglext-1.0 >= 1.0.0 libgnomeprintui-2.2 >=
> 2.4.0 gnome-vfs-2.0 >= 2.4.0 libgoffice-0.3 >= 0.3.1 chemical-mime-data
> >= 0.1.0 shared-mime-info >= 0.12 openbabel-2.0 >= 2.0.0) were not met:
>
> No package 'libgoffice-0.3' found
> No package 'chemical-mime-data' found
> No package 'openbabel-2.0' found
>
> Thanks,
> Pascal
If you installed all three, it is a pkg-config problem. Try:
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PATH ./configure
if it still does not find chemical-mime-data, add /usr/local/share/pkgconfig
to the path.
Regards,
Jean