[Mingw-w64-public] Possible bug in 64-bit std::thread-enabled 4.7.0 build

2011-11-04 Thread K. Frank
Hello List (and Ruben)! I think I have come across a bug in Ruben's 64-bit 4.7.0 build, otherwise known as "The Mighty Ruben's Wacky Build" ("TMRWB") (TM). I haven't been able to isolate the bug in a super-simple test case, but I can reproduce it in less than 100 lines in a single translation uni

[Mingw-w64-public] error with "#define always_inline __attribute__ ((always_inline))"

2011-11-04 Thread Vincent Torri
Hey, I have an error when defining #define always_inline __attribute__ ((always_inline)) with mingw-w64 (32 bits, gcc 4.7). Everything is below. any idea ? Thank you Vincent Torri code: #define PACKAGE_NAME "evas" #define PACKAGE_TARNAME "evas" #define PACKAGE_VERSION "1.0.999.64739" #defin

Re: [Mingw-w64-public] Problems with time.h

2011-11-04 Thread Kai Tietz
2011/11/4 Prof Brian Ripley : > On Fri, 4 Nov 2011, Kai Tietz wrote: > >> 2011/11/4 Prof Brian Ripley : >>> >>> On Fri, 4 Nov 2011, Kai Tietz wrote: >>> 2011/11/4 Prof Brian Ripley : > > Thanks for picking up on this.  I am seeing about 100 examples of > header > conflicts with

Re: [Mingw-w64-public] Problems with time.h

2011-11-04 Thread Prof Brian Ripley
On Fri, 4 Nov 2011, Kai Tietz wrote: 2011/11/4 Prof Brian Ripley : On Fri, 4 Nov 2011, Kai Tietz wrote: 2011/11/4 Prof Brian Ripley : Thanks for picking up on this.  I am seeing about 100 examples of header conflicts with R packages (after patching R itself to avoid the problem). I've now

Re: [Mingw-w64-public] Problems with time.h

2011-11-04 Thread Kai Tietz
2011/11/4 Prof Brian Ripley : > On Fri, 4 Nov 2011, Kai Tietz wrote: > >> 2011/11/4 Prof Brian Ripley : >>> >>> Thanks for picking up on this.  I am seeing about 100 examples of header >>> conflicts with R packages (after patching R itself to avoid the problem). >>> >>> I've now read the source cod

Re: [Mingw-w64-public] Problems with time.h

2011-11-04 Thread Prof Brian Ripley
On Fri, 4 Nov 2011, Kai Tietz wrote: 2011/11/4 Prof Brian Ripley : Thanks for picking up on this.  I am seeing about 100 examples of header conflicts with R packages (after patching R itself to avoid the problem). I've now read the source code and I do not see anything in winpthreads/src/clock

Re: [Mingw-w64-public] [PATCH] c99 *scanf

2011-11-04 Thread Kai Tietz
2011/11/4 Rafaël Carré : > Resending patches as attachment: > - synced to last svn > - use gnu_scanf format for scanf functions > - use (commented out because not existing) gnu_wscanf format > > Changelog for patch 1: > > * _mingw_print_push.h: Remove scanf-defines. > * _mingw_print_pop.h: Likewise

Re: [Mingw-w64-public] Problems with time.h

2011-11-04 Thread Kai Tietz
2011/11/4 Prof Brian Ripley : > Thanks for picking up on this.  I am seeing about 100 examples of header > conflicts with R packages (after patching R itself to avoid the problem). > > I've now read the source code and I do not see anything in > winpthreads/src/clock.c that is specific to pthreads:

Re: [Mingw-w64-public] Problems with time.h

2011-11-04 Thread Prof Brian Ripley
Thanks for picking up on this. I am seeing about 100 examples of header conflicts with R packages (after patching R itself to avoid the problem). I've now read the source code and I do not see anything in winpthreads/src/clock.c that is specific to pthreads: even the thread-specific timer is

Re: [Mingw-w64-public] Open Source build farm

2011-11-04 Thread Kai Tietz
2011/11/4 Earnie : > http://nixos.org/hydra/ > > Supports Linux, Mac and Windows. > > Earnie Thanks for the hint, looks interesting. NightStrike, could you check, if we could run there some build-bots? Cheers, Kai -- RSA

[Mingw-w64-public] [PATCH] c99 *scanf

2011-11-04 Thread Rafaël Carré
Resending patches as attachment: - synced to last svn - use gnu_scanf format for scanf functions - use (commented out because not existing) gnu_wscanf format Changelog for patch 1: * _mingw_print_push.h: Remove scanf-defines. * _mingw_print_pop.h: Likewise. * stdio.h: Replace macro-scanf override

[Mingw-w64-public] Open Source build farm

2011-11-04 Thread Earnie
http://nixos.org/hydra/ Supports Linux, Mac and Windows. Earnie -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___ Mingw-w64-publ

Re: [Mingw-w64-public] Issue in x264 - ffmpeg building and usage in different Windows versions

2011-11-04 Thread JonY
On 11/4/2011 16:14, Ruben Van Boxem wrote: > Op 4 nov. 2011 08:23 schreef "Shiju Sasi" het > volgende: >> >> Hi, >> >> Here are the exact list of warnings/errors. >> >> >> 1>AveVideoControl.exp : warning LNK4078: multiple '.drectve' sections > found with different attributes (0200) >> >> 1>lib

Re: [Mingw-w64-public] [PATCH] Alias wscanf C99 implementation

2011-11-04 Thread Kai Tietz
2011/11/4 Rafaël Carré : > * _mingw_print_push.h: Remove wscanf-defines. > * _mingw_print_pop.h: Likewise. > * stdio.h: Replace macro-wscanf override via alias. > --- >  trunk/mingw-w64-headers/crt/_mingw_print_pop.h  |   18 - >  trunk/mingw-w64-headers/crt/_mingw_print_push.h |    7 -- >  trun

Re: [Mingw-w64-public] [PATCH] * _mingw_print_push.h: Remove scanf-defines. * _mingw_print_pop.h: Likewise. * stdio.h: Replace macro-scanf override via alias.

2011-11-04 Thread Kai Tietz
2011/11/3 Rafaël Carré : > --- >  trunk/mingw-w64-headers/crt/_mingw_print_pop.h  |    9 -- >  trunk/mingw-w64-headers/crt/_mingw_print_push.h |    6 -- >  trunk/mingw-w64-headers/crt/stdio.h             |  102 > +++ >  3 files changed, 87 insertions(+), 30 deletions(-) > > dif

Re: [Mingw-w64-public] Macros for determine the mingw-w64-crt and winpthreads

2011-11-04 Thread Kai Tietz
2011/11/3 niXman : > Hi Kai. > Thank you. > > > > niXman > > 2011/11/3 Kai Tietz : >> 2011/11/3 niXman : >>> I have correctly understood, what my patch won't be applied? >> >> No, I will apply your suggested patch (maybe in a slightly altered >> way).  I simply didn't found time to apply it myself.

Re: [Mingw-w64-public] Issue in x264 - ffmpeg building and usage in different Windows versions

2011-11-04 Thread Ruben Van Boxem
Op 4 nov. 2011 08:23 schreef "Shiju Sasi" het volgende: > > Hi, > > Here are the exact list of warnings/errors. > > > 1>AveVideoControl.exp : warning LNK4078: multiple '.drectve' sections found with different attributes (0200) > > 1>libavcodec.a(utils.o) : warning LNK4217: locally defined symb

Re: [Mingw-w64-public] Issue in x264 - ffmpeg building and usage in different Windows versions

2011-11-04 Thread Shiju Sasi
Hi, Here are the exact list of warnings/errors. 1>AveVideoControl.exp : warning LNK4078: multiple '.drectve' sections found with different attributes (0200) 1>libavcodec.a(utils.o) : warning LNK4217: locally defined symbol _isprint imported in function _av_get_codec_tag_string 1>libx264.a(