Re: [flac-dev] Bug: incompatibility with MSVS 2005

2014-05-11 Thread Erik de Castro Lopo
lvqcl wrote: Erik de Castro Lopo wrote: because MSVS2005 doesn't provide stdint.h. According to MSDN, uintptr_t is defined in STDDEF.H and other include files. Does the rest of FLAC actually support those compilers? Yes. I removed this #include and all projects were successfully

Re: [flac-dev] Bug: incompatibility with MSVS 2005

2014-05-04 Thread Martijn van Beurden
That's odd. I just tried, but I'm not having any trouble building FLAC on MSVC 2005. Could it be stdint.h is provided by a platform SDK? In that case, this doesn't really break compatibility, I remember a platform SDK was necessary to build FLAC with MSVC 2005 anyway. op 03-05-14 19:46,

[flac-dev] Bug: incompatibility with MSVS 2005

2014-05-03 Thread lvqcl
src/libFLAC/memory.c cannot be compiled with MSVS 2005 (and probably VS2008 too) after this commit: http://git.xiph.org/?p=flac.git;a=commitdiff;h=7cbecbae9f70be770f7651d09531fec0de6f9cf5 because MSVS2005 doesn't provide stdint.h. According to MSDN, uintptr_t is defined in STDDEF.H and other

Re: [flac-dev] Bug: incompatibility with MSVS 2005

2014-05-03 Thread Erik de Castro Lopo
lvqcl wrote: src/libFLAC/memory.c cannot be compiled with MSVS 2005 (and probably VS2008 too) after this commit: http://git.xiph.org/?p=flac.git;a=commitdiff;h=7cbecbae9f70be770f7651d09531fec0de6f9cf5 because MSVS2005 doesn't provide stdint.h. According to MSDN, uintptr_t is defined in