Re: [Mingw-w64-public] Problem with [2c5fe3]

2016-04-23 Thread Mateusz
JonY already fix this problem with [0bb471].

Thanks!


W dniu 2016-04-23 o 17:58, Jean-Baptiste Kempf pisze:
> Hello Mateusz,
>
> On 22 Apr, Mateusz wrote :
>> Hi,
>>
>> Commit [2c5fe3] breaks build of cross compiler on Ubuntu (GCC 4.9.3):
>>
>> x86_64-w64-mingw32-dlltool --as-flags=--64 -m i386:x86-64 -k
>> --as=x86_64-w64-mingw32-as --output-lib lib64/libcrtdll.a --input-def
>> /home/ma/m/source/mingw-w64-v5/mingw-w64-crt/lib64/crtdll.def --dllname
>> crtdll.dll
>> *make[1]: *** No rule to make target
>> '/home/ma/m/source/mingw-w64-v5/mingw-w64-crt/winrt/libruntimeobject.a',
>> needed by 'all-am'.  Stop.*
>> rm lib64/msvcr120.def lib64/msvcr90.def lib64/msvcr90d.def
>> lib64/msvcr100.def lib64/msvcr110.def lib64/msvcr120d.def
> I believe you need to regenerate the Makefile.in.
> I'll ping Hugo about it :)
>
>
>
> With my kindest regards,
>


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Problem with [2c5fe3]

2016-04-23 Thread Jean-Baptiste Kempf
Hello Mateusz,

On 22 Apr, Mateusz wrote :
> Hi,
> 
> Commit [2c5fe3] breaks build of cross compiler on Ubuntu (GCC 4.9.3):
> 
> x86_64-w64-mingw32-dlltool --as-flags=--64 -m i386:x86-64 -k 
> --as=x86_64-w64-mingw32-as --output-lib lib64/libcrtdll.a --input-def 
> /home/ma/m/source/mingw-w64-v5/mingw-w64-crt/lib64/crtdll.def --dllname 
> crtdll.dll
> *make[1]: *** No rule to make target 
> '/home/ma/m/source/mingw-w64-v5/mingw-w64-crt/winrt/libruntimeobject.a', 
> needed by 'all-am'.  Stop.*
> rm lib64/msvcr120.def lib64/msvcr90.def lib64/msvcr90d.def 
> lib64/msvcr100.def lib64/msvcr110.def lib64/msvcr120d.def

I believe you need to regenerate the Makefile.in.
I'll ping Hugo about it :)



With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] [PATCH] GetModuleFileName is allowed on winrt

2016-04-23 Thread Kai Tietz
ok.  please go ahead and apply.

Thanks
Kai
Am 22.04.2016 16:11 schrieb "Hugo Beauzée-Luyssen" :

> ---
>  mingw-w64-headers/include/libloaderapi.h | 7 ---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/mingw-w64-headers/include/libloaderapi.h
> b/mingw-w64-headers/include/libloaderapi.h
> index 765a63f..e26b3d7 100755
> --- a/mingw-w64-headers/include/libloaderapi.h
> +++ b/mingw-w64-headers/include/libloaderapi.h
> @@ -80,8 +80,6 @@ extern "C" {
>WINBASEAPI HRSRC WINAPI FindResourceExW (HMODULE hModule, LPCWSTR
> lpType, LPCWSTR lpName, WORD wLanguage);
>WINBASEAPI DECLSPEC_NORETURN VOID WINAPI FreeLibraryAndExitThread
> (HMODULE hLibModule, DWORD dwExitCode);
>WINBASEAPI WINBOOL WINAPI FreeResource (HGLOBAL hResData);
> -  WINBASEAPI DWORD WINAPI GetModuleFileNameA (HMODULE hModule, LPSTR
> lpFilename, DWORD nSize);
> -  WINBASEAPI DWORD WINAPI GetModuleFileNameW (HMODULE hModule, LPWSTR
> lpFilename, DWORD nSize);
>WINBASEAPI HMODULE WINAPI GetModuleHandleA (LPCSTR lpModuleName);
>WINBASEAPI HMODULE WINAPI GetModuleHandleW (LPCWSTR lpModuleName);
>WINBASEAPI HMODULE WINAPI LoadLibraryExA (LPCSTR lpLibFileName, HANDLE
> hFile, DWORD dwFlags);
> @@ -105,7 +103,6 @@ extern "C" {
>  #endif
>
>  #define LoadString __MINGW_NAME_AW(LoadString)
> -#define GetModuleFileName __MINGW_NAME_AW(GetModuleFileName)
>  #define GetModuleHandle __MINGW_NAME_AW(GetModuleHandle)
>  #define LoadLibraryEx __MINGW_NAME_AW(LoadLibraryEx)
>
> @@ -142,6 +139,10 @@ WINBASEAPI HMODULE WINAPI GetModuleHandleW (LPCWSTR
> lpModuleName);
>  #endif
>  #endif
>
> +WINBASEAPI DWORD WINAPI GetModuleFileNameA (HMODULE hModule, LPSTR
> lpFilename, DWORD nSize);
> +WINBASEAPI DWORD WINAPI GetModuleFileNameW (HMODULE hModule, LPWSTR
> lpFilename, DWORD nSize);
> +#define GetModuleFileName __MINGW_NAME_AW(GetModuleFileName)
> +
>  #ifdef __cplusplus
>  }
>  #endif
> --
> 2.8.0.rc3
>
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] [PATCH] Add two missing prototypes to setupapi.h

2016-04-23 Thread Kai Tietz
Patch is ok.  Please apply.

Thanks
Kai
Am 22.04.2016 19:23 schrieb "LRN" :

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> patch is attached
> - --
> O< ascii ribbon - stop html email! - www.asciiribbon.org
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2
>
> iQEcBAEBCAAGBQJXGl3uAAoJEOs4Jb6SI2CwmKQH/jnjwqCQ/XOD5Il9cNNl825o
> QT3DoEXp/gNCYMa1Q6RsQiWrUeDdI9apvCyGm8DBIFgLgdfFObcq27Yxlfiludcu
> sAxPy8HB2HP6/Y23iHJu+B+qB+vm4E8rW6Urhi57jsMv+qBE+kL5m06sGSFJNbYH
> CqH1bDPxmkMwriju2Oo1DK/gh3/kraZrVFKT+D7lyvBhC/BT89D1xLvCMwCBz8Sf
> VEQGA6Fy18CRalr733ogMKa+oeR4LzS6XXTPnwiX0Q9C36POxkNo4/akp9/mcc5G
> uayHLp7PBhBpFQ1K1qYpQINqLSL7bJpz/790MHCrgwAKkR03cta2QVZz6MLmZQ4=
> =lR/L
> -END PGP SIGNATURE-
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] mingw-w64-public silently drops my posts

2016-04-23 Thread LRN
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 23.04.2016 17:07, NightStrike wrote:
> On Apr 22, 2016 1:24 PM, "LRN" wrote:
>> This is a recent development. Last of my message that got through
>> (apart from a couple of test messages that i've sent today) was: Re:
>> [Mingw-w64-public] Differentiate on MinGW-w64 and TDM-gcc on March
>> 15.
>> 
>> After some testing (thanks, lh_mouse) i've discovered that the list
>> drops my messages that are signed with PGP/MIME. Messages that are
>> signed with inline PGP, as well as unsigned messages, do come
>> through though.
>> 
>> Please fix. While inline PGP signatures work well enough, they add a
>> lot of cruft that would be better left out.
>> 
>> Anyway, i'll re-sent a few messages with inline signatures and keep 
>> sending with inline signatures, until one of the list admins does
>> something .
> 
> Why do you need to pgp sign your message at all?

Because i can't encrypt them (if i do, most people won't be able to
decrypt them, as they lack my public key; which is not unexpected, since
this is a public mailing list).

- -- 
O< ascii ribbon - stop html email! - www.asciiribbon.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCAAGBQJXG4OjAAoJEOs4Jb6SI2CwYG4H/3tESyqXEXMZ2wCO1+asXQSC
pPGajgcy/QCMn8WDfG9h0ERjBcLDsWQrX25tx2DHnCeF8hoUtMHI0Qh/cOgXXKe1
AMXSjpMFlSnG5XoMHTDcywxiF7xWeE+Heu5KZcfte8XTBAkqA9msQ9MrdNWvu53s
Z50laLst2woRPOSzw9x7tSz7zw24GGAlgquhSatB+YP7OJhXOHwl2P77oNVyM77z
87kIs9wKgBr9YrnVm/iNiycqlegQ1oJWiGeoMdkaWIl2lceediVsS55olgeno/Gz
E3KJlbGMlix0XIEaCvrD/tyTtB+cH2vtbugblVKh2Pmn5HF/rPcrB1KdKrlt7nU=
=XS32
-END PGP SIGNATURE-

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] mingw-w64-public silently drops my posts

2016-04-23 Thread NightStrike
Why do you need to pgp sign your message at all?
On Apr 22, 2016 1:24 PM, "LRN"  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> This is a recent development. Last of my message that got through (apart
> from a couple of test messages that i've sent today) was:
> Re: [Mingw-w64-public] Differentiate on MinGW-w64 and TDM-gcc
> on March 15.
>
> After some testing (thanks, lh_mouse) i've discovered that the list drops
> my messages that are signed with PGP/MIME. Messages that are signed with
> inline PGP, as well as unsigned messages, do come through though.
>
> Please fix. While inline PGP signatures work well enough, they add a lot
> of cruft that would be better left out.
>
> Anyway, i'll re-sent a few messages with inline signatures and keep
> sending with inline signatures, until one of the list admins does something
> .
>
> - --
> O< ascii ribbon - stop html email! - www.asciiribbon.org
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2
>
> iQEcBAEBCAAGBQJXGl21AAoJEOs4Jb6SI2CwJsUH/2GOo1aCvERaEHgV852zIIUI
> RUE3FTopXspu6cJUK1Bnk/Aj1ZtDB4ZqRWXrTa4DfK5KTVlIJ0E9XVH4NvCslTcW
> pWOQfTmc9LPiaNvtYhQ+FAY0N2f9vBWzJ6kg81O61ZHnXNi0pTkh+LG8CtUcDIxl
> Dt4P5UOfpEp498Fp74Xzyd2jvk0cwzQNFTyL6XC+ZfHwJmGaFgpD6p8FlJBBpErW
> H6+WvQhahKRWOQ0If5321RUv/Nbzoog/76wM78SG3j2hzXDF/vRcFkyon9kXTpII
> xDGC2up6LVjVweZnP7E2fdcKVcqoyWRLU9chOrnMAOHdL22zW+RzcSBD9o2/XB4=
> =ijc4
> -END PGP SIGNATURE-
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] Support for compiler plugins?

2016-04-23 Thread Иван Иванов
Hello! I'm wondering why mingw-w64 builds doesn't have support for GCC's 
compiler
plugins?

To make it clear what I'm talking about: https://gcc.gnu.org/wiki/plugins
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public