Saturday, 10 November 2018

Re: [gccsdk] SimpleGit

On Sun, 11 Nov 2018, Ron wrote:

> Good to have examples of AB_GIT and cmake useage too.
> A quick look inside the debian src for libgit2 -dev, namely unix/map.c
> shows
>
> #if !defined(GIT_WIN32) && !defined(NO_MMAP)
>
> indicating at least for that file NO_MMAP can be defined.
> could be worth exporting from the setvars file

That's the problem - you turn off mmap and then libgit2's own mmap
emulation moans at you :-)

Possibly it would work with UnixLib's mmap emulation, so that might be
worth trying if we can't work out how to fix libgit2 properly.

Cheers,

- Jeffrey


_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

No comments:

Post a Comment