Date: Tue, 18 Jun 2002 23:08:04 -0400 From: Randy Pratt <rpratt1950@earthlink.net> To: freebsd-gnome@FreeBSD.ORG Subject: glade - aclocal... missing and more Message-ID: <20020618230804.6d3c4b39.rpratt1950@earthlink.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020618230804.6d3c4b39.rpratt1950>