From owner-freebsd-gnome Tue Jun 18 22:36: 1 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id 3A9DF37B401 for ; Tue, 18 Jun 2002 22:35:53 -0700 (PDT) Received: from user204.net093.fl.sprint-hsd.net ([209.26.206.204] helo=k6-2.weeble.com) by albatross.prod.itd.earthlink.net with smtp (Exim 3.33 #2) id 17KY8B-0005rJ-00; Tue, 18 Jun 2002 22:35:47 -0700 Date: Wed, 19 Jun 2002 01:36:00 -0400 From: Randy Pratt To: Joe Marcus Clarke Cc: freebsd-gnome@FreeBSD.ORG Subject: Re: glade - aclocal... missing and more Message-Id: <20020619013600.31b1893b.rpratt1950@earthlink.net> In-Reply-To: <1024460140.32634.14.camel@shumai.marcuscom.com> References: <20020618230804.6d3c4b39.rpratt1950@earthlink.net> <1024460140.32634.14.camel@shumai.marcuscom.com> 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 On 19 Jun 2002 00:15:40 -0400 Joe Marcus Clarke wrote: > On Tue, 2002-06-18 at 23:08, Randy Pratt wrote: > > 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? > > When those ports were repo-copied, new, more recent, ports were added. > > Try installing /usr/ports/devel/automake and > /usr/ports/devel/autoconf, and see if things improve. Remember to > build your glade projects with gmake! Thanks, that helped a great deal. The autogen.sh now finds the above missing items. However, its still is failing to complete the initial configurations. Here are some excerpts: processing . Creating ./aclocal.m4 ... Running gettextize... Ignore non-fatal messages. Copying file ABOUT-NLS Copying file config.rpath Not copying intl/ directory. <----- Copying file po/Makefile.in.in Copying file po/Makevars.template ... ... automake: Makefile.am: installing `./COPYING' Makefile.am:3: required directory ./intl does not exist <----- automake: configure.in: installing `./depcomp' ... ... config.status: creating intl/Makefile config.status: error: cannot find input file: intl/Makefile.in <----- Do I need to force an upgrade for all the glade components and dependencies to correct for the previously missing automake and autoconf? Thanks again, Randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message