bug-gnu-pspp
[Top][All Lists]
Advanced

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

PSPP-BUG: Problem compiling last output branch


From: michel
Subject: PSPP-BUG: Problem compiling last output branch
Date: Tue, 09 Jun 2009 11:17:53 -0300
User-agent: RoundCube Webmail/0.2

Hello,

On my linux if I try to compile the last output branch I'm getting this
errors:

src/data/value.c:126: error: conflicting types for ‘value_hash’
./src/data/value.h:75: error: previous declaration of ‘value_hash’ was
here

Seems like both function and its signature are different:

value.c:126 unsigned int value_hash (const union value *value, int width,
unsigned int basis
value.h:75  size_t       value_hash (const union value *     , int width,
unsigned int basis);

Don't know which is wrong, but if I change the 'size_t' to 'unsigned int'
it works.




reply via email to

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