From owner-freebsd-questions@FreeBSD.ORG Tue May 20 09:19:06 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8764937B404 for ; Tue, 20 May 2003 09:19:06 -0700 (PDT) Received: from mail.noos.fr (m58.net195-132-195.noos.fr [195.132.195.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA93743FB1 for ; Tue, 20 May 2003 09:19:04 -0700 (PDT) (envelope-from ptiJo@noos.fr) Received: from fugu.tumfatig.net (ptijo@localhost.tumfatig.net [127.0.0.1]) by fugu.tumfatig.net (8.12.9/8.12.9) with ESMTP id h4JLkoVT003528 for ; Mon, 19 May 2003 23:46:50 +0200 (CEST) Received: (from ptijo@localhost) by fugu.tumfatig.net (8.12.9/8.12.9/Submit) id h4JLkn4g007825 for freebsd-questions@FreeBSD.ORG; Mon, 19 May 2003 23:46:49 +0200 (CEST) Date: Mon, 19 May 2003 23:46:49 +0200 From: ptiJo To: freebsd-questions@FreeBSD.ORG Message-ID: <20030519214649.GB29475@fugu.tumfatig.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline X-Mailer: Mutt (OpenBSD/sparc64, SunFire V100) X-URL: http://mapage.noos.fr/ptiJo/ X-message-flag: Anti-Outlook Page User-Agent: Mutt/1.5.4i Subject: any success to compile WindowMaker-CVS ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 16:19:06 -0000 Hi, I'm trying to build WindowMaker from CVS (WindowMaker-CVS-20030518) and get the following error: ./autogen.sh Generating configuration files for WindowMaker, please wait.... libtoolize --copy --force --automake libtoolize: `configure.in' does not exist Try `libtoolize --help' for more information. aclocal -I . autoheader configure.ac:36: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst configure.ac:867: warning: do not use m4_regexp: use regexp or m4_bregexp autoheader: `src/config.h.in' is created automake --add-missing --gnu --include-deps libtoolize: `configure.in' does not exist Try `libtoolize --help' for more information. configure.ac: 20: installing `./ltmain.sh'; cannot run `libtoolize': No such file or directory libtoolize: `configure.in' does not exist Try `libtoolize --help' for more information. configure.ac: 20: installing `./config.guess'; cannot run `libtoolize': No such file or directory libtoolize: `configure.in' does not exist Try `libtoolize --help' for more information. configure.ac: 20: installing `./config.sub'; cannot run `libtoolize': No such file or directory autoconf I am going to run ./configure with no arguments - if you wish to pass any to it, please specify them on the ./autogen.sh command line. If you do not wish to run ./configure, press Ctrl-C now. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets ${MAKE}... yes configure: error: cannot run /usr/local/bin/bash ./config.sub Anyone has any success on compiling it on FreeBSD (mine is 4.8-STABLE) ? Or maybe a tip for 'libtoolize' ? Thanks for answers, Jo