Doesn't build here: reply->user_len = FIELD_OFFSET( TOKEN_GROUPS, Groups[group_count] ) + sid_size); token.c: In function ‘req_get_token_groups’: token.c:1319:87: error: expected ‘;’ before ‘)’ token token.c:1319:87: error: expected statement before ‘)’ token
On 8/21/2011 22:36, Dan Kegel wrote:
Doesn't build here: reply->user_len = FIELD_OFFSET( TOKEN_GROUPS, Groups[group_count] ) + sid_size); token.c: In function ‘req_get_token_groups’: token.c:1319:87: error: expected ‘;’ before ‘)’ token token.c:1319:87: error: expected statement before ‘)’ token
Right, not sure how it happened. Thanks.
By the way, am I right your plan is to do automated Linux tests runs with this build system?
On Sun, Aug 21, 2011 at 1:48 PM, Nikolay Sivov nsivov@codeweavers.com wrote:
token.c:1319:87: error: expected ‘;’ before ‘)’ token token.c:1319:87: error: expected statement before ‘)’ token
Right, not sure how it happened. Thanks.
By the way, am I right your plan is to do automated Linux tests runs with this build system?
That's for starters. Once that's stable, I'd like to add valgrind test runs and Mac OS X test runs, too. - Dan