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

Visual Studio 14 #580

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Visual Studio 14 #580

wants to merge 4 commits into from

Conversation

apples
Copy link

@apples apples commented Oct 26, 2014

I had to make a few tweaks to get everything compiling with VS14 CTP.

These fixes should not affect any other platforms.

I have not tried to build Polycode Lua yet, but that also should not be affected.

Assimp was trying to use its own implementation of stdint.h, but VS14
has stdint.h built in. Type redefinitions were causing the build to
fail.
CMake's CHECK_FUNCTION_EXISTS function fails if the requested function
is built-in, not a real function, or inlined (which is the case with
snprintf()).
Spaces are necessary when using a macro; without a space, the macro will
not be replaced, and will be treated as a literal suffix.
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

Successfully merging this pull request may close these issues.

1 participant