Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Error building v0.24.4-rc1on Android #3635

Closed
@swansontec

Description

@swansontec

This build failure occurs under the Android NDK for v0.24.4-rc1. This is a regression since version, 0.23.4 which compiled without errors.

libgit2-0.24.0-rc1/src/fileops.c: In function 'git_futils_filestamp_check':
libgit2-0.24.0-rc1/src/fileops.c:1037:40: error: 'struct stat' has no member named 'st_mtim'
  const struct timespec *statmtime = &st.st_mtim;
                                        ^
libgit2-0.24.0-rc1/src/fileops.c: In function 'git_futils_filestamp_set_from_stat':
libgit2-0.24.0-rc1/src/fileops.c:1079:40: error: 'struct stat' has no member named 'st_mtim'
  const struct timespec *statmtime = &st->st_mtim;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions