Email or username:

Password:

Forgot your password?
9 comments
Grigory Shepelev

C'mon guys. "hash-table=?" Gotta be very cool

Andres Moreno

@shegeley

Do you have this directory in your guile_load_path?

Grigory Shepelev

@monkey1 can you please open the gist link that I've sent?

The problem is exactly packing into guix. There is a code that's easy to copy paste and try locally.

Strangely enough it works with just "guile -l ..." and won't work with "guix build -f ...".

Although it builds successfully.

I'm clueless. The only thing I have in mind: tryinggnu-build-system instead guile-build-system.

Grigory Shepelev

@monkey1 ,m does nothing, even if module doesn't exists it will set it to the given module.
type ",b" (show bindings in the module) they should be empty.

Grigory Shepelev

@monkey1 yep. and that's the problem. I don't get why.

Grigory Shepelev

@monkey1 damn. I've found it out. it has to be (rename-file "srfi/125.sld" "srfi/srfi-125.scm") not just (rename-file "srfi/125.sld" "srfi/125.scm")

XD

Andres Moreno

@shegeley

I had issues building the prior version--it wasn't finding srfi-126

Go Up