[Mingw-w64-public] conflicting types?

2012-10-18 Thread Roger Pack
Hello all. Using mingw-w64 trunk x86_64 and gcc (cross compiler) 4.7.1, I seem to get the following when compiling libflite after configuring flite-1.4-release [1] as $ PATH=/home/rdp/dev/ffmpeg-windows-build-helpers/sandbox/mingw-w64-x86_64/bin:/... ./configure --host=x86_64-w64-mingw32

Re: [Mingw-w64-public] conflicting types?

2012-10-18 Thread JonY
On 10/19/2012 03:52, Roger Pack wrote: Hello all. Using mingw-w64 trunk x86_64 and gcc (cross compiler) 4.7.1, I seem to get the following when compiling libflite after configuring flite-1.4-release [1] as $ PATH=/home/rdp/dev/ffmpeg-windows-build-helpers/sandbox/mingw-w64-x86_64/bin:/...

Re: [Mingw-w64-public] conflicting types?

2012-10-18 Thread Roger Pack
Something is messing with the defines in your code, it works fine when I tested. $ x86_64-w64-mingw32-gcc -E mingw-w64/trunk/mingw-w64-headers/crt/intrin.h | grep wcslen size_t __attribute__((__cdecl__)) wcslen(const wchar_t *); $ x86_64-w64-mingw32-gcc -E