From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id mO7UK7GrG1/6DgAA0tVLHw (envelope-from ) for ; Sat, 25 Jul 2020 03:49:05 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id wIhxJ7GrG19cGwAA1q6Kng (envelope-from ) for ; Sat, 25 Jul 2020 03:49:05 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 297F09403C7 for ; Sat, 25 Jul 2020 03:49:05 +0000 (UTC) Received: from localhost ([::1]:42728 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzBBH-0001AU-22 for larch@yhetil.org; Fri, 24 Jul 2020 23:49:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37084) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jzBB5-0001A4-86; Fri, 24 Jul 2020 23:48:51 -0400 Received: from maximusconfessor.all2all.org ([79.99.200.102]:37482) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jzBB2-00070c-J7; Fri, 24 Jul 2020 23:48:50 -0400 Received: from localhost (localhost [127.0.0.1]) by maximusconfessor.all2all.org (Postfix) with ESMTP id EA9591BE0092; Sat, 25 Jul 2020 05:48:43 +0200 (CEST) Received: from maximusconfessor.all2all.org ([127.0.0.1]) by localhost (maximusconfessor.all2all.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9StFUqxbDJaY; Sat, 25 Jul 2020 05:48:43 +0200 (CEST) Received: from capac (unknown [179.210.57.250]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 8762C1BE0090; Sat, 25 Jul 2020 05:48:42 +0200 (CEST) Date: Sat, 25 Jul 2020 00:48:35 -0300 From: David Pirotte To: Eli Zaretskii Subject: Re: No Guile on Windows? (was: My Guile Hacker Handbook) Message-ID: <20200725004835.3e0c7056@capac> In-Reply-To: <83wo2teag4.fsf@gnu.org> References: <3364bc82b7660df3ae8613cdadef8b9dac2fe416.camel@korwin-zmijowski.fr> <83wo2teag4.fsf@gnu.org> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/6=fQtScXf5Cuk+7OtpuuhGT"; protocol="application/pgp-signature"; micalg=pgp-sha512 Received-SPF: pass client-ip=79.99.200.102; envelope-from=david@altosw.be; helo=maximusconfessor.all2all.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/24 23:48:44 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Dmitry Alexandrov , guile-user@gnu.org, help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -0.61 X-TUID: fiuG/Eu6RO+a --Sig_/6=fQtScXf5Cuk+7OtpuuhGT Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hello, > > > ### On Windows > > > No solution yet. =20 fwiw, i've used msys2 (not so much anymore, but i still would if i had to ...), easy to install, update, well maintained, very friendly on irc when i needed to ask for help ...: https://www.msys2.org/ it has guile-2.2.7-1, threaded (which I've used. it works ...) https://packages.msys2.org/base/guile for me, it was fantastic _not to have to deal_ with ouindoze on ouindoze, so msys2, its numerous packages ... and guile-2.2.7-1 'saved my life' :) dowload the lastest msys2 double-click -> linux terminal use pacman (*) to update and install new packages David ** Update pacman -Syu pacman -Su ** Packages pacman -S emacs pacman -S guile pacman -S libguile pacman -S libguile-devel --Sig_/6=fQtScXf5Cuk+7OtpuuhGT Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEhCJlRZtBM3furJHe83T9k6MFetcFAl8bq5MACgkQ83T9k6MF etfdeQf/Wg9gLCofQJclJ4bBa5Vt4L6ZLGzgI3Mks1rQzqCLZRIsEKOP76kZG9bT 6Wq1khH3/j0Ir3BhuUa61ID3RGPNOrOgxIq0HgIqu/Fx/T0PIJ50Mn0REDpe3P/k lwTPU/8xJuRALSjQTxi2Rln9/nDxDdWCJlbgJH6yg7WWr9jIcHAp0gIjagxKOsoG n4QmLuTiIr1BRgd1bDpzjEoilWR+q8eIm+8Srn9FtxYDMEh5XIfGOPBTbPTQZqLZ YL90hZph/md8Qgc2d67hbFSrqsrFc0Z8eaRMajAUiKTlkrVnlML4ON8TiNBkeLXt L0KqBK0Ug6jWfl6/SbL66+3cfCzxbg== =SQHq -----END PGP SIGNATURE----- --Sig_/6=fQtScXf5Cuk+7OtpuuhGT--