skribilo-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [skribilo-users] troubles for installing


From: Ludovic Courtès
Subject: Re: [skribilo-users] troubles for installing
Date: Mon, 02 Jun 2014 10:04:59 +0200
User-agent: Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux)

Carlos Carleos <address@hidden> skribis:

> Ludovic Courtès <address@hidden> escribió / skribis [*]:
>
>> Ah right, ‘distclean’ removes a bit too much.  Well, could you remove
>> the guile-reader-0.6 directory and start from the tarball afresh?
>
> [MACHINE 1 - DEBIAN 7.5]
>
> I installed Guile-Lib-0.2.2 from sources with a plain 
>
>   configure
>   make
>   make install
>
> That put a "htmlprag.scm" file in "/usr/local/share/guile/site/".
> Now, when I configure Skribilo, I get this warning:
>
>   address@hidden:/usr/local/src/skribilo-0.9.2# ./configure 
> --with-guilemoduledir=/usr/share/guile/site/2.0
>   [...]
>   checking if (htmlprag) is available... no
>   configure: WARNING: Guile-Lib modules needed by the `rss-2' reader are 
> missing.

It may be that /usr/local/share/guile/site is not in Guile’s search
path, so Guile doesn’t find htmlprag.scm.

To fix that, try:

  export GUILE_LOAD_PATH=/usr/local/share/guile/site
  export GUILE_LOAD_COMPILED_PATH=/usr/local/share/guile/site

And then re-run ./configure in Skribilo.

> [MACHINE 2 - UBUNTU 12.4]

[...]

> The Guile versions differs slightly:
> -in the Debian box -> guile (GNU Guile) 2.0.5-deb+1-3
> -in the Ubuntu box -> guile (GNU Guile) 2.0.5-deb+1-1

Perhaps the Ubuntu package is broken somehow?

If that is an option for you, I’d recommend using a more recent Guile
anyways (2.0.5 is 2.5 years old already.)

HTH,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]