From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Janneke Nieuwenhuizen Newsgroups: gmane.lisp.guile.devel Subject: Re: GNU Guile 3.0.9rc1 available for testing! Date: Mon, 23 Jan 2023 14:23:53 +0100 Organization: AvatarAcademy.nl Message-ID: <87a629v0ye.fsf@gnu.org> References: <87v8l15hb2.fsf@inria.fr> <877cxgvssa.fsf@gnu.org> <87pmb53532.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26545"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) Cc: "Thompson, David" , , Rob Browning , Aleix Conchillo =?utf-8?Q?Flaqu?= =?utf-8?Q?=C3=A9?= , Greg Troxel To: Ludovic =?utf-8?Q?Court=C3=A8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Mon Jan 23 14:24:31 2023 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pJwoI-0006g0-JZ for guile-devel@m.gmane-mx.org; Mon, 23 Jan 2023 14:24:30 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pJwno-0000BB-DM; Mon, 23 Jan 2023 08:24:00 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pJwnm-0000B3-OQ for guile-devel@gnu.org; Mon, 23 Jan 2023 08:23:58 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pJwnl-0008Cf-S2; Mon, 23 Jan 2023 08:23:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=83YuhCfJyWJg70HDFANRc/DpYP8PyYOW1+Zk03MU9Uo=; b=KZPDfdD5WLyl69N3tMXu xP42I6uOJeczGZE7uj64CtZsJJYruKBQLAPEXqnlXfVK2owHdOAi0KYMxoekAwBb5OcFlfTM/jMJC RBOaVTd0OFtWQ63BCWVyISgB7zT5+DmxYRZFFMOWiGvbLOjAfZ2WbPYX++HSck7hD1flLFaGeIkR/ fFNMZFc6UvasdmThqBlLbPqsFsb/YCLNva3SinpT6Eqq0dxLqFpTLBzL1ua/GXgTaPnxu/if7y6rU JlMbyPHtzYS8PzEEx5v2kOj5vsR3834UFS08gRjf2v4l1PzQ61Lt3+HtSnkfZRI1FgDVCDKFUOddC FKVvcncN+M6GLw==; Original-Received: from 2a02-a462-da03-1-2701-7f81-a736-4607.fixed6.kpn.net ([2a02:a462:da03:1:2701:7f81:a736:4607] helo=drakenpad.janneke.lilypond.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pJwnl-0003dJ-6w; Mon, 23 Jan 2023 08:23:57 -0500 X-Url: http://AvatarAcademy.nl In-Reply-To: <87pmb53532.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Mon, 23 Jan 2023 11:42:09 +0100") X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:21614 Archived-At: Ludovic Court=C3=A8s writes: Hi Ludo, > Jan Nieuwenhuizen skribis: > >> Yeah, you need at least >> >> 76950b428 Support for x86_64-w64-mingw32. >> >> or something similar, or another approach for addressing the >> SIZEOF_LONG=3D=3D4 issue on MinGW. > > Oh sorry, I had completely overlooked that patch (and branch). No problem. Mike has been looking into this as well. Also, there are commits that should probably be squashed into this, such as 9a29293a8 More long integer fixes for x86_64-w64-mingw32 46bb667f2 MinGW 64: fixes hash out-of-range error for 64-bit negative n= umbers > I=E2=80=99m hesitant about applying it at this late stage, also because I > haven=E2=80=99t thought about the possible choices and implications. May= be this > will have to wait until the next round (bah!)? Yeah, that seems wise. Also there is still an unresolved problem with file-name-convention. We probably want 2d82b49cf mingw: canonicalize-path: Also canonicalize drive letter and = '/'. Also, during a (cross)build, file-name-convention from build host is used/assumed. I tried to creat a fix 9bfd0b544 squash! Fix 'absolute-file-name?' and others for cross-build t= o MinGW. 96597fa21 Fix 'absolute-file-name?' and others for cross-build to MinGW. but iirc, Mike found a problem with these. Hairy stuff. >> And compile with --disable-jit, AFAIK nobody got that to work just >> yet. > > OK. > > Thanks for the heads-up! You're welcome, it's great that guile at least builds with MintGW now. Greetings, Janneke --=20 Janneke Nieuwenhuizen | GNU LilyPond https://LilyPond.org Freelance IT https://www.JoyOfSource.com | Avatar=C2=AE https://AvatarAcade= my.com