Shows a lot of syntax errors
_> simpletraj/xdrfile/xdrfile.c(2601): error C2081: 'off_t': name in formal parameter list illegal
simpletraj/xdrfile/xdrfile.c(2601): error C2061: syntax error: identifier 'pos'
simpletraj/xdrfile/xdrfile.c(2601): error C2059: syntax error: ';'
simpletraj/xdrfile/xdrfile.c(2601): error C2059: syntax error: ','
simpletraj/xdrfile/xdrfile.c(2601): error C2059: syntax error: ')'
simpletraj/xdrfile/xdrfile.c(2607): error C2061: syntax error: identifier 'xdr_tell'
simpletraj/xdrfile/xdrfile.c(2607): error C2059: syntax error: ';'
simpletraj/xdrfile/xdrfile.c(2607): error C2059: syntax error: '<parameter-list>'
simpletraj/xdrfile/xdrfile.c(2613): error C2146: syntax error: missing ')' before identifier 'pos'
simpletraj/xdrfile/xdrfile.c(2613): error C2081: 'int64_t': name in formal parameter list illegal
simpletraj/xdrfile/xdrfile.c(2613): error C2061: syntax error: identifier 'pos'
simpletraj/xdrfile/xdrfile.c(2613): error C2059: syntax error: ';'
simpletraj/xdrfile/xdrfile.c(2613): error C2059: syntax error: ','
simpletraj/xdrfile/xdrfile.c(2613): error C2059: syntax error: ')'_
and 100 such. Mostly to do with the xdr library it seems...
Shows a lot of syntax errors
_> simpletraj/xdrfile/xdrfile.c(2601): error C2081: 'off_t': name in formal parameter list illegal
and 100 such. Mostly to do with the xdr library it seems...