You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we are now using libgit2 binding, we are no longer able to easily cross compile turbogit. I've started refactoring the CI but I struggle building for windows. The build raises this error:
# pkg-config --cflags -- libgit2
Can't locate Pod/Usage.pm in @INC (you may need to install the Pod::Usage module) (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at /c/Strawberry/perl/bin/pkg-config line 1088.BEGIN failed--compilation aborted at /c/Strawberry/perl/bin/pkg-config line 1088.pkg-config: exit status 2mingw32-make: *** [Makefile:19: bin/tug] Error 2
My Windows skills being very limited, some help would be really appreciated.
The text was updated successfully, but these errors were encountered:
As we are now using libgit2 binding, we are no longer able to easily cross compile turbogit. I've started refactoring the CI but I struggle building for windows. The build raises this error:
My Windows skills being very limited, some help would be really appreciated.
The text was updated successfully, but these errors were encountered: