<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>Changing flac bitreader.c line 42 didn't work</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT FACE="Times New Roman">I tried making the change, from mingw32 to WIN32:</FONT>

<BR><FONT FACE="Times New Roman">#elif defined __WIN32__</FONT>
</P>

<P><FONT FACE="Times New Roman">It still errors out:</FONT>
<UL>
<P><FONT FACE="Times New Roman"> gcc -mno-cygwin -isystem /usr/include/mingw -DHAVE_CONFIG_H -I. -I. -I../.. -DF</FONT>

<BR><FONT FACE="Times New Roman">LaC__INLINE=__inline__ -DNDEBUG -I../.. -I./include -I../../include -I/home/mfm/</FONT>

<BR><FONT FACE="Times New Roman">vlc-trunk/extras/contrib/include -mno-cygwin -isystem /usr/include/mingw -mno-cy</FONT>

<BR><FONT FACE="Times New Roman">gwin -isystem /usr/include/mingw -isystem /home/mfm/vlc-trunk/extras/contrib/inc</FONT>

<BR><FONT FACE="Times New Roman">lude -I/home/mfm/vlc-trunk/extras/contrib/include -O3 -funroll-loops -finline-fu</FONT>

<BR><FONT FACE="Times New Roman">nctions -Wall -W -Winline -I/home/mfm/vlc-trunk/extras/contrib/include -mno-cygw</FONT>

<BR><FONT FACE="Times New Roman">in -isystem /usr/include/mingw -mno-cygwin -isystem /usr/include/mingw -isystem</FONT>

<BR><FONT FACE="Times New Roman">/home/mfm/vlc-trunk/extras/contrib/include -c stream_decoder.c -o stream_decoder</FONT>

<BR><FONT FACE="Times New Roman">.o</FONT>

<BR><FONT FACE="Times New Roman">In file included from stream_decoder.c:56:</FONT>

<BR><FONT FACE="Times New Roman">../../include/share/alloc.h:41:5: #error</FONT>

<BR><FONT FACE="Times New Roman">In file included from stream_decoder.c:56:</FONT>

<BR><FONT FACE="Times New Roman">../../include/share/alloc.h: In function `safe_malloc_mul_2op_':</FONT>

<BR><FONT FACE="Times New Roman">../../include/share/alloc.h:120: error: `SIZE_T_MAX' undeclared (first use in th</FONT>

<BR><FONT FACE="Times New Roman">is function)</FONT>
</P>
</UL>
<P><FONT FACE="Times New Roman">Exactly the same error as I saw yesterday.  When I revert to the earlier flac, it's OK, but the current SVN extras/contrib flac won't build under Cygwin.</FONT></P>

</BODY>
</HTML>