bug-guile
[Top][All Lists]
Advanced

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

Re: signal handling different in 1.8.3 than 1.8.1?


From: Ludovic Courtès
Subject: Re: signal handling different in 1.8.3 than 1.8.1?
Date: Thu, 17 Jul 2008 14:37:05 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Hi Gregory,

Gregory Marton <address@hidden> writes:

> While trying to compile the latest on the 1.8 branch,
>
> gen-scmconfig.c: In function 'main':
> gen-scmconfig.c:388: error: stray '@' in program

This indicates that your `scmconfig.h' is broken.

Normally, `scmconfig.h' is produced from `scmconfig.h.in' by
`config.status', i.e., at the end of the `configure' run.  All `@'
variables found in the `.in' file should be substituted by their value,
which is not the case here.

You may want to run "make distclean && autoheader && autoreconf -vfi"
and then rebuild the whole thing:

  $ ./configure -C --enable-maintainer-mode && make all check

Hope this helps,
Ludovic.





reply via email to

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