-
Notifications
You must be signed in to change notification settings - Fork 105
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 file problems on 32-bit linux #4
Comments
vasi
pushed a commit
to vasi/libdmg-hfsplus
that referenced
this issue
Aug 9, 2024
…ac-merged Merged changes required by the macOS system symbols scraper
vasi
pushed a commit
to vasi/libdmg-hfsplus
that referenced
this issue
Aug 9, 2024
This PR doesn't work for Firefox at the moment, and is blocking picking up some other changes.
vasi
pushed a commit
to vasi/libdmg-hfsplus
that referenced
this issue
Aug 9, 2024
vasi
pushed a commit
to vasi/libdmg-hfsplus
that referenced
this issue
Aug 9, 2024
vasi
pushed a commit
to vasi/libdmg-hfsplus
that referenced
this issue
Aug 9, 2024
Re-land planetbeing#4, without addComment enabled
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Large file problems again, this time on 32-bit Linux instead of 64-bit. Again, the solution is pretty simple:
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
I tried putting these defines in common.h, but of course it doesn't get included in the right order for that to work. So I set CFLAGS before calling cmake. Presumably the right way to do this would be to put it in CMakeLists.txt, but I don't know cmake very well.
The text was updated successfully, but these errors were encountered: