[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [guile-reader-devel] Fail to install guile reader on Debian sid (& q
From: |
Amirouche Boubekki |
Subject: |
Re: [guile-reader-devel] Fail to install guile reader on Debian sid (& questions) |
Date: |
Fri, 2 Aug 2013 18:13:22 +0200 |
2013/8/2 Ludovic Courtès <address@hidden>:
>
>
>
> Amirouche Boubekki <address@hidden> a écrit :
>>Hi Ludo,
>>
>>2013/7/28 Ludovic Courtès <address@hidden>:
>>> Hi,
>>>
>>> It looks like you tried to regenerate the Autotools files, which
>>> is unnecessary.
>>>
>>> Could you instead try building directly from the tarball?
>>> That is, just unpack the 0.6 tarball, and run
>>>
>>> ./configure && make && make check
>>
>>This works, afterwards guile fails to find it IIRC,
>
> Please make sure the guile-reader modules are in Guile's search path, or use
> --with-guilemoduledir.
good point
>
>>Anyway I changed my mind I will try to achieve something similar to
>>skribilo without skribilo and guile reader to learn a bit of guile.
>
> One option that may be of intetest to you is to add a front-end of your taste
> to Skribilo.
yes I'll investigate this, since I managed to compile and run skribilo :)
Thanks again,
Amirouche