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

2009-09-18 Thread Ozkan Sezer
On Sat, Sep 19, 2009 at 9:20 AM, Erik de Castro Lopo wrote: > Ozkan Sezer wrote: > >> - Which svn revision of mingw-w64 headers and crt did you >> use in your toolchain ? > > Same revision for both : > >    Path: . >    URL: https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk >    Reposi

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

2009-09-18 Thread Erik de Castro Lopo
Ozkan Sezer wrote: > - Which svn revision of mingw-w64 headers and crt did you > use in your toolchain ? Same revision for both : Path: . URL: https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk Repository Root: https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64 Re

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

2009-09-18 Thread Ozkan Sezer
>      --enable-languages=all,obj-c++ --enable-fully-dynamic-string > --disable-multilib >    Thread model: win32 >    gcc version 4.5.0 20090918 (experimental) (GCC) > > but I'm still getting: > >    test.c:135:2: error: unknown conversion type character 'z' in f

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

2009-09-18 Thread Erik de Castro Lopo
root=/Testing/build/root --enable-languages=all,obj-c++ --enable-fully-dynamic-string --disable-multilib Thread model: win32 gcc version 4.5.0 20090918 (experimental) (GCC) but I'm still getting: test.c:135:2: error: unknown conversion type character 'z' in format

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

2009-09-18 Thread Erik de Castro Lopo
NightStrike wrote: > Any chance you'd like to contribute your builds? :) Sure. > We are in need of a 32-bit linux machine to run as a build slave. My machine is a laptop and is not always on, nor is it always connected to the net. Erik -- -

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

2009-09-18 Thread NightStrike
On Fri, Sep 18, 2009 at 7:35 AM, Erik de Castro Lopo wrote: > Erik de Castro Lopo wrote: > >> Ok, I've built an i686 Linux to win64 cross compiler using the script: >> >>     >> https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/experimental/buildsystem/makebuildroot.mk >> >> Unfortunately I

[Mingw-w64-public] Patch : Put more information on source and binary tar.bz2 filenames.

2009-09-18 Thread Erik de Castro Lopo
Hi all, Please accept the following patch which date stamps both the source and binary generated tarballs, as well as stamping binary tarball wth the cpu and host system. Cheers, Erik === --- makebuildroot.mk(revision 1377) +++

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

2009-09-18 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: > Ok, I've built an i686 Linux to win64 cross compiler using the script: > > > https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/experimental/buildsystem/makebuildroot.mk > > Unfortunately I am now getting "undefined reference to `sin'" on code Sorry, please

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

2009-09-18 Thread Erik de Castro Lopo
Kai Tietz wrote: > Hello Erik, > > The issue is that the linux pre-build version of our toolchain is > out-dated. You are using mingw-w64-bin_i686-linux_20090612.tar.bz2, > which doesn't provide this feature. Ok, I've built an i686 Linux to win64 cross compiler using the script: https://min

Re: [Mingw-w64-public] qt-4.5.2 builds with recent toolchain.

2009-09-18 Thread Kai Tietz
Hello Wolfgang, thanks for those two patches. I applied both changes to mingw-w64's trunk. If you want to contact someone from OpenSuse, you can make contact on IRC with Fridrich. Thanks, Kai 2009/9/18 Wolfgang Glas : > Hello Kai, > >  Now qt-4.5.2 compiles with mingw-w64-src-4.4.1-1 plus your