pspp-dev
[Top][All Lists]
Advanced

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

Re: error in current tarball


From: Ben Pfaff
Subject: Re: error in current tarball
Date: Wed, 24 Aug 2011 20:49:17 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Harry Thijssen <address@hidden> 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



reply via email to

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