<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Sorry about that. <div><br><div>This is a minor fix to successfully compile the libgpg-error contrib package with MXE on Ubuntu 12.04.</div><div>libgpg-error has a small utility named mkheader, it helps to create proper header files for different targets. But it doesn't work with the more general form of the host triplet. For example, the Autotools treat the host part of "i686-w64-mingw32.static" as "mingw32.static", but the mkheader tool won't accept that, it only accepts "mingw32". This little patch resolves this compatibility issue. </div><div><br></div><div>Thanks,</div><div>Waterson</div><div><br></div><div><div>> Date: Wed, 12 Nov 2014 15:15:23 +0300<br>> From: remi@remlab.net<br>> To: vlc-devel@videolan.org<br>> Subject: Re: [vlc-devel] [PATCH 1/2] host_os might has suffixes like .static or .shared<br>> <br>> Le 2014-11-12 11:51, Waterson a écrit :<br>> > Cross compile tool chains like mxe put a suffix to the host tripple,<br>> > e.g. x86_64-w64-mingw32.static<br>> <br>> I am not sure about the patch but please mind the grammar anyway.<br>> <br>> -- <br>> Rémi Denis-Courmont<br>> _______________________________________________<br>> vlc-devel mailing list<br>> To unsubscribe or modify your subscription options:<br>> https://mailman.videolan.org/listinfo/vlc-devel<br></div></div></div>                                      </div></body>
</html>