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
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
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
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 may put it to (%site-ccache-dir) here:
> COMPILED_MOD := $(shell guile -c "(display (%site-ccache-dir))")
>
> And it wo
Thanks all. I think I can find a solution now.
On Jul 2, 2015, at 1:04 AM, Chaos Eternal wrote:
> Hi,
>
> The project guile-scsh has a simple install script, hope that helps.
>
> https://github.com/ChaosEternal/guile-scsh
>
> On Thu, Jul 2, 2015 at 8:56 AM, Matt Wette wrote:
>> Hi Folks,
>>
Hi,
The project guile-scsh has a simple install script, hope that helps.
https://github.com/ChaosEternal/guile-scsh
On Thu, Jul 2, 2015 at 8:56 AM, Matt Wette wrote:
> Hi Folks,
>
> I have developed a set of guile modules. I'd like to be able to generate a
> package hosted on, say, github.com
Hi,
My project AIscm [1] uses autotools to build and install Guile binaries (.go)
if that is of use to you.
Jan
[1] http://github.com/wedesoft/aiscm
On July 2, 2015 1:56:00 AM GMT+01:00, Matt Wette
wrote:
>Hi Folks,
>
>I have developed a set of guile modules. I'd like to be able to
>generat
hi Matt!
For .scm files, you may put it to (%site-dir)
MOD_PATH := $(shell guile -c "(display (%site-dir))")
For compiled .go, you may put it to (%site-ccache-dir) here:
COMPILED_MOD := $(shell guile -c "(display (%site-ccache-dir))")
And it won't be compiled again when you load it.
Happy hackin
Hi Folks,
I have developed a set of guile modules. I'd like to be able to generate a
package hosted on, say, github.com (or any other recommended site). Is there
a document providing guidance for this task? For example, looking at
"%load-path" in guile I'm guessing I want the code to be i