Skip to content

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