-
Notifications
You must be signed in to change notification settings - Fork 512
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
unable to build with cmake + MSVC on Windows #492
Comments
disabling cpplint in cmake with #487 should fix this for end users by default, you can check a similar issue here #452 (comment) |
Thank you very much, the building was almost successful, only got 1 error:
Should I ignore it? |
almost forgot, you should disable cppcheck too: |
Thank you very much, everything went fine. |
SQLiteCpp version: 3.3.2
CMAKE GUI version: 3.30.0
MSVC: 2022, Version 17.9.7
Unable to build it with cmake GUI + MSVC 2022.
CMAKE output:
it was able to generate the solution files for VS but when i try to compile i got:
I do have python in my PATH env variable, Perl, and the Sqlite's source code is in SQLiteCpp-3.3.2\sqlite3
The text was updated successfully, but these errors were encountered: