From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nils Durner Newsgroups: gmane.lisp.guile.bugs Subject: Re: MinGW port Date: Mon, 25 Sep 2006 19:54:53 +0200 Message-ID: <451817ED.4030902@web.de> References: <44EB33E7.2010507@web.de> <87lkoz8ea5.fsf@ossau.uklinux.net> <4503047A.7080403@web.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1159206988 24200 80.91.229.2 (25 Sep 2006 17:56:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Sep 2006 17:56:28 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Sep 25 19:56:24 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 1GRugh-0001yX-S0 for guile-bugs@m.gmane.org; Mon, 25 Sep 2006 19:56:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRugh-000180-GQ for guile-bugs@m.gmane.org; Mon, 25 Sep 2006 13:56:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GRugd-00016R-DB for bug-guile@gnu.org; Mon, 25 Sep 2006 13:56:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GRugb-00014B-NU for bug-guile@gnu.org; Mon, 25 Sep 2006 13:56:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRugb-000143-EC for bug-guile@gnu.org; Mon, 25 Sep 2006 13:56:09 -0400 Original-Received: from [84.57.159.254] (helo=enterprise) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GRul1-00084z-N8 for bug-guile@gnu.org; Mon, 25 Sep 2006 14:00:45 -0400 Original-Received: from [192.168.0.3] (dell [192.168.0.3]) by enterprise (Postfix) with ESMTP id 0ADAE1C4; Mon, 25 Sep 2006 19:55:56 +0200 (CEST) User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: Ken Raeburn In-Reply-To: X-Enigmail-Version: 0.94.0.0 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:3349 Archived-At: > Is the execv declaration (in some header file) part of mingw, or Windows? It's part of the Windows SDK. > That's for a function "_execv". Is "execv" also defined by > MS-provided headers? Yes, "for portability". However, the declaration is the same. > If execv is defined as a macro expanding to _execv, perhaps it should > be casting its argument's type. No, it's a function. Nils _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile