Re: request for help with module build/install

2015-07-05 Thread Jan Wedekind
I think the file names should be *.go (not *.scm.go). On July 5, 2015 3:19:47 AM GMT+01:00, Matt Wette wrote: >On Jul 1, 2015, at 8:12 PM, Nala Ginrut wrote: >> For .scm files, you may put it to (%site-dir) >> MOD_PATH := $(shell guile -c "(display (%site-dir))") >> >> For compiled .go, you ma

Re: request for help with module build/install

2015-07-05 Thread Matt Wette
Ah, thanks. The cached files under the user directory are .scm.go, but the ones in the global are .go. On Jul 5, 2015, at 1:42 AM, Jan Wedekind wrote: > I think the file names should be *.go (not *.scm.go). > > On July 5, 2015 3:19:47 AM GMT+01:00, Matt Wette > wrote: >> On Jul 1, 2015, at

Re: request for help with module build/install

2015-07-05 Thread Jan Wedekind
Hmm ok. Also the timestamp of the *.go file needs to be more recent than the *.scm source. But that looked ok in the "ls" output you posted. On July 5, 2015 2:05:33 PM GMT+01:00, Matt Wette wrote: >Ah, thanks. The cached files under the user directory are .scm.go, but >the ones in the global a