-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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 w/ Clang will not compile #190
Comments
The pragma issue have been fixed in fmtlib/fmt#256 but spdlog needs to update its copy of cppformat. Not sure what redefinition errors are about, maybe |
I pulled the latest format.h and format.cc from cppformat and replaced the ones in the spdlog master and in Visual Studio I set format.cc to not be included in the build. After doing those two steps, spdlog builds correctly with Visual Studio 2015 Clang. Can I recommend that spdlog updates its bundled copy of the cppformat library and adds a note to the README to set the format.cc file to not be included in the Visual Studio build? |
updated spdlog to latest version of cppformat |
Multiple compile errors with Visual Studio 2015 Update 2 RC and Clang.
Steps to reproduce:
Create new project: Templates -> Visual C++ -> Cross Platform -> Dynamic Library (windows) for Clang 3.7 with Microsoft Code Generation
Add spdlog files into project and try to compile and include "spdlog.h".
Output of errors
The text was updated successfully, but these errors were encountered: