Re: Help me create a janet-build-system

2021-05-15 Thread Leo Prikler
Am Samstag, den 15.05.2021, 15:25 -0400 schrieb Jack Hill: > Leo, > > Thanks for your reply > > On Sat, 15 May 2021, Leo Prikler wrote: > > > Your code imports (guix utils), but (guix utils) is not present > > within > > the module closure present at build time. > > Did you mean (guix build util

Re: Help me create a janet-build-system

2021-05-15 Thread Jack Hill
Leo, Thanks for your reply On Sat, 15 May 2021, Leo Prikler wrote: Your code imports (guix utils), but (guix utils) is not present within the module closure present at build time. Did you mean (guix build utils)? I used cc-for-target and cxx-for-target from (guix utils). Where would I add (

Re: Help me create a janet-build-system

2021-05-15 Thread Leo Prikler
Am Samstag, den 15.05.2021, 01:07 -0400 schrieb Jack Hill: > Greetings Guix, > > I'm working on creating a build system for Janet [0] modules. This is > my > first time working with build systems, and while I have a much > better > understanding than when I started, I still don't understand it f

Help me create a janet-build-system

2021-05-14 Thread Jack Hill
Greetings Guix, I'm working on creating a build system for Janet [0] modules. This is my first time working with build systems, and while I have a much better understanding than when I started, I still don't understand it fully. I've attached my work in progress patches. The first five set the