oveg | 31 May 2004 23:40
Picon
Favicon

install from source on suse 9.0 prof

Hi list!

As you see, I have problem on SuSE Linux 9.0. I tried to compile
workrave 1.6.1 from source what I download before.
My problem with path of the pkg-config script.
You can see the outputs from some commands in the attachments.

First I tried to compile. You can see the configure output in the
configure.out.txt file.
The error output is in the configure.err.txt file.

I tried to figure out: what is the problem. The "echo PKG_CONFIG_PATH"
output is in the configure path file.

The last thing what I tried "locate pkgconfig" and "locate pkg-config".
The locate pkg-config is dont have output. Only locate pkgconfig. You
can see this in the configure.locate.txt file.

Can anybody help me?

Bye

___________________________________________________________
100 MByte-os postafiók? Csak az első 1,000 regisztráltnak.
Aki kimarad, lemarad. http://postino.hu

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
(Continue reading)

Rob Caelers | 1 Jun 2004 00:00
Gravatar

Re: install from source on suse 9.0 prof

"oveg" <oveg <at> mailbox.hu> writes:

> checking for pkg-config... no
> *** The pkg-config script could not be found. Make sure it is
> *** in your path, or set the PKG_CONFIG environment variable
> *** to the full path to pkg-config.
> *** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config.

Did you install pkgconfig? It should be available in Suse 9.1 prof:

http://www.suse.de/en/private/products/suse_linux/prof/packages_professional/pkgconfig.html
ftp://ftp.suse.com/pub/suse/i386/9.0/suse/i586/pkgconfig-0.15.0-108.i586.rpm

> configure: error: Library requirements (glib-2.0) not met; consider
> adjusting the PKG_CONFIG_PATH environment variable if your libraries
> are in a nonstandard prefix so pkg-config can find them.

Please install pkg-config and run

pkg-config --cflags glib-2.0

It should output something like (with /opt/gnome in your case):

-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include

> Output from 
>  "echo $PKG_CONFIG_PATH" command:
> 
> /opt/gnome/lib/pkgconfig

(Continue reading)


Gmane