Hello,

If I run ./configure and make on the pspp source folder, the file
"src/language/tests/check-model.c" is created
correctly. But if I run configure from other folder (because I need to make
linux an windows versions, so I use configure
on different folders) it file is created with some char problems, and don't
compile. I'm sending the diff of the two files
one on the source folder, and other on another folder.
Do you have any clue of why this is happening?

Thank you,

Michel
128c128
< #line 54 "../pspp/src/language/tests/check-model.q"
---
> #line 54 "src/language/tests/check-model.q"
411,412c411
<         else if (lex_match_hyphenated_word (lexer, "PROGRESS`
< �+"))
---
>         else if (lex_match_hyphenated_word (lexer, "PROGRESS`j���*"))
448,449c447
<                 if (lex_match_hyphenated_word (lexer, "VERBOSITY
< �+"))
---
>                 if (lex_match_hyphenated_word (lexer, "VERBOSITYj���*"))
469c467
<                 else if (lex_match_hyphenated_word (lexer, "ERRVERBOSITY+"))
---
>                 else if (lex_match_hyphenated_word (lexer, "ERRVERBOSITY�*"))
_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to