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

[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] tdm64 4.5.1 issue with ?

2012-05-27 Thread Greg Peele
tall for my own work. Thanks,Gregory Peele, Jr. Date: Sun, 27 May 2012 10:28:35 -0600 From: tdra...@tdragon.net To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] tdm64 4.5.1 issue with ? On 5/27/2012 9:24 AM, Greg Peele wrote:

[Mingw-w64-public] tdm64 4.5.1 issue with ?

2012-05-27 Thread Greg Peele
Hi all, I am currently trying to build fun things (OSG 3.0.1 and Qt 4.8.2) using MinGW-w64 GCC 4.5.1.It's not easy to find this specific version (it's required by a downstream Army project and I can't change that) but I managed to get some zips from TDM. I'm running into a weird issue

[Mingw-w64-public] Does anyone collect Win64 binaries of common open source libraries?

2011-08-04 Thread Greg Peele
d contribute my work or reuse the work of others that would be great. If not, would others find it helpful if I hosted one? Thanks,Greg Peele -- BlackBerry® DevCon Americas, Oct.

Re: [Mingw-w64-public] What library has strcpy_s and friends?

2010-07-16 Thread Greg Peele
Kai, Thanks for the response. I have a few follow up questions about GCC and MSVC runtimes. > From: ktiet...@googlemail.com > > Hello Greg, > > 2010/7/16 Greg Peele : > > I've been taking MinGW-w64 TDM-GCC 4.5 for a spin on my company's code and I > >

[Mingw-w64-public] What library has strcpy_s and friends?

2010-07-15 Thread Greg Peele
I've been taking MinGW-w64 TDM-GCC 4.5 for a spin on my company's code and I ran into a problem compiling a third party dependency: CppUnit 1.12. Looks like MinGW defines __STDC_SECURE_LIB__ which causes CppUnit to use sprintf_s instead of sprintf (and similar functions). However, prototypes