You are not logged in.
Pages: 1
Hii , when I am trying to use the PKG that is in the AUR, I get this message
checking for FORTIFY_SOURCE support... no
checking for pkg-config... no
checking for GLIB - version >= 2.0.0... no
*** A new enough version of pkg-config was not found.
*** See http://www.freedesktop.org/software/pkgconfig/
configure: error:
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
*** development headers installed. The latest version of GLib is
*** always available at http://www.gtk.org/.
make: *** No targets specified and no makefile found. Stop.
==> ERROR: Build Failed. Aborting...
What can I do to fix it up please?
Offline
Grab the gaim package from shadowhands repo or do what the error message says.
Offline
To fix the error, install pkgconfig
Offline
To fix the error, install pkgconfig
What is pkgconfig?
:?:
Offline
http://pkgconfig.freedesktop.org/wiki/ :
pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.c `pkg-config --libs --cflags glib-2.0` for instance, rather than hard-coding values on where to find glib (or other libraries). It is language-agnostic, so it can be used for defining the location of documentation tools, for instance.
Offline
In this case, shouldn't pkgconfig be in the makedepends() ?
Offline
In this case, shouldn't pkgconfig be in the makedepends() ?
Yes.
Offline
I tried building Gaim from the AUR PKGBUILD and it works fine, but when looking over the filelist file, what's with the Gaim.3, Gaim.pm and the auto directory being in the / directory?
Offline
Pages: 1