From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: complex support on solaris? Date: Sat, 26 Jan 2008 13:22:40 +0000 Message-ID: <87myqsafhb.fsf@ossau.uklinux.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201353781 20291 80.91.229.12 (26 Jan 2008 13:23:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jan 2008 13:23:01 +0000 (UTC) Cc: guile-devel@gnu.org To: Greg Troxel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jan 26 14:23:20 2008 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JIl05-0006at-LC for guile-devel@m.gmane.org; Sat, 26 Jan 2008 14:23:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIkze-00083i-Vb for guile-devel@m.gmane.org; Sat, 26 Jan 2008 08:22:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIkzc-00083c-MX for guile-devel@gnu.org; Sat, 26 Jan 2008 08:22:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIkza-000835-Ib for guile-devel@gnu.org; Sat, 26 Jan 2008 08:22:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIkza-000832-CG for guile-devel@gnu.org; Sat, 26 Jan 2008 08:22:42 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIkza-0001A7-8Y for guile-devel@gnu.org; Sat, 26 Jan 2008 08:22:42 -0500 Original-Received: from arudy (host86-145-183-175.range86-145.btcentralplus.com [86.145.183.175]) by mail3.uklinux.net (Postfix) with ESMTP id 960CA1F6868; Sat, 26 Jan 2008 13:22:41 +0000 (GMT) Original-Received: from laruns (unknown [192.168.0.10]) by arudy (Postfix) with ESMTP id 045A63800A; Sat, 26 Jan 2008 13:22:40 +0000 (GMT) In-Reply-To: (Greg Troxel's message of "Mon, 14 Jan 2008 07:21:35 -0500") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6977 Archived-At: Greg Troxel writes: > As pkgsrc maintainer of the guile package, I got a bug report about not > building on Solaris. The submitter doesn't have enough time for guile > any more, but the problem seems to be that Solaris's > /usr/include/complex.h expects the "compilation environment" to provide > _Complex_I. > > Adding this line to numbers.c allowed it to build: > > #define _Complex_I 1.0fi > > The full PR is at: > > http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=37556 One initial question: what's the connection (or interaction) between Solaris and NetBSD? Neil