From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: Win32/MinGW port Date: Mon, 09 Oct 2006 10:46:21 +1000 Message-ID: <87fydy2u5e.fsf@zip.com.au> References: <4521596B.4030104@web.de> <87bqoulany.fsf@zip.com.au> <45218382.1050503@web.de> <87r6xnu47p.fsf@zip.com.au> <452781A6.9010408@web.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1160355074 15107 80.91.229.2 (9 Oct 2006 00:51:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Oct 2006 00:51:14 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Oct 09 02:51:08 2006 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GWjII-000245-9G for guile-bugs@m.gmane.org; Mon, 09 Oct 2006 02:46:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GWjIH-00031h-Pt for guile-bugs@m.gmane.org; Sun, 08 Oct 2006 20:46:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GWjIF-000315-Aq for bug-guile@gnu.org; Sun, 08 Oct 2006 20:46:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GWjID-0002zE-QW for bug-guile@gnu.org; Sun, 08 Oct 2006 20:46:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GWjID-0002yz-MD for bug-guile@gnu.org; Sun, 08 Oct 2006 20:46:53 -0400 Original-Received: from [61.8.2.213] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GWjPe-0002nW-Np for bug-guile@gnu.org; Sun, 08 Oct 2006 20:54:35 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id A8C665DFD3E; Mon, 9 Oct 2006 10:46:47 +1000 (EST) Original-Received: from localhost (ppp2728.dyn.pacific.net.au [61.8.39.40]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id k990kk4h005204; Mon, 9 Oct 2006 10:46:46 +1000 Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1GWjHh-0001f4-FA; Mon, 09 Oct 2006 10:46:21 +1000 Original-To: Nils Durner In-Reply-To: <452781A6.9010408@web.de> (Nils Durner's message of "Sat, 07 Oct 2006 12:29:58 +0200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) 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:3364 Archived-At: Nils Durner writes: > > As there are no signals on Win32, I *think* it is okay to just "ifndef > MINGW" the code. That might be worth trying. (But not with ifdef mingw, rather a test for missing funcs or features. There's already been mingw-specific conditionals that became bogus because missing bits have since been added to the system.) > #include > #define pipe(f) _pipe(f, 1000, _O_BINARY) Yep, we've got that in another file. It might be worth sticking in _scm.h to get it everywhere. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile