Re: [Mingw-w64-public] Printf %z format specifier?

2009-09-16 Thread Ozkan Sezer
On Thu, Sep 17, 2009 at 5:55 AM, Erik de Castro Lopo wrote: > Hi all, > > I'm using mingw-w64-bin_i686-linux_20090612.tar.bz2 which is the latest > I can find and running into problems compiling stuff like: > >    printf ("Bad file length (%" PRId64 " should be %zd).\n", retval, sizeof > (data_ou

[Mingw-w64-public] Printf %z format specifier?

2009-09-16 Thread Erik de Castro Lopo
Hi all, I'm using mingw-w64-bin_i686-linux_20090612.tar.bz2 which is the latest I can find and running into problems compiling stuff like: printf ("Bad file length (%" PRId64 " should be %zd).\n", retval, sizeof (data_out)) ; The code works correctly for standard modern gccs on Linux system

Re: [Mingw-w64-public] Precompiled mingw-w64-bin_i686-linux?

2009-09-16 Thread Erik de Castro Lopo
JonY wrote: > the most recent build for 32bit linux is > "mingw-w64-bin_i686-linux_20090612.tar.bz2", but its hidden by sourceforge. Sourceforge is amazing efficient at hiding files :-). I just tried the file : mingw-w64_x86-64_linux32_4.4.0-1.tar.bz2 from sourceforge which was dated "Th

Re: [Mingw-w64-public] Precompiled mingw-w64-bin_i686-linux?

2009-09-16 Thread NightStrike
We're low on hardware, and the buildbot for 32-bit linux died. You can take our makefile and build the toolchain yourself, though. It's entirely automated. Look in experimental/buildsystem/makebuildroot.mk on the svn server. On Wed, Sep 16, 2009 at 8:52 PM, Erik de Castro Lopo wrote: > Hi all,

Re: [Mingw-w64-public] Precompiled mingw-w64-bin_i686-linux?

2009-09-16 Thread JonY
On 9/17/2009 08:52, Erik de Castro Lopo wrote: > Hi all, > > I'm currently using : > > mingw-w64-bin_i686-linux_20090202.tar.bz2 > > and ran into some troubles ("%zd" in printf format strings not > supported) and was going to grab a later version. > > Unfortunately I can't seem to find one on

[Mingw-w64-public] Precompiled mingw-w64-bin_i686-linux?

2009-09-16 Thread Erik de Castro Lopo
Hi all, I'm currently using : mingw-w64-bin_i686-linux_20090202.tar.bz2 and ran into some troubles ("%zd" in printf format strings not supported) and was going to grab a later version. Unfortunately I can't seem to find one on the web site. Are these being built? Cheers, Erik -- -