turbogit icon indicating copy to clipboard operation
turbogit copied to clipboard

[HELP] Windows CI build/release

Open b4nst opened this issue 3 years ago • 1 comments

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 2
mingw32-make: *** [Makefile:19: bin/tug] Error 2

My Windows skills being very limited, some help would be really appreciated.

b4nst avatar Jan 24 '21 15:01 b4nst