Il giorno ven 30 nov 2018 alle ore 22:36 Ludovic Courtès <
address@hidden> ha scritto:
Hello,
Catonano <address@hidden> skribis:
> I am running into the exact same issue described by Florian Pelz in this
> emal
>
> https://lists.nongnu.org/archive/html/guile-reader-devel/2017-11/msg00002.html
>
> I'm not competent enough to fix this, but I'd love to be able to build
> Guile-Reader on the current Ubuntu (18.04.1) with guile 2.2.x
I’m sorry that it took two years, but it’s finally fixed:
https://git.savannah.gnu.org/cgit/guile-reader.git/commit/?id=a014ea147649d6adffe3a4acfcaa22b51aa0b55e
Thanks!
Ludo’.
Thanks !
But now this is happening
address@hidden:~/projects/guile-reader-a014ea147649d6adffe3a4acfcaa22b51aa0b55e$ env | grep GUILE
GUILE_LOAD_COMPILED_PATH=/home/catonano/opt
GUILE_LOAD_PATH=/home/catonano/opt/share/guile/site/2.2
address@hidden:~/projects/guile-reader-a014ea147649d6adffe3a4acfcaa22b51aa0b55e$ ./configure --prefix=$HOME/opt
...
configure: WARNING: `guilemoduledir' (${prefix}/share/guile/site/2.2) is different from `GUILE_SITE' (/usr/share/guile/site/2.2).
configure: WARNING: Make sure to adjust the `GUILE_LOAD_PATH' environment variable accordingly,
configure: WARNING: or re-run `configure' with `--with-guilemoduledir=/usr/share/guile/site/2.2'.
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.in'
There are 2 problems here
1) the missing Makefile.in
2) the suggestion to adjust GUILE_LOAD_PATH
I tried with both
GUILE_LOAD_PATH=/home/catonano/opt/share/guile/site/2.2
and
GUILE_LOAD_PATH=/home/catonano/opt
Admittedly, I don't strictly need Guile-Reader. In fact, all BUT ONE of the posts in my blog are written in commonmark
I just thought it would have been nice to have
I also would have liked to play a bit with Skribilo 😌
Thanks
Ciao