[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[guile-reader-devel] compilation of 0.3 fails
From: |
Roger Mason |
Subject: |
[guile-reader-devel] compilation of 0.3 fails |
Date: |
Sun, 05 Feb 2012 14:55:03 -0330 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Hello,
I wish to install guile-reader (as a dependency of skribilo) but
compilation fails:
Making all in doc
make[2]: Entering directory `/home/rmason/Software/guile-reader-0.3/doc'
main='(module-ref (resolve-module '\''(extract-doc)) '\'main')' && \
../pre-inst-guile -l ./extract-doc.scm \
-c "(apply $main (cdr (command-line)))" ../token-readers.h
../doc/extract-c-doc.scm ../reader.c make-token-reader >
make-token-reader-doc.texi
extracting Texinfo doc from `../reader.c'... ../reader.c:1544:2:
warning: #warning "Compiling the slow, Lightning-free, implementation!"
Backtrace:
In unknown file:
?: 0* [parse-documentation-item " loca"]
In ../module/system/documentation/c-snarf.scm:
92: 1* (let* (# #) (if # # #))
94: 2 (if (not space) (error "invalid documentation item" item) ...)
In unknown file:
...
?: 3 [scm-error misc-error #f "~A ~S" ("invalid documentation item"
"loca") #f]
<unnamed port>: In procedure scm-error in expression (scm-error (quote
misc-error) #f ...):
<unnamed port>: invalid documentation item "loca"
make[2]: *** [make-token-reader-doc.texi] Error 1
make[2]: Leaving directory `/home/rmason/Software/guile-reader-0.3/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rmason/Software/guile-reader-0.3'
make: *** [all] Error 2
I found a report of the same error in connection with GnuTLS but I could
not locate any associated fix.
I am using guile-1.8.8 and gcc version 4.5.3 (Gentoo 4.5.3-r1 p1.0,
pie-0.4.5).
Any help would be most appreciated.
Thanks,
Roger
- [guile-reader-devel] compilation of 0.3 fails,
Roger Mason <=