Re: [Mingw-w64-public] Runtime for Cygwin

2013-06-04 Thread Алексей Павлов
2013/6/5 dw > > > When using latest mingw-w64 runtime from trunk for Cygwin I have > > error: http://pastebin.com/9WVgE1Gu > > I would like to experiment with some alternate solutions to what ktietz > proposed, but I need to be sure I understand what is going wrong. > > My attempts to reproduce t

Re: [Mingw-w64-public] Runtime for Cygwin

2013-06-04 Thread dw
> When using latest mingw-w64 runtime from trunk for Cygwin I have > error: http://pastebin.com/9WVgE1Gu I would like to experiment with some alternate solutions to what ktietz proposed, but I need to be sure I understand what is going wrong. My attempts to reproduce the problem have not been

Re: [Mingw-w64-public] Runtime for Cygwin

2013-06-04 Thread Kai Tietz
You missed the hunk for winnt.h header. Kai -- How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of ente

Re: [Mingw-w64-public] __faststorefence and mingw-w64 philosophy

2013-06-04 Thread Kai Tietz
2013/6/4 dw : > >>> I think option #3 is that one I prefer too. Just one thing about >>> SSE-instruction. For 64-bit we can assume that SSE has to be present >>> in any case. Just for 32-bit we should check in headers for the >>> __SSE__ macro, and in the intrinsic-function (none-inline) we shou

Re: [Mingw-w64-public] Runtime for Cygwin

2013-06-04 Thread Алексей Павлов
Oh, I am sorry! I change winnt.h bat forgot to click save button) It works now Kai! 2013/6/4 Kai Tietz > You missed the hunk for winnt.h header. > > Kai > > > -- > How ServiceNow helps IT people transform IT department

Re: [Mingw-w64-public] Runtime for Cygwin

2013-06-04 Thread Алексей Павлов
2013/6/4 Kai Tietz > Hmm, could you try if the following patch solves your problem? > > Kai > > Index: winnt.h > === > --- winnt.h(Revision 5878) > +++ winnt.h(Arbeitskopie) > @@ -1542,10 +1542,10 @@ extern "C" { > VOID

Re: [Mingw-w64-public] Runtime for Cygwin

2013-06-04 Thread Kai Tietz
Hmm, could you try if the following patch solves your problem? Kai Index: winnt.h === --- winnt.h(Revision 5878) +++ winnt.h(Arbeitskopie) @@ -1542,10 +1542,10 @@ extern "C" { VOID __stosq(PDWORD64 Destination,DWORD64 Va

Re: [Mingw-w64-public] [PATCH] Add winstring.h, hstring.idl and corresponding runtimeobject imports

2013-06-04 Thread Rafaël Carré
Le 04/06/2013 13:34, Rafaël Carré a écrit : > --- > mingw-w64-crt/Makefile.am | 6 ++- > mingw-w64-crt/lib32/runtimeobject.def | 25 > mingw-w64-crt/lib64/runtimeobject.def | 29 + > mingw-w64-headers/include/hstring.h | 61 +++ > min

[Mingw-w64-public] [PATCH] Add winstring.h, hstring.idl and corresponding runtimeobject imports

2013-06-04 Thread Rafaël Carré
--- mingw-w64-crt/Makefile.am | 6 ++- mingw-w64-crt/lib32/runtimeobject.def | 25 mingw-w64-crt/lib64/runtimeobject.def | 29 + mingw-w64-headers/include/hstring.h | 61 +++ mingw-w64-headers/include/hstring.idl | 27 mi

Re: [Mingw-w64-public] Is there a way to control the output file format of windres directly during building wx?

2013-06-04 Thread Ray Donnelly
You can setup wrapper scripts to do this sort of thing. Many projects take this approach. Personally I prefer doing this and being able to use multilib toolchains, but each to their own! Sample contents would be something like: #!/bin/bash exec /mingw/bin/windres -F pe-i386 "${@}" On Tue, Jun

Re: [Mingw-w64-public] [PATCH] Add winstring.h and corresponding runtimeobject imports

2013-06-04 Thread Kai Tietz
Thanks for adding the hstring.h header. Nevertheless there is still one nit. In winstring.h you need of course to include now hstring.h header. Cheers, Kai -- How ServiceNow helps IT people transform IT departments: 1.

Re: [Mingw-w64-public] [PATCH] Add winstring.h and corresponding runtimeobject imports

2013-06-04 Thread Rafaël Carré
Hello, Le 03/06/2013 16:51, JonY a écrit :> On 6/3/2013 22:18, Rafaël Carré wrote: > >> new file mode 100644 >> index 000..c49fc51 >> --- /dev/null >> +++ b/mingw-w64-crt/lib32/runtimeobject.def >> @@ -0,0 +1,25 @@ >> +LIBRARY "api-ms-win-core-winrt-string-l1-1-0.dll" > > >> new file mode 1006

Re: [Mingw-w64-public] Is there a way to control the output file format of windres directly during building wx?

2013-06-04 Thread Ruben Van Boxem
2013/6/4 zhangxinghai > hello > I find there is no way to control the output file format of windres > directly when I build wx. > If I use mingw32-make under cmd,I must manually modify makefile.gcc,add > rcflags to > every windres command. > If I use msys,I also have no way to directly do that

[Mingw-w64-public] Is there a way to control the output file format of windres directly during building wx?

2013-06-04 Thread zhangxinghai
hello I find there is no way to control the output file format of windres directly when I build wx. If I use mingw32-make under cmd,I must manually modify makefile.gcc,add rcflags to every windres command. If I use msys,I also have no way to directly do that using configure, ../../configure -