From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Frank Thommen Newsgroups: gmane.lisp.guile.bugs Subject: Compile errors for guile 1.8.2 under IRIX Date: Wed, 03 Oct 2007 12:35:28 +0200 Message-ID: <47037070.900@embl.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191408017 29396 80.91.229.12 (3 Oct 2007 10:40:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2007 10:40:17 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Oct 03 12:40:13 2007 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Id1e2-0003R6-IM for guile-bugs@m.gmane.org; Wed, 03 Oct 2007 12:40:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Id1dq-0001Hp-9D for guile-bugs@m.gmane.org; Wed, 03 Oct 2007 06:39:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Id1dm-0001E9-68 for bug-guile@gnu.org; Wed, 03 Oct 2007 06:39:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Id1dg-00012Z-A5 for bug-guile@gnu.org; Wed, 03 Oct 2007 06:39:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Id1df-00012K-Tq for bug-guile@gnu.org; Wed, 03 Oct 2007 06:39:35 -0400 Original-Received: from smtp1.nine.ch ([217.150.241.29]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Id1de-0008BB-UZ for bug-guile@gnu.org; Wed, 03 Oct 2007 06:39:35 -0400 Original-Received: from cougar.nine.ch (cougar.nine.ch [217.150.245.14]) by smtp1.nine.ch (Postfix) with ESMTP id AB73D888A09 for ; Wed, 3 Oct 2007 12:36:56 +0200 (CEST) Original-Received: (qmail 24788 invoked from network); 3 Oct 2007 10:35:35 -0000 Original-Received: from hsi-kbw-085-216-118-166.hsi.kabelbw.de (HELO ?85.216.118.166?) (frank@drosera.ch@85.216.118.166) by cougar.nine.ch with RC4-MD5 encrypted SMTP; 3 Oct 2007 10:35:35 -0000 User-Agent: Thunderbird 1.5 (Macintosh/20051201) X-Detected-Kernel: Linux 2.6 (newer, 3) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3608 Archived-At: Hi, I'm currently trying to compile guile 1.8.2 under IRIX (6.5.30m), but I'm getting the following error: guile-1.8.2 > gmake gmake all-recursive gmake[1]: Entering directory `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2' Making all in oop gmake[2]: Entering directory `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop' Making all in goops gmake[3]: Entering directory `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop/goops' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop/goops' gmake[3]: Entering directory `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop' gmake[2]: Leaving directory `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop' Making all in libguile gmake[2]: Entering directory `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/libguile' gmake all-am gmake[3]: Entering directory `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/libguile' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I/usr/struct/pack/gmp-4.2.2/include -g -O2 -Wall -Wmissing-prototypes -Werror -MT libguile_la-async.lo -MD -MP -MF .deps/libguile_la-async.Tpo -c -o libguile_la-async.lo `test -f 'async.c' || echo './'`async.c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I/usr/struct/pack/gmp-4.2.2/include -g -O2 -Wall -Wmissing-prototypes -Werror -MT libguile_la-async.lo -MD -MP -MF .deps/libguile_la-async.Tpo -c async.c -DPIC -o .libs/libguile_la-async.o async.c:139: warning: missing braces around initializer async.c:139: warning: (near initialization for `async_mutex.__D') gmake[3]: *** [libguile_la-async.lo] Error 1 gmake[3]: Leaving directory `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/libguile' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/libguile' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2' gmake: *** [all] Error 2 guile-1.8.2 > IRIX 6.5.30m, gcc 3.3 (from SGI freeware). Any hints how I can correct this? Thanks in advance frank _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile