Re: [Mingw-w64-public] -Wformat error with

2012-02-25 Thread Erik de Castro Lopo
Kai Tietz wrote: > Your test-program is invalid. You should use here at: > > #if __GNUC__ > static inline void > exit_if_true (int test, const char *format, ...) >__attribute__ ((format (gnu_printf, 2, 3))) ; > #endif > > instead. The issue is that format(printf) remains for mingw-tar

Re: [Mingw-w64-public] -Wformat error with

2012-02-25 Thread Kai Tietz
Hi Erik, Your test-program is invalid. You should use here at: #if __GNUC__ static inline void exit_if_true (int test, const char *format, ...) __attribute__ ((format (gnu_printf, 2, 3))) ; #endif instead. The issue is that format(printf) remains for mingw-targets the MS printf-formatt

[Mingw-w64-public] -Wformat error with

2012-02-25 Thread Erik de Castro Lopo
Hi all, I'm using i686-w64-mingw32-gcc from Debian: COLLECT_GCC=i686-w64-mingw32-gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-w64-mingw32/4.6/lto-wrapper Target: i686-w64-mingw32 Configured with: ../../src/configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/in

Re: [Mingw-w64-public] No gfortran in ruben's builds?

2012-02-25 Thread Kai Tietz
Ah, yes. With --enable-threads=posix java won't build. 2012/2/25 Ruben Van Boxem : > 2012/2/25 Kai Tietz >> >> 2012/2/25 Ruben Van Boxem : >> > Op 25 feb. 2012 20:29 schreef "RK" het >> > volgende: >> > >> > >> >> >> >> 2012-02-25 Ruben Van Boxem >> >> >> >> > 2012/2/25 RK >> >> > >> >> >> H

Re: [Mingw-w64-public] No gfortran in ruben's builds?

2012-02-25 Thread Ruben Van Boxem
2012/2/25 Kai Tietz > 2012/2/25 Ruben Van Boxem : > > Op 25 feb. 2012 20:29 schreef "RK" het > volgende: > > > > > >> > >> 2012-02-25 Ruben Van Boxem > >> > >> > 2012/2/25 RK > >> > > >> >> Hey Ruben - I just realized that you have disabled gfortran in your > >> >> builds. I hadn't noticed it

Re: [Mingw-w64-public] No gfortran in ruben's builds?

2012-02-25 Thread Kai Tietz
2012/2/25 Ruben Van Boxem : > Op 25 feb. 2012 20:29 schreef "RK" het volgende: > > >> >> 2012-02-25 Ruben Van Boxem >> >> > 2012/2/25 RK >> > >> >> Hey Ruben - I just realized that you have disabled gfortran in your >> >> builds. I hadn't noticed it until a couple of weeks ago when I >> >> downl

Re: [Mingw-w64-public] No gfortran in ruben's builds?

2012-02-25 Thread Ruben Van Boxem
Op 25 feb. 2012 20:29 schreef "RK" het volgende: > > 2012-02-25 Ruben Van Boxem > > > 2012/2/25 RK > > > >> Hey Ruben - I just realized that you have disabled gfortran in your > >> builds. I hadn't noticed it until a couple of weeks ago when I > >> downloaded the 4.7.0-1 build and found that gfo

Re: [Mingw-w64-public] No gfortran in ruben's builds?

2012-02-25 Thread RK
2012-02-25 Ruben Van Boxem > 2012/2/25 RK > >> Hey Ruben - I just realized that you have disabled gfortran in your >> builds. I hadn't noticed it until a couple of weeks ago when I >> downloaded the 4.7.0-1 build and found that gfortran is gone. I checked >> your build scripts and sure enough yo

Re: [Mingw-w64-public] No gfortran in ruben's builds?

2012-02-25 Thread Ruben Van Boxem
2012/2/25 RK > Hey Ruben - I just realized that you have disabled gfortran in your > builds. I hadn't noticed it until a couple of weeks ago when I > downloaded the 4.7.0-1 build and found that gfortran is gone. I checked > your build scripts and sure enough you have disabled the fortran build >