From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: 1.6 branch not compiling? Date: 20 Jan 2004 22:31:34 +0000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074655231 30097 80.91.224.253 (21 Jan 2004 03:20:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2004 03:20:31 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jan 21 04:20:22 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aj8uj-0000qz-01 for ; Wed, 21 Jan 2004 04:20:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aj8sH-00005r-E3 for guile-devel@m.gmane.org; Tue, 20 Jan 2004 22:17:49 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aj6UI-0002IB-L5 for guile-devel@gnu.org; Tue, 20 Jan 2004 19:44:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aj5yZ-0006Rr-3x for guile-devel@gnu.org; Tue, 20 Jan 2004 19:12:38 -0500 Original-Received: from [80.84.72.14] (helo=mail2.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aj4R0-0001s2-Jb for guile-devel@gnu.org; Tue, 20 Jan 2004 17:33:22 -0500 Original-Received: from localhost (s4.uklinux.net [127.0.0.1]) by mail2.uklinux.net (Postfix) with ESMTP id D149C409FBB for ; Tue, 20 Jan 2004 22:33:20 +0000 (UTC) Original-Received: from mail2.uklinux.net ([127.0.0.1]) by localhost (s4.uklinux.net [127.0.0.1:10024]) (amavisd-new) with ESMTP id 09883-04 for ; Tue, 20 Jan 2004 22:32:49 +0000 (GMT) Original-Received: from laruns.ossau.uklinux.net (bts-0803.dialup.zetnet.co.uk [194.247.51.35]) by mail2.uklinux.net (Postfix) with ESMTP id 45DB8409FB8 for ; Tue, 20 Jan 2004 22:31:37 +0000 (UTC) Original-Received: from laruns.ossau.uklinux.net.ossau.uklinux.net (localhost [127.0.0.1]) by laruns.ossau.uklinux.net (Postfix on SuSE Linux 7.2 (i386)) with ESMTP id 041C5DC4D4 for ; Tue, 20 Jan 2004 22:31:34 +0000 (GMT) Original-To: Guile Development Original-Lines: 42 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 X-Virus-Scanned: by amavisd-new X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3263 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3263 Is it just me, or does the 1.6 branch in CVS not compile? I get: raw-ltdl.c:2172: warning: `struct direct' declared inside parameter list raw-ltdl.c:2172: warning: its scope is only this definition or declaration, which is probably not what you want. raw-ltdl.c: In function `lt_argz_insertdir': raw-ltdl.c:3573: argument `dp' doesn't match prototype raw-ltdl.c:2172: prototype declaration raw-ltdl.c:3586: dereferencing pointer to incomplete type raw-ltdl.c:3586: dereferencing pointer to incomplete type raw-ltdl.c:3591: dereferencing pointer to incomplete type raw-ltdl.c:3602: dereferencing pointer to incomplete type raw-ltdl.c:3611: dereferencing pointer to incomplete type raw-ltdl.c:3621: dereferencing pointer to incomplete type raw-ltdl.c:3621: dereferencing pointer to incomplete type raw-ltdl.c:3621: dereferencing pointer to incomplete type raw-ltdl.c:3621: dereferencing pointer to incomplete type raw-ltdl.c:3621: dereferencing pointer to incomplete type raw-ltdl.c: In function `list_files_by_dir': raw-ltdl.c:3639: `DIR' undeclared (first use in this function) raw-ltdl.c:3639: (Each undeclared identifier is reported only once raw-ltdl.c:3639: for each function it appears in.) raw-ltdl.c:3639: `dirp' undeclared (first use in this function) raw-ltdl.c:3640: parse error before `int' raw-ltdl.c:3647: warning: implicit declaration of function `opendir' raw-ltdl.c:3652: warning: implicit declaration of function `readdir' raw-ltdl.c:3652: warning: assignment makes pointer from integer without a cast raw-ltdl.c:3653: dereferencing pointer to incomplete type raw-ltdl.c:3654: warning: passing arg 4 of `lt_argz_insertdir' from incompatible pointer type raw-ltdl.c:3656: `errors' undeclared (first use in this function) raw-ltdl.c:3660: warning: implicit declaration of function `closedir' raw-ltdl.c:3666: warning: control reaches end of non-void function make[3]: *** [guile-ltdl.lo] Error 1 make[3]: Leaving directory `/home/neil/Guile/bra/guile-core/libguile-ltdl' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/neil/Guile/bra/guile-core/libguile-ltdl' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/neil/Guile/bra/guile-core' make: *** [all] Error 2 Regards, Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel