Bug #201
fseeko problems?
Description
libxdrf.c seems to have a fix to fseeko problems.
But from the compiler warning list below I suspect
that gmxfio.c and gmx_trjconv.c would need to have
the same fix applied.
Berk.
/data/pckr59/hessb/gmx_cvs/src/gmxlib/gmxfio.c:494: warning: implicit declaratio
n of function `fseeko'
/data/pckr59/hessb/gmx_cvs/src/gmxlib/libxdrf.c:56:2: warning: #warning Declarin
g fseeko and ftello explicitly so as to bypass an autoconf 2.61 bug
/data/pckr59/hessb/gmx_cvs/src/gmxlib/libxdrf.c:57:2: warning: #warning If you h
ave an incompatible declaration error please comment out the fseeko and ftello d
eclarations just after this warning
/data/pckr59/hessb/gmx_cvs/src/tools/gmx_trjconv.c:446: warning: implicit declar
ation of function `fseeko'
History
#1 Updated by Erik Lindahl over 12 years ago
I think I solved this once and for all by backporting the fixed largefile detection from autoconf 2.63b