Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiling FLAC using Visual Studio 2010 compatibility #23

Closed
bardware opened this issue Dec 30, 2016 · 4 comments
Closed

compiling FLAC using Visual Studio 2010 compatibility #23

bardware opened this issue Dec 30, 2016 · 4 comments

Comments

@bardware
Copy link

Hi,

I'm in the process of compiling sox audio tool including FLAC using Visual Studio. For compatibility reasons everything has to be compiled using toolset v100 (Visual Studio 2010 compatibility).
FLAC's compat.h file has the following lines

#if defined _MSC_VER
#  if _MSC_VER >= 1800
#    include <inttypes.h>

inttypes.h is marked missing by the IDE as the compiler version is right, but the tools - including the used header files - do not match the compiler.

Maybe you can check the test if it's safe to include the header.

@erikd
Copy link
Member

erikd commented Dec 30, 2016

You don't say what version of FLAC you're using; whether its the 1.3.1 release of current git HEAD. Also, I don't have access to the Microsoft compilers, but @lvqcl should be able to help.

@bardware
Copy link
Author

I recently downloaded the source from github, the files in the flac-master.zip date december 24th

@bardware
Copy link
Author

bardware commented Jan 9, 2017

As everything is working as needed, I trust it's an IntelliSense "error". Thanks!

@bardware bardware closed this as completed Jan 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants