Re: [Mingw-w64-public] MSYS all-in-one package

2010-10-10 Thread Chris Saunders
Could you also provide a link to the download? Regards Chris Saunders From: Ruben Van Boxem Sent: Sunday, October 10, 2010 11:31 AM To: mingw64 Subject: [Mingw-w64-public] MSYS all-in-one package I have uploaded a new MSYS package, dated 20101010. It includes the latest binaries from MinGW

Re: [Mingw-w64-public] MSYS all-in-one package

2010-10-10 Thread Ruben Van Boxem
2010/10/10 Chris Saunders > Could you also provide a link to the download? > > Regards > Chris Saunders > Of course: http://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/MSYS%20%2832-bit%29/ The binary package is the one without "-src" :) Ruben --

[Mingw-w64-public] MSYS all-in-one package

2010-10-10 Thread Ruben Van Boxem
I have uploaded a new MSYS package, dated 20101010. It includes the latest binaries from MinGW, plus the dejagnu package referenced on this mailling list. The source package has been updated accordingly. If there are any problems, please let me know. Ruben

Re: [Mingw-w64-public] ICE with GCC-4.5.1-20100708

2010-10-10 Thread NightStrike
On Thu, Sep 16, 2010 at 12:54 PM, JonY wrote: > On 7/16/2010 08:46, Yaakov (Cygwin/X) wrote: >> >> On Fri, 2010-07-16 at 02:06 +0200, Angelo Graziosi wrote: >>> >>> Testing the mingw64-i686* packages found at >>> ftp://ftp.cygwinports.org/pub/cygwinports/temp/MinGW (Cygwin cross >>> compiler, see[

Re: [Mingw-w64-public] libgcc compilation failure

2010-10-10 Thread NightStrike
Chris, Are you still experiencing difficulty? On Wed, Sep 15, 2010 at 5:33 PM, Chris Spencer wrote: > Hi all, > > I'm trying to compile and install the w64 cross-compiler and am having > some trouble. I am following the instructions in the > mingw-w64-howto-build.txt file and have got as far as

Re: [Mingw-w64-public] Generating GLEW libraries from MinGW-w64

2010-10-10 Thread NightStrike
On Thu, Sep 16, 2010 at 6:00 AM, G E Naganna wrote: > Hi all, > > > >   I am not able to generate GLEW libraries from MinGW-w64.  I did > not find Makefile.mingw64 in config folder so I compiled by using Msys. I > am getting following error. > > > >     gcc -O2 -Wall -W -Iinclude  -DGLEW_B

Re: [Mingw-w64-public] Updated 1.0 snapshot for mingw host?

2010-10-10 Thread NightStrike
On Sun, Oct 10, 2010 at 1:07 AM, Chris Sutcliffe wrote: > Hi NightStrike, > >> Chris, do you still need this? >> >> Are our weekly 1.0 builds enough? > > I was looking for a native x64 MinGW-w64 compiler with a shared > libstdc++ library.  To that end I've been using Ozkan's 'Personal > Build' 201

Re: [Mingw-w64-public] Qt 4.7 javascript crashing webkit

2010-10-10 Thread Ruben Van Boxem
2010/10/10 NightStrike > > Did the git branch work? > No, I used the 4.5 sezero build with lto enabled, and the browser demo, as well as anything using QtWebKit. This is bad :( This was a release build, I'll see if debug options change anything. The MS Hotfix did fix the MSVC compiler optimiz

Re: [Mingw-w64-public] Issue with commctrl.h

2010-10-10 Thread Ozkan Sezer
On Sun, Oct 10, 2010 at 5:38 AM, NightStrike wrote: > On Sun, Aug 15, 2010 at 7:26 PM, Ozkan Sezer wrote: >> On Mon, Aug 16, 2010 at 2:18 AM, Chris Sutcliffe wrote: >>>  When compiling code that includes is fails at these lines: >>> >>>   WINCOMMCTRLAPI BOOL WINAPI DPA_Grow(HDPA pdpa, IN int cp)

Re: [Mingw-w64-public] i64 constants for microsoft code compatibility

2010-10-10 Thread James K Beard
Nightstrike: My solution is to #define ull i64 and such to work around differences in compilers. The final solution is the C99 standard, which is to say inttypes.h, which does indeed cover the new integer types. FYI, here are a few interesting links: http://www.open-std.org/jtc1/sc22/wg1