From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Carmack Newsgroups: gmane.lisp.guile.bugs Subject: Guile 1.4.1 w/ guile-oops 1.0.2 Date: Fri, 6 Sep 2002 08:21:18 +0000 Sender: bug-guile-admin@gnu.org Message-ID: <20020906082118.GB441@ariel.karmak.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1031300425 9037 127.0.0.1 (6 Sep 2002 08:20:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 6 Sep 2002 08:20:25 +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 17nELo-0002Ld-00 for ; Fri, 06 Sep 2002 10:20:24 +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 17nENS-0000We-00; Fri, 06 Sep 2002 04:22:06 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17nEMp-0000Uj-00 for bug-guile@gnu.org; Fri, 06 Sep 2002 04:21:27 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17nEMi-0000Ts-00 for bug-guile@gnu.org; Fri, 06 Sep 2002 04:21:26 -0400 Original-Received: from pcp490536pcs.nash01.tn.comcast.net ([68.53.1.252] helo=ariel.karmak.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17nEMh-0000Tn-00 for bug-guile@gnu.org; Fri, 06 Sep 2002 04:21:19 -0400 Original-Received: from localhost (localhost [127.0.0.1]) (uid 1) by ariel.karmak.org with local; Fri, 06 Sep 2002 08:21:18 +0000 Original-To: bug-guile@gnu.org Content-Disposition: inline User-Agent: Mutt/1.3.24i 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:439 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:439 Guile-oops/1.0.2 doesn't seem to build against guile/1.4.1, apparently because the order of the CPP arguments has changed for bin/guile-snarf. (Guile-oops/1.0.2 did build successfully against guile/1.4 for me.) In 1.4.1, 'guile-snarf --help' reports: Usage: guile-snarf [-d | -D] [-o OUTFILE] INFILE [CPP-OPTIONS ...] So, apparently the CPP options must follow the file in guile/1.4.1. But when building guile-oops/1.0.2, the first thing that gets called is: guile-snarf -DHAVE_SCM_SIMPLE_FORMAT=1 -DHAVE_SCM_SHARED_ARRAY_ROOT=1 -DSCM_MUTEX_INIT_TWO_ARGS=1 -I. -I. -g -O2 -I/pkg/guile/1.4.1/.i686-pc-linux-gnu/include -Wall -Wpointer-arith -Wmissing-prototypes goops.c > goops.x \ || { rm goops.x; false; } make[1]: *** [goops.x] Error 1 So, having the file (goops.c) follow all the cpp options immediately breaks guile-oops/1.0.2 build. Guile/1.4 must not have cared where the cpp options were specified, because guile-oops/1.0.2 builds fine when compiling against guile/1.4. Is guile-oops/1.0.2 not intended to be used with guile/1.4.1? m. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile