Re: build system for pure Guile library (was Re: Help making a GNU Guix package for pure GNU Guile library)

2021-02-03 Thread Ricardo Wurmus
Zelphir Kaltstahl writes: > Do you have an example for when one would bake in > system-specific data-paths? To satisfy distribution packaging standards your project files may end up in different directories and cannot assume that the relative relationship between files remains unchanged. So

Re: build system for pure Guile library (was Re: Help making a GNU Guix package for pure GNU Guile library)

2021-02-03 Thread Zelphir Kaltstahl
Hello Arne! Thank you for that! Do you have an example for when one would bake in system-specific data-paths? Best wishes, Zelphir On 1/31/21 4:38 PM, Dr. Arne Babenhauserheide wrote: > Zelphir Kaltstahl writes: >> This may be short sighted or uninformed, but generally I don't know, why >> I

Re: build system for pure Guile library (was Re: Help making a GNU Guix package for pure GNU Guile library)

2021-02-03 Thread Adriano Peluso
ibutions in packaging it These 2 points could be true for the Guile build system too, I don't know Hope this helps

Re: build system for pure Guile library (was Re: Help making a GNU Guix package for pure GNU Guile library)

2021-01-31 Thread Dr. Arne Babenhauserheide
Zelphir Kaltstahl writes: > This may be short sighted or uninformed, but generally I don't know, why > I would build anything, except for running it. If I am not confused Here are three reasons for building of a pure-guile ication: - avoid the initial start time due to auto-compilation - set

Re: build system for pure Guile library (was Re: Help making a GNU Guix package for pure GNU Guile library)

2021-01-31 Thread Zelphir Kaltstahl
t; >> Hi Ricardo, >> >> On Sat, Jan 30, 2021 at 10:15:20PM +0100, Ricardo Wurmus wrote: >>> If all you have are Guile modules and all you want is to package it for >>> Guix then you really don’t need to bother with Autotools. Use the >>> “guile-build-sys

Re: build system for pure Guile library (was Re: Help making a GNU Guix package for pure GNU Guile library)

2021-01-30 Thread Ricardo Wurmus
pelzflorian (Florian Pelz) writes: > Hi Ricardo, > > On Sat, Jan 30, 2021 at 10:15:20PM +0100, Ricardo Wurmus wrote: >> If all you have are Guile modules and all you want is to package it for >> Guix then you really don’t need to bother with Autotools. Use the >> “g

build system for pure Guile library (was Re: Help making a GNU Guix package for pure GNU Guile library)

2021-01-30 Thread pelzflorian (Florian Pelz)
Hi Ricardo, On Sat, Jan 30, 2021 at 10:15:20PM +0100, Ricardo Wurmus wrote: > If all you have are Guile modules and all you want is to package it for > Guix then you really don’t need to bother with Autotools. Use the > “guile-build-system”. It can be as simple as the “guile-srfi-89”

Re: Build System?

2011-06-16 Thread Ludovic Courtès
Hi, Bernardo Ezequiel Contreras vonbecm...@gmail.com skribis: Is there a build system for guile? Guile 2.0.x features auto-compilation of Scheme source files, such that for Scheme-only projects, you may find that you don’t even need an external build system. :-) For Guile extensions in C

Re: Build System?

2011-06-16 Thread Andreas Rottmann
Bernardo Ezequiel Contreras vonbecm...@gmail.com writes: Hi all, Is there a build system for guile? for instance, maven is the build system for java Well, I think it's a stretch to say Maven is the build system for Java. Also, I seem to recall that maven is not just a build system

Build System?

2011-06-15 Thread Bernardo Ezequiel Contreras
Hi all, Is there a build system for guile? for instance, maven is the build system for java thanks in advance