Displaying 1 result from an estimated 1 matches for "safestat".
2007 Apr 12
1
trunk build failure on msvc
...r C2061: syntax error :
identifier 'mode_t'
c:\src\xapian\xapian-core\common\utils.h(85) : error C2065: 'mode' :
undeclared identifier
I *think* I've done everything correctly this time in terms of updating svn
and rebuilding :)
My solution was to add:
typedef int mode_t;
to safestat.h - and I guess the signature of mkdir in that file should
change to mode_t too?
Cheers,
Mark