From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jan Nieuwenhuizen Newsgroups: gmane.lisp.guile.user Subject: Re: 64-bit Guile on Windows Date: Mon, 27 Jun 2022 19:28:49 +0200 Organization: AvatarAcademy.nl Message-ID: <87ilomnhgu.fsf@gnu.org> References: 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="12041"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cc: Thomas Thiriez To: Thomas Thiriez via General Guile related discussions Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Mon Jun 27 19:29:10 2022 Return-path: Envelope-to: guile-user@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 1o5sXt-0002xb-GV for guile-user@m.gmane-mx.org; Mon, 27 Jun 2022 19:29:09 +0200 Original-Received: from localhost ([::1]:38938 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o5sXs-0005zD-1d for guile-user@m.gmane-mx.org; Mon, 27 Jun 2022 13:29:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33370) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o5sXf-0005yV-4h for guile-user@gnu.org; Mon, 27 Jun 2022 13:28:55 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41294) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o5sXe-00028H-FZ; Mon, 27 Jun 2022 13:28:54 -0400 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=EJuWhCBkDfSNf2HfH2hHt2fTSDiTxSbg6JVUjvMUHqk=; b=cht6I+nY4XLBkuekQkjo h+kacFJ5fTAicg5Pvei1BvVDIYjJLly66uo3nWiEAX/jeNKxiuJpG4ctM6x3+VSwwVa+Fq2JlHzrS ieh8EVJZpgQNzGPQvHM/3MBeDVLI42CihH5OPVoaeniKEhkB3YT48TVMp9Y/W7vAfDl5PdR/G2NXi XahT4+6II4rXu4qSlsyp6bly3v9JpKnyc1p5rCJsbDvdYkUMQkscGoaJRcPNU73JXEUN6YYEt8KSQ bAsBFgFOVXntQazhjrHxDD8VAn4qGUcDpw/3YVUVjTWv1HFblB7c0dMgUqRpVQ/YwZlJrJCsG4qOo b+hd5hkpMNHhwA==; Original-Received: from 2a02-a462-da03-1-2701-7f81-a736-4607.fixed6.kpn.net ([2a02:a462:da03:1:2701:7f81:a736:4607]:55510 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 1o5sXc-0007EM-Qd; Mon, 27 Jun 2022 13:28:53 -0400 X-Url: http://AvatarAcademy.nl In-Reply-To: (Thomas Thiriez via General Guile related discussions's message of "Mon, 27 Jun 2022 15:56:14 +0200") X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18351 Archived-At: Thomas Thiriez via General Guile related discussions writes: Hello, > I am currently porting a macOS application to Windows, and need to > have libguile working. [..] > I tried building Guile 3, but had more success with Guile 2.2, so I will > keep that version. There is a 64-bit port on the wip-mingw branch https://git.savannah.gnu.org/cgit/guile.git/log/?h=3Dwip-mingw but that is based on guile-3.0.8. > I believe this has something to do with the fact that, on that > platform, we have: > > sizeof(SCM) =3D=3D 8 > sizeof(long) =3D=3D 4 Yes, indeed. > Is there something to do about that problem? Is there something I can > do to have a working 64-bit Guile on Windows? It shouldn't be too much work to backport the fixes to guile-2.2. Greetings, Janneke --=20 Jan Nieuwenhuizen | GNU LilyPond https://lilypond.org Freelance IT https://JoyOfSource.com | Avatar=C2=AE https://AvatarAcademy.c= om