-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large .geogram files #223
Comments
BrunoLevy
added a commit
that referenced
this issue
Feb 9, 2025
BrunoLevy
added a commit
that referenced
this issue
Feb 9, 2025
Fallbacks for Windows and MacOS (for now)
BrunoLevy
added a commit
that referenced
this issue
Feb 10, 2025
BrunoLevy
added a commit
that referenced
this issue
Feb 10, 2025
BrunoLevy
added a commit
that referenced
this issue
Feb 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.geogram
file if one of the arrays is larger than 4 Gb.geogram
files written inGARGANTUA
and in standard modeNO_INDEX
that has a different representation inGARGANTUA
and in standard modeChanges summary:
In
geogram/third_party/zlib/zconf.h
z_off64_t
(andoff64_t
) undefined type name -> under MacOS, file IO is always 64 bits,#define off64_t off_t
and#define lseek64 lseek
.geofile.cpp
, missing type specifier (does not knowssize_t
it seems) -> seems to be OK when I defined it.The text was updated successfully, but these errors were encountered: