From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Christof Boeckler Newsgroups: gmane.lisp.guile.bugs Subject: guile 1.6.0 - newbie build error - Date: Fri, 11 Oct 2002 19:10:28 +0200 (MEST) Sender: bug-guile-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1034357210 23225 127.0.0.1 (11 Oct 2002 17:26:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 11 Oct 2002 17:26:50 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1803Ym-00062T-00 for ; Fri, 11 Oct 2002 19:26:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1803Z4-00075Q-00; Fri, 11 Oct 2002 13:27:06 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1803QO-0004o4-00 for bug-guile@gnu.org; Fri, 11 Oct 2002 13:18:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1803QC-0004fQ-00 for bug-guile@gnu.org; Fri, 11 Oct 2002 13:17:59 -0400 Original-Received: from mailout.informatik.tu-muenchen.de ([131.159.0.5]) by monty-python.gnu.org with esmtp (Exim 4.10) id 1803J2-0000Re-00 for bug-guile@gnu.org; Fri, 11 Oct 2002 13:10:32 -0400 Original-Received: from mailrelay1.informatik.tu-muenchen.de (mailrelay1.informatik.tu-muenchen.de [131.159.254.5]) by mailout.informatik.tu-muenchen.de (Postfix) with ESMTP id 3C1796421 for ; Fri, 11 Oct 2002 19:10:28 +0200 (MEST) Original-Received: from sunhalle88 (sunhalle88.informatik.tu-muenchen.de [131.159.4.9]) by mailrelay1.informatik.tu-muenchen.de (Postfix) with ESMTP id 12EA07942 for ; Fri, 11 Oct 2002 19:10:28 +0200 (MEST) X-X-Sender: boeckler@sunhalle88 Original-To: bug-guile@gnu.org Errors-To: bug-guile-admin@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.bugs:504 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:504 Hello everyone, I am new to guile, but I read the INSTALL-file and am not so new to installing GNU-autoconfigure/-make software. On Solaris 8 I had the following error while executing 'make' (configure was successful): Making all in libguile make all-am rm -f guile-procedures.txt makeinfo --force -o guile-procedures.txt || test -f guile-procedures.txt makeinfo: missing file argument. The error occured at the target 'guile-procedures.txt' in the 'libguile/Makefile'. This target was followed by one with the same label, but the second one was commented. The source of it all is: guile-procedures.txt: guile-procedures.texi rm -f $@ makeinfo --force -o $@ $< || test -f $@ #guile-procedures.txt: guile-procedures.texi # cp $< $@ Thus '$<' was empty when running make. No matter which variant I use, I get an error, because the file 'guile-procedures.txt' does not exist in the end. Can anyone help, I suppose this is a little bug. Any comments welcome, especially to me directly, because I don't read the list regularly. Thanks a lot! Greetings Christof _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile