From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: cvs libguile-ltdl and scmconfig.h Date: Thu, 13 Mar 2003 09:16:11 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <873clsdvlw.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047511107 4582 80.91.224.249 (12 Mar 2003 23:18:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2003 23:18:27 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Mar 13 00:18:25 2003 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 18tFUP-0001Bm-00 for ; Thu, 13 Mar 2003 00:18:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18tFUo-0000NT-0D for guile-devel@m.gmane.org; Wed, 12 Mar 2003 18:18:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18tFTg-0007DB-00 for guile-devel@gnu.org; Wed, 12 Mar 2003 18:17:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18tFSx-0005gR-00 for guile-devel@gnu.org; Wed, 12 Mar 2003 18:16:56 -0500 Original-Received: from sunny.pacific.net.au ([203.2.228.40]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18tFSU-0005BI-00 for guile-devel@gnu.org; Wed, 12 Mar 2003 18:16:26 -0500 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h2CNGNOG010930 for ; Thu, 13 Mar 2003 10:16:23 +1100 (EST) Original-Received: from localhost (ppp75.dyn228.pacific.net.au [203.143.228.75]) by wisma.pacific.net.au (8.12.8/8.12.8) with ESMTP id h2CNGLqn019554 for ; Thu, 13 Mar 2003 10:16:22 +1100 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 18tFSF-0000Ld-00; Thu, 13 Mar 2003 09:16:11 +1000 Original-To: guile-devel@gnu.org User-Agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.2 (i386-pc-linux-gnu) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2075 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2075 Now that libguile/scmconfig.h is a generated file, I think libguile-ltdl needs to express that it should be built before attempting to compile libguile-ltdl.la. Without that, raw-ltdl.c can hit /usr/include/libguile/scmconfig.h, which is likely to be wrong (in my case the debian packaged guile 1.4). I got some joy from adding the following to libguile-ltdl/Makefile.am BUILT_SOURCES = ../libguile/scmconfig.h ../libguile/scmconfig.h: cd ../libguile; $(MAKE) $(AM_MAKEFLAGS) scmconfig.h Or alternately maybe raw-ltdl.c only really needs config.h now. I'm not smart enough to tell. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel