User Activity

  • Modified a comment on ticket #10 on ISAM File handler

    I appreciate that it is well over a year since this was raised, I had the same issue with a 64-bit PC running Debian 11, and found the following non-portable 2-line addition to ishelper.c around line 139 worked round the problem: #ifdef WITH_LFS64 #ifdef _MSC_VER #define off_t __int64 #else /* Added this line. */ #define off_t long long /* Added this line. */ #endif #endif Not suitable as it stands for incorporation elsewhere as it only addresses 64-bit architectures in a non-Windows environment,...

  • Posted a comment on ticket #10 on ISAM File handler

    I appreciate that it is well over a year since this was raised, I had the same issue with a 64-bit PC running Debian 11, and found the following non-portable 2-line addition to ishelper.c around line 139 worked round the problem: #ifdef WITH_LFS64 #ifdef _MSC_VER #define off_t __int64 #else /* Added this line. */ #define off_t long long /* Added this line. */ #endif #endif Not suitable as it stands for incorporation elsewhere as it only addresses 64-bit architectures in a non-Windows environment,...

View All

Personal Data

Username:
mpannett
Joined:
2023-05-07 10:54:12.382000

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB