[flac-dev] Include directories

lvqcl lvqcl.mail at gmail.com
Mon Jun 16 02:10:11 PDT 2014


Erik de Castro Lopo wrote:

> Ok, done for the autotool build system. Would appreciate it if someone
> could look that the VS build files.


I'll do it, but: I cannot build 32-bit flac with MinGW:

<------------------------------------------------------------->
   CC     grabbag/replaygain.lo
In file included from grabbag/replaygain.c:38:0:
../../include/share/replaygain_analysis.h:45:17: error: conflicting types for
'float_t'
  typedef float   float_t;         /* Type used for filtering */
                  ^
In file included from grabbag/replaygain.c:25:0:
D:/MSYS/mingw/i686-w64-mingw32/include/math.h:329:21: note: previous declaration
of 'float_t' was here
  typedef long double float_t;
<------------------------------------------------------------->


Also, what about Makefile.lite files? MinGW refuses to build flac
using them, so I cannot test. But 3 of them --
     src\share\getopt\Makefile.lite
     src\share\replaygain_synthesis\Makefile.lite
     src\share\utf8\Makefile.lite
add both 'include' and 'include/share', and one file --
     src\share\replaygain_analysis\Makefile.lite
adds 'include/share' only.

Or maybe they are unsupported?


More information about the flac-dev mailing list