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

Compiler setting mismatch errors #1

Open
adielfernandez opened this issue Aug 10, 2018 · 0 comments
Open

Compiler setting mismatch errors #1

adielfernandez opened this issue Aug 10, 2018 · 0 comments

Comments

@adielfernandez
Copy link

When compiling SDFText with other blocks you may see the errors below.

1>cinder-sdftext-v140.lib(SdfText.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in SDF_ConfigApp.obj
1>cinder-sdftext-v140.lib(SdfText.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MTd_StaticDebug' in SDF_ConfigApp.obj

To fix, go to VS > Project Properties > Linker > Input > Additional Dependencies then remove the path to the debug cinder-sdftext-v140.lib from your release build settings and remove the release path from the debug build settings.

Caused by cinderblock.xml hard-coding path to lib file due to TinderBox not supporting different VS platform/configuration targets.

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

1 participant