From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: Stepan Kasal <kasal@ucw.cz>
Cc: git@vger.kernel.org
Subject: Re: Git For Windows SDK - cannot build
Date: Tue, 25 Apr 2017 23:33:47 +0200 (CEST) [thread overview]
Message-ID: <alpine.DEB.2.20.1704252330480.3480@virtualbox> (raw)
In-Reply-To: <20170425111315.GB13400@ucw.cz>
Hi Stepan,
as I commented on your post to the Git for Windows mailing list:
On Tue, 25 Apr 2017, Stepan Kasal wrote:
> I have installed git for windows sdk from the web and tried to build it.
Nobody in the project found the time to update the website yet, but we do
have a simpler way to install the SDK now:
git clone https://github.com/git-for-windows/git-sdk-64
> $ make
> LINK git-credential-store
> libgit.a(utf8.o): In function `reencode_string_iconv':
> /usr/src/git/utf8.c:463: undefined reference to `libiconv'
> /usr/src/git/utf8.c:463:(.text+0xf77): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `libiconv'
This most likely means that `pacman -Sy mingw-w64-x86_64-libiconv` should
be called before re-running `make`.
The reason why the `libiconv` package (without `mingw-w64-` prefix) is not
helping: that package is an *MSYS2* package, i.e. it implicitly links to
the MSYS2 runtime (the POSIX emulation layer derived from Cygwin that we
use in Git for Windows to run Shell and Perl scripts, as well as OpenSSH).
Ciao,
Johannes
prev parent reply other threads:[~2017-04-25 21:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-25 11:13 Git For Windows SDK - cannot build Stepan Kasal
2017-04-25 21:33 ` Johannes Schindelin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.DEB.2.20.1704252330480.3480@virtualbox \
--to=johannes.schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=kasal@ucw.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).