Ich wollte grad mal epiphany neu bauen, aber das configure script bricht ab
configure.ac:66: the top level
configure: WARNING: you should use --build, --host, --target
./configure: line 2591: GNOME_COMMON_INIT: command not found
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to disable maintainer-specific portions of Makefiles... yes
checking build system type... Invalid configuration `make': machine `make' not recognized
configure: error: /bin/sh ./config.sub make failed
nachdem ich google befragt habe, habe ich es mit den beiden configure Optionen
--build=i686-pc-linux-gnu
--host=i686-pc-linux-gnu
probiert. Ich weiss allerdings nicht ob das so richtig ist.
Jedenfalls bricht es jetzt mit dieser Meldung ab.
checking for XML::Parser... ok
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
./configure: line 13128: GNOME_DEBUG_CHECK: command not found
./configure: line 13129: syntax error near unexpected token `maximum'
./configure: line 13129: `GNOME_COMPILE_WARNINGS(maximum)'
Breche ab ...