Harry Thijssen <[email protected]> writes:

> When building for MSWindows from the current tarball I get:
> src/language/lexer/lexer.c: In function 'lex_source_destroy':
> src/language/lexer/lexer.c:1455: error: 'const struct
> lex_reader_class' has no member named 'rpl_close'

Please try adding the line
        #include <unistd.h>
just after the existing line
        #include <stddef.h>
in src/lexer/lexer.h.  Does that resolve the problem?

Thanks,

Ben.
-- 
Ben Pfaff 
http://benpfaff.org

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

Reply via email to