bug-guile
[Top][All Lists]
Advanced

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

Re: Problem generating documentation


From: Neil Jerram
Subject: Re: Problem generating documentation
Date: Sat, 24 Oct 2009 09:55:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Xan Lopez <address@hidden> writes:

> Hi,
>
> Using commit 32b12f40509e4bcb0823e1bb2a57e50af14560b5, I get the
> following error when the doc is being generated:

> ERROR: In procedure skip_block_comment:
> ERROR: /home/xan/git/guile/guile-tools:1:3: unterminated `#! ... !#' comment

If you take a look at /home/xan/git/guile/guile-tools, is the comment
really unterminated (as a Scheme block comment)?  There should be

!#

on its own on line 4, and that terminates the block comment.

> Apparently someone is interpreting the shebang as a comment,

Yes, Guile does that.  See `Block Comments' in the manual.

Regards,
        Neil





reply via email to

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