[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem generating documentation
From: |
Xan Lopez |
Subject: |
Re: Problem generating documentation |
Date: |
Mon, 26 Oct 2009 22:59:14 +0200 |
On Sat, Oct 24, 2009 at 10:55 AM, Neil Jerram <address@hidden> wrote:
> 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.
Ok, the problem is that I had a file named "guile-tools" in the
toplevel, which was a shell script and had nothing to do with
meta/guile-tools (no idea how it got there...), which is what I assume
you were talking about. If I do a 'git status' git says it does not
know anything about that, so I moved it out of the way, did a 'git
clean -f', and now things seem to work OK.
So I guess we can close the issue unless someone wants to figure out
how that file managed to be generated.
- Problem generating documentation, Xan Lopez, 2009/10/23
- Re: Problem generating documentation, Neil Jerram, 2009/10/24
- Re: Problem generating documentation,
Xan Lopez <=
- Re: Problem generating documentation, Ludovic Courtès, 2009/10/26
- Re: Problem generating documentation, Neil Jerram, 2009/10/27
- Re: Problem generating documentation, Andy Wingo, 2009/10/27
- Re: Problem generating documentation, Ludovic Courtès, 2009/10/28
- Re: Problem generating documentation, Neil Jerram, 2009/10/28
- Re: Problem generating documentation, Ludovic Courtès, 2009/10/28
- Re: Problem generating documentation, Andy Wingo, 2009/10/29