From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: No Itisnt Newsgroups: gmane.lisp.guile.devel Subject: Re: Portability fixes for win32 cross compiling Date: Tue, 8 Jun 2010 17:12:55 -0500 Message-ID: References: <20100415005116.GB28615@flap> <600433.60324.qm@web37903.mail.mud.yahoo.com> <20100415205822.GA6186@flap> <20100421202248.GA16263@flap> <87k4qof9zi.fsf@gnu.org> <20100528145604.GD24983@flap> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1276035194 19975 80.91.229.12 (8 Jun 2010 22:13:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Jun 2010 22:13:14 +0000 (UTC) Cc: =?ISO-8859-1?Q?Ludovic_Court=E8s?= , guile-devel@gnu.org To: Volker Grabsch Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jun 09 00:13:12 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OM72j-0006ka-Sc for guile-devel@m.gmane.org; Wed, 09 Jun 2010 00:13:10 +0200 Original-Received: from localhost ([127.0.0.1]:37365 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OM72i-0007y3-L6 for guile-devel@m.gmane.org; Tue, 08 Jun 2010 18:13:08 -0400 Original-Received: from [140.186.70.92] (port=39562 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OM72Z-0007xk-0N for guile-devel@gnu.org; Tue, 08 Jun 2010 18:13:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OM72X-0005t8-96 for guile-devel@gnu.org; Tue, 08 Jun 2010 18:12:58 -0400 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:36639) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OM72X-0005sm-3O; Tue, 08 Jun 2010 18:12:57 -0400 Original-Received: by pwi6 with SMTP id 6so4998781pwi.0 for ; Tue, 08 Jun 2010 15:12:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=U7RQpNZt9rmPGA9W5HWZJZEEoXt0j1SsmTkuaHaBil8=; b=bE0kAKzhxXwa9oLqU9ml0mfQDH1HHhwxkgjNxMWCyf093EOEC1nCW4Qw8a4chv5/MV aprzjUMiAaNAKZc8N52yYzylPzoiRHp4Zrfjsr8QaEUw6HtXHWqLr1wbUIhu+gdFOP+H 3BGn87WL/k8VxFE0T2v2lC3u2oblDPO5VD8go= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Onab1zYUNHpECQFx7hQZ+4UEr9gstt32yh/ePlcWt/Uf+Fw6qKLAZo1ujjh/IXFp3W 6R/NIRuYFD0AM8RE1vdq+USB/BSLe45kbUbaIs0AucI1IVYPh1HzNaFFBRwaQHKLhlI1 jgNouT8AHd8+p9VaGQkX5M2rvtaCH1Kv/K6jM= Original-Received: by 10.229.211.68 with SMTP id gn4mr6215975qcb.79.1276035175142; Tue, 08 Jun 2010 15:12:55 -0700 (PDT) Original-Received: by 10.229.220.19 with HTTP; Tue, 8 Jun 2010 15:12:55 -0700 (PDT) In-Reply-To: <20100528145604.GD24983@flap> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:10453 Archived-At: >> This one is wrong: the file uses mmap(3), which is declared in >> according to >> . >> >> This function is missing on MinGW, though, but there=92s currently no >> replacement in Guile. =A0Would you like to work on it? > > Sorry, I don't think I'm able to do that. Try for Windows' mmap equivalent. You could also just write a generic fread/malloc equivalent, since the mmap is only for speed (I think).