unknown-1 <[email protected]> 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


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to