From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: Help making a GNU Guix package for pure GNU Guile library Date: Sun, 31 Jan 2021 04:26:17 +0100 Message-ID: References: <1C31242D-EABC-4E75-8799-A5628C4EA24C@korwin-zmijowski.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1137"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 To: =?UTF-8?Q?J=c3=a9r=c3=a9my_Korwin-Zmijowski?= , guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun Jan 31 04:26:35 2021 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 1l63Ni-0000CF-Mq for guile-user@m.gmane-mx.org; Sun, 31 Jan 2021 04:26:34 +0100 Original-Received: from localhost ([::1]:55310 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l63Nh-0004Mt-P3 for guile-user@m.gmane-mx.org; Sat, 30 Jan 2021 22:26:33 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45714) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l63NY-0004Ml-Mi for guile-user@gnu.org; Sat, 30 Jan 2021 22:26:25 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]:55079) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l63NW-00028b-Eu for guile-user@gnu.org; Sat, 30 Jan 2021 22:26:24 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 80B182400FB for ; Sun, 31 Jan 2021 04:26:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1612063579; bh=tDr9NJ6+KyrUF2WkjIulcfHJFpIxnuMrVO2eo47bUZ8=; h=Subject:To:From:Date:From; b=SE2i6jg5fj71YqIOTPaAzMp8+ozopMdBK+sLkJlA2R0lzjdtNVdN26LWhkMXr49dd dm/6b+Xjk7yaWvfcDhXG4av8h5yo37hyB4q5q3Yht/QETebY2ks6aizf4nac+JBxmg l+I269PrRsDKzgflVZ2mo8mFMYLTJH3EVnGbxpDgVryg3+dy1kXfz7ehwWgxgB1hNC rnYAKWW2zR+w7ezqbNuFgU4ESvHn07i9Q0HYIKEsmlEWBD0cNBMCZCwOYe//1JMsC5 hZ9s7wCzqqXwb2iFr6hPzZAFUqAM3qa5S5kAYCkKsMp4+zKJC1rx4r5y1r+5SPiaK8 KYt1y+z5uYYvg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4DSxLf3pb4z9rxL; Sun, 31 Jan 2021 04:26:18 +0100 (CET) X-Tagtoolbar-Keys: D20210131042617759 In-Reply-To: <1C31242D-EABC-4E75-8799-A5628C4EA24C@korwin-zmijowski.fr> Content-Language: en-US Received-SPF: pass client-ip=185.67.36.66; envelope-from=zelphirkaltstahl@posteo.de; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 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:17215 Archived-At: Thank you Jérémy! This looks interesting and just like what I was looking for, in case I have to use Autotools. Even if it turns out that I do not have to use them and can go a simpler route, it still seems like a good resource for getting to know that stuff more. Best regards, Zelphir On 1/30/21 6:55 PM, Jérémy Korwin-Zmijowski wrote: > Hey Zelphir! > > Some years ago I found this blog post > https://erikedrosa.com/2017/10/29/guile-projects-with-autotools.html > it helped me to experiment a bit. > Then I found Guile-Hall which aims to automate those things. > > I'm waiting to see support for guile-build-system in Guile-Hall for > example. > I plan to play with it maybe it's not too complicated for me haha. > > Cheers, > Jérémy > -- > Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez > excuser ma brièveté. -- repositories: https://notabug.org/ZelphirKaltstahl