[flac-dev] [PATCH] Overlinking issues

2013-04-06 Thread Ulrich Klauer
Hi, please find attached two patches (against current git master) that fix overlinking issues in the pkg-config files and locally, respectively. The first patch is originally due to Brad Smith, see the commit message for details. Here is some general information regarding overlinking in

[flac-dev] Circular preprocessor define with MSVC

2013-04-06 Thread Ulrich Klauer
Hi, in include/share/alloc.h there is this section: #ifndef SIZE_MAX # ifndef SIZE_T_MAX # ifdef _MSC_VER # define SIZE_T_MAX SIZE_MAX # else # error # endif # endif # define SIZE_MAX SIZE_T_MAX #endif So, if we are on MSVC and have neither SIZE_MAX nor SIZE_T_MAX, we'll define

Re: [flac-dev] [PATCH] Overlinking issues

2013-04-06 Thread Erik de Castro Lopo
Ulrich Klauer wrote: Hi, please find attached two patches (against current git master) that fix overlinking issues in the pkg-config files and locally, respectively. The first patch is originally due to Brad Smith, see the commit message for details. Here is some general information

Re: [flac-dev] flac 1.3.0pre3 pre-release

2013-04-06 Thread Erik de Castro Lopo
Dagobert Michelsen wrote: There compilation on Solaris 10 Sparc with Sun Studio 12 gives the following compile errors: CC bitreader.lo bitreader.c, line 494: warning: implicit function declaration: MIN CC bitwriter.lo bitwriter.c, line 273: reference to static identifier

Re: [flac-dev] flac 1.3.0pre3 pre-release

2013-04-06 Thread Erik de Castro Lopo
Janne Hyvärinen wrote: These patches change the UTF-8 mode into a runtime choice. The larger patch removes the now obsolete Release (UTF8) configuration options from the project files. The smaller patch makes the utf-8 library use ANSI codepage by default. When frontends call the

Re: [flac-dev] flac 1.3.0pre3 pre-release

2013-04-06 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: decode.c: In function ‘write_callback’: decode.c:965:28: warning: cast increases required alignment of target type [-Wcast-align] decode.c:966:28: warning: cast increases required alignment of target type [-Wcast-align] decode.c:967:28: warning: cast