From owner-freebsd-gnome Tue Jun 18 20: 7:54 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by hub.freebsd.org (Postfix) with ESMTP id C112A37B405 for ; Tue, 18 Jun 2002 20:07:52 -0700 (PDT) Received: from user204.net093.fl.sprint-hsd.net ([209.26.206.204] helo=k6-2.weeble.com) by harrier.mail.pas.earthlink.net with smtp (Exim 3.33 #2) id 17KVp2-0001pm-00 for freebsd-gnome@FreeBSD.ORG; Tue, 18 Jun 2002 20:07:52 -0700 Date: Tue, 18 Jun 2002 23:08:04 -0400 From: Randy Pratt To: freebsd-gnome@FreeBSD.ORG Subject: glade - aclocal... missing and more Message-Id: <20020618230804.6d3c4b39.rpratt1950@earthlink.net> X-Mailer: Sylpheed version 0.7.7 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I installed glade (with all required gnome parts) from the ports tree (updated within the past 2 weeks). Glade runs and builds the code, but I can't seem to get the autogen.sh to generate a Makefile so that I can compile the code. These are the errors I see: ./autogen.sh **Error**: You must have `autoconf' installed to compile the package.. Download the appropriate package for your distribution, or get the source tarball at ftp://ftp.gnu.org/pub/gnu/ **Error**: You must have `automake' installed to compile the package.. Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz (or a newer version if it is available) I reviewed my glade build log and noticed things like this in multiple places: checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing It appears the autogen.sh script is looking for things that have been renamed to other things (automake-->automake14, autoconf-->autoconf213, etc.) Did I miss setting a variable somewhere or have I forgotten how to use glade? Any pointers in the right direction appreciated! Thanks, Randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message