Re: [Anjuta-list] Error during Autogen: "cannot find input file: Makefile.in"



On Fri, 2004-03-26 at 20:17 -0600, Curtis Magyar wrote:

> On Wed, 2004-03-24 at 14:57 +0100, Sven Seeland wrote:
> 
> Just in case you feel like trying the hourly tarball like Naba suggested
> here's an ebuild that worked for me.  You may have to change the
> filename listed in $SRC_URI because only the latest 3 are available
> according to the web page.
> 
> I'm assuming he meant the "ANJUTA_1_2_0 branch hourly tarballs", because
> none of the three "HEAD branch hourly tarballs (unstable)" wanted to
> compile for me.
> 
> --
> Curtis

Ooops.  Here is the attachment actually attached.

# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.1.ebuild,v 1.3 2004/02/29 03:39:14 jhuebel Exp $

inherit eutils gnome2

S="${WORKDIR}/anjuta"
DESCRIPTION="A versatile IDE for GNOME"
SRC_URI="http://anjuta.sourceforge.net/cvs/anjuta-cvs-ANJUTA_1_2_0-hourly-2004-03-26-07.tar.gz";
HOMEPAGE="http://anjuta.sourceforge.net/";

IUSE=""
SLOT="0"
LICENSE="GPL-2"
# Future versions will work with 64-bit archs, but 1.2.0 doesn't
KEYWORDS="~x86 ~ppc sparc ~amd64"

RDEPEND=">=dev-libs/glib-2.0.6
	>=x11-libs/gtk+-2.0.8
	>=gnome-base/ORBit2-2.4
	>=gnome-base/libglade-2
	>=gnome-base/libgnome-2.0.2
	>=gnome-base/libgnomeui-2.0.2
	>=gnome-base/libgnomeprint-2.0.1
	>=gnome-base/libgnomeprintui-2.0.1
	>=gnome-base/gnome-vfs-2.0.2
	>=gnome-base/libbonobo-2
	>=gnome-base/libbonoboui-2.0.1
	>=x11-libs/vte-0.9
	>=dev-libs/libxml2-2.4.23
	>=x11-libs/pango-1.1.1
	dev-libs/libpcre
	app-text/scrollkeeper"

DEPEND="${RDEPEND}
	dev-util/devhelp
	dev-util/pkgconfig"

DOCS="AUTHORS COPYING ChangeLog FUTURE NEWS README THANKS TODO"

MAKEOPTS="${MAKEOPTS} -j1"

src_unpack() {
	unpack ${A}

	cd ${S}
	./autogen.sh --enable-maintainer-mode --enable-compile-warnings=no --enable-gtk-doc --enable-debug=no || die
}


pkg_postinst() {

	gnome2_pkg_postinst

	einfo "Some project templates may require additional development"
	einfo "libraries to function correctly. It goes beyond the scope"
	einfo "of this ebuild to provide them."

}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]