Displaying 4 results from an estimated 4 matches for "__mingw_h".
Did you mean:
__mingw__
2008 Aug 13
4
MinGW Patch
...Starting at line #36 I changed:
#ifndef SIZE_MAX
# ifndef SIZE_T_MAX
# ifdef _MSC_VER
# define SIZE_T_MAX UINT_MAX
# else
# error
# endif
# endif
# define SIZE_MAX SIZE_T_MAX
#endif
To:
#ifndef SIZE_MAX
# ifndef SIZE_T_MAX
# ifdef _MSC_VER
# define SIZE_T_MAX UINT_MAX
# elif defined(__MINGW_H)
# define SIZE_T_MAX UINT_MAX
# else
# error
# endif
# endif
# define SIZE_MAX SIZE_T_MAX
#endif
Hope I found the right place to submit this :~)
--Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20080...
2004 Sep 30
1
[LLVMdev] Patches for TableGen/Record.cpp and Win32/Signals.cpp
Hi
TableGen/Record.cpp needs an include to DataTypes.h to compile correct on
MinGW platform.
Win32/Signals.cpp should test on define __MING instead of __MINGW_H. My
fault.
Henrik
_________________________________________________________________
Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 MB
lagerkapacitet
-------------- next part --------------
A non-text attachment was scrubbed...
Name: diffs.zip
Type: application/x-zip-c...
2008 Aug 13
0
MinGW Patch
...ating
> SIZE_T_MAX is undefined.
> To fix this error I edited the file "flac-1.2.1/include/share/alloc.h" and
> made the following change:
<snip>
> #ifndef SIZE_MAX
> # ifndef SIZE_T_MAX
> # ifdef _MSC_VER
> # define SIZE_T_MAX UINT_MAX
> # elif defined(__MINGW_H)
> # define SIZE_T_MAX UINT_MAX
> # else
> # error
> # endif
> # endif
> # define SIZE_MAX SIZE_T_MAX
> #endif
Actually, there might be a better fix for this. How about:
-------8<-------8<-------8<-------8<-------8<-------8<-------8<-------
--- incl...
2011 Sep 28
1
Compiling - Win - GNU Compiler
Hi,
I went in big trouble compiling Flac (Windows). With configure (msys and
mingw32-make 4.5.2) I didn't have success to compile. Makefile.lite the
same. I used also the patches for SIZE_T_MAX UINT_MAX .
Then I could compile every (!) project in flac with MSVC 2008 and I got
all libraries, *.dll and *.exe. The libraries are passing all
test-programs. With my own tools I see the *.dlls