Skip to content
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

operations: Don't set _FILE_OFFSET_BITS for older Android versions #52

Closed
wants to merge 1 commit into from

Conversation

tiwoc
Copy link

@tiwoc tiwoc commented Sep 4, 2017

The build was broken when building for Android < 7.0 with the latest
Android NDK (r15c). With earlier NDKs, the build succeeded, but silently
used 32b offsets.

The build was broken when building for Android < 7.0 with the latest
Android NDK (r15c). With earlier NDKs, the build succeeded, but silently
used 32b offsets.
@KayEss
Copy link

KayEss commented Nov 30, 2017

I'd just forked the project to make a very similar change. Would be really nice to see this merged.

Here is a thread discussing this from the Android NDK side: android/ndk#516

Although they believe that 1.64 is good, 1.65.1 certainly doesn't work

KayEss added a commit to hotkit/fost-mobile that referenced this pull request Nov 30, 2017
Once this has been merged to develop we'll switch to there, and when
it's in master we'll move to normal Boost releases.

boostorg/filesystem#52
@Lastique
Copy link
Member

Lastique commented Mar 1, 2018

See also #67.

@alexeikh
Copy link
Contributor

alexeikh commented May 11, 2018

Now when #69 has been merged, this pull request is not needed any more and can be closed, I think.

@pdimov
Copy link
Member

pdimov commented Sep 6, 2018

Leave a comment

@pdimov pdimov closed this Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants