[arch-ports] install enlightenment 17 on ppc
hi, I try to install E17 (and a lot of dipendencies) from AUR I have an error in build edje, this is error: ... checking for fnmatch.h... yes checking for fnmatch... yes checking whether to build edje_cc... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for EDJE... configure: error: Package requirements ( evas >= 0.9.9 ecore-evas >= 0.9.9 ecore-job >= 0.9.9 eet >= 0.9.10 embryo >= 0.9.1 ) were not met: No package 'ecore-evas' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables EDJE_CFLAGS and EDJE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. make: *** No targets specified and no makefile found. Stop. ==> ERROR: Build Failed. Aborting... but I have already installed: -evas 0.9.9.039-1 -ecore 0.9.9.039-1 -eet 0.9.10.039-1 -embryo 0.9.1.039-1 thankyou for suggests sacarde
Try to find the path where evas/ecore install their .pc files into and add it to PKG_CONFIG_PATH. - Armin Am Dienstag, den 04.09.2007, 20:18 +0200 schrieb sacarde:
hi, I try to install E17 (and a lot of dipendencies) from AUR
I have an error in build edje, this is error:
... checking for fnmatch.h... yes checking for fnmatch... yes checking whether to build edje_cc... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for EDJE... configure: error: Package requirements ( evas >= 0.9.9 ecore-evas >= 0.9.9 ecore-job >= 0.9.9 eet >= 0.9.10 embryo >= 0.9.1 ) were not met:
No package 'ecore-evas' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables EDJE_CFLAGS and EDJE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
make: *** No targets specified and no makefile found. Stop. ==> ERROR: Build Failed. Aborting...
but I have already installed:
-evas 0.9.9.039-1 -ecore 0.9.9.039-1 -eet 0.9.10.039-1 -embryo 0.9.1.039-1
thankyou for suggests
sacarde
_______________________________________________ arch-ports mailing list arch-ports@archlinux.org http://archlinux.org/mailman/listinfo/arch-ports
It may be even easier than this. Try: source /etc/profile in your shell in case the packages install a profile script to append their paths onto the standard ones. Cheers, Matthew Cox On Tue, Sep 04, 2007 at 08:29:06PM +0200, Armin Luntzer wrote:
Try to find the path where evas/ecore install their .pc files into and add it to PKG_CONFIG_PATH.
.pc files are in /opt/e17/lib/pkgconfig PKG_CONFIG_PATH already have /opt/e17/lib/pkgconfig error is the same with "source /etc/profile" too
Try installing xorg-headers, those missing causes similar errors in some (rare) cases. - Armin Am Dienstag, den 04.09.2007, 21:25 +0200 schrieb sacarde:
.pc files are in /opt/e17/lib/pkgconfig
PKG_CONFIG_PATH already have /opt/e17/lib/pkgconfig
error is the same
with "source /etc/profile" too
_______________________________________________ arch-ports mailing list arch-ports@archlinux.org http://archlinux.org/mailman/listinfo/arch-ports
Alle 21:49, martedì 4 settembre 2007, hai scritto:
Try installing xorg-headers, those missing causes similar errors in some (rare) cases.
I already have xorg-headers 7.2-1
participants (3)
-
Armin Luntzer
-
Matthew William Cox
-
sacarde