simpletraj icon indicating copy to clipboard operation
simpletraj copied to clipboard

Cannot install on Windows 10 Anaconda Python3.7.3

Open mramalingam2203 opened this issue 5 years ago • 1 comments

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...

mramalingam2203 avatar Oct 09 '20 02:10 mramalingam2203

...

mramalingam2203 avatar Oct 09 '20 02:10 mramalingam2203