Re: configure: error: A recent Guile-zlib could not be found; please install it.

2021-04-07 Thread Roel Janssen
On Wed, 2021-04-07 at 15:37 +0100, Paul Garlick wrote: > Hi Roel, > > > How can I get a working development environment to work on Guix? > > A 'guix pull' within your profile will update the guile-zlib version > that is used by 'guix environment ...'.  Then the configure script > requirement will

Re: configure: error: A recent Guile-zlib could not be found; please install it.

2021-04-07 Thread Paul Garlick
Hi Roel, > How can I get a working development environment to work on Guix? A 'guix pull' within your profile will update the guile-zlib version that is used by 'guix environment ...'. Then the configure script requirement will be met. Best regards, Paul.