pspp-dev
[Top][All Lists]
Advanced

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

Re: errors in snapshot merge-20090126 en 27


From: Ben Pfaff
Subject: Re: errors in snapshot merge-20090126 en 27
Date: Wed, 28 Jan 2009 21:34:41 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

unknown-1 <address@hidden> writes:

> pspp-merge-20090126
> ====
> src/language/tests/check-model.c:411:52: warning: missing terminating "
> character

On line 411 of check-model.c, when I build from that snapshot, is:
        else if (lex_match_hyphenated_word (lexer, "PROGRESS"))
which doesn't match the reported error message.  When I try a
compile, I don't get that error (or any error).

> src/language/tests/check-model.c: In function 'parse_check_model':
> src/language/tests/check-model.c:411: error: missing terminating " character
> src/language/tests/check-model.c:412: error: stray '\312' in program
> src/language/tests/check-model.c:412: error: stray '\201' in program

That's really weird too.  It's like your source file is
corrupted.

Once in a while I've seen this kind of problem when "make -j" is
used and a Makefile has insufficient dependencies.  Are you using
"make -j"?  If so, does the error disappear if you drop the -j
from the make command line?

>
> pspp-merge-20090127
> ===========
> src/language/stats/frequencies.c: In function 'parse_frequencies':
> src/language/stats/frequencies.c:321: error: expected ')' before 's'
> src/language/stats/frequencies.c:321: error: stray '\235' in program
> src/language/stats/frequencies.c:321:60: warning: missing terminating "

That matches the symptoms above, and the underlying problem is
probably the same.
-- 
"I don't want to learn the constitution and the declaration of
 independence (marvelous poetry though it be) by heart, and worship the
 flag and believe that there is a god and the dollar is its prophet."
--Maarten Wiltink in the Monastery




reply via email to

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