Re: [Mingw-w64-public] printf + long long on GCC 4.7.1

2012-08-21 Thread JonY
On 8/22/2012 02:35, Greg Peele wrote: > > Hi all, > Did MinGW-w64 GCC change behavior at some point regarding printf and long > long? My understanding is that you should use the Microsoft non-standard > specifiers %I64d and %I64u and my GCC 4.5.1 is fine with it, but I get the > following war

Re: [Mingw-w64-public] printf + long long on GCC 4.7.1

2012-08-21 Thread Earnie Boyd
On Tue, Aug 21, 2012 at 3:11 PM, Greg Peele wrote: > > >> Date: Tue, 21 Aug 2012 14:46:51 -0400 >> From: ear...@users.sourceforge.net >> To: mingw-w64-public@lists.sourceforge.net >> Subject: Re: [Mingw-w64-public] printf + long long on GCC 4.7.1 >> >> On Tue, Aug 21, 2012 at 2:35 PM, Greg Peele wr

Re: [Mingw-w64-public] printf + long long on GCC 4.7.1

2012-08-21 Thread Greg Peele
> Date: Tue, 21 Aug 2012 14:46:51 -0400 > From: ear...@users.sourceforge.net > To: mingw-w64-public@lists.sourceforge.net > Subject: Re: [Mingw-w64-public] printf + long long on GCC 4.7.1 > > On Tue, Aug 21, 2012 at 2:35 PM, Greg Peele wrote: > > > > If this is a spurious warning, I can use -Wn

Re: [Mingw-w64-public] printf + long long on GCC 4.7.1

2012-08-21 Thread Earnie Boyd
On Tue, Aug 21, 2012 at 2:35 PM, Greg Peele wrote: > > If this is a spurious warning, I can use -Wno-format to suppress it (this > inline method gets included a LOT of places in my code) but of course that > loses the ability of using that warning as a legitimate way to warn about > printf bugs. >

[Mingw-w64-public] printf + long long on GCC 4.7.1

2012-08-21 Thread Greg Peele
Hi all, Did MinGW-w64 GCC change behavior at some point regarding printf and long long? My understanding is that you should use the Microsoft non-standard specifiers %I64d and %I64u and my GCC 4.5.1 is fine with it, but I get the following warning because of that in GCC 4.7.1 (rubenvb's build

Re: [Mingw-w64-public] where can I find/download gtk+ libs and devs for compiling gtk+ programs with the mingw64 crosscompiler on linux (target windows)

2012-08-21 Thread Ruben Van Boxem
Hi, In general, you can build the libraries themselves. Some, like GTK+ are indeed hard to build with all their dependencies. I know of at least two Linux distro's that have packages for stuff like this: OpenSuse: see https://build.opensuse.org/project/packages?project=windows%3Amingw%3Awin64&se

[Mingw-w64-public] where can I find/download gtk+ libs and devs for compiling gtk+ programs with the mingw64 crosscompiler on linux (target windows)

2012-08-21 Thread kees de jong
Do you know where I can find libs and devs for compiling gtk+ programs with mingw64 on linux (target windows) ? As far as I know there is (on the gtk+ site) a bundle, but that is not appropriate for the mingw64 crosscompiler running on linux,I tried to use it, but(of course) it did not work. I also