We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when i run build command in my project: cmake --build build it return error about syntax problems in the source code
cmake --build build
MSBuild version 17.9.5+33de0b227 for .NET Framework 1>Checking Build System Building Custom Rule D:/vHHE_test/CMakeLists.txt main.cpp D:\SEAL\native\src\seal\version.h(30,22): error C2059: syntax error: ';' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp') D:\SEAL\native\src\seal\version.h(35,22): error C2059: syntax error: ';' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp') D:\SEAL\native\src\seal\version.h(40,22): error C2059: syntax error: ';' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp') D:\SEAL\native\src\seal\serialization.h(82,86): error C2059: syntax error: ')' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp') D:\SEAL\native\src\seal\serialization.h(82,86): error C2143: syntax error: missing '(' before ')' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp') D:\SEAL\native\src\seal\serialization.h(84,86): error C2059: syntax error: ')' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp') D:\SEAL\native\src\seal\serialization.h(84,86): error C2143: syntax error: missing '(' before ')' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp') D:\SEAL\native\src\seal\serialization.h(147,60): error C2059: syntax error: '&&' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp') D:\SEAL\native\src\seal\serialization.h(148,13): error C2143: syntax error: missing ';' before '{' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp') D:\SEAL\native\src\seal\serialization.h(153,60): error C2059: syntax error: '&&' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp') D:\SEAL\native\src\seal\serialization.h(154,13): error C2143: syntax error: missing ';' before '{' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp')
MSBuild version 17.9.5+33de0b227 for .NET Framework
1>Checking Build System Building Custom Rule D:/vHHE_test/CMakeLists.txt main.cpp D:\SEAL\native\src\seal\version.h(30,22): error C2059: syntax error: ';' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp')
D:\SEAL\native\src\seal\version.h(35,22): error C2059: syntax error: ';' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp')
D:\SEAL\native\src\seal\version.h(40,22): error C2059: syntax error: ';' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp')
D:\SEAL\native\src\seal\serialization.h(82,86): error C2059: syntax error: ')' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp')
D:\SEAL\native\src\seal\serialization.h(82,86): error C2143: syntax error: missing '(' before ')' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp')
D:\SEAL\native\src\seal\serialization.h(84,86): error C2059: syntax error: ')' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp')
D:\SEAL\native\src\seal\serialization.h(84,86): error C2143: syntax error: missing '(' before ')' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp')
D:\SEAL\native\src\seal\serialization.h(147,60): error C2059: syntax error: '&&' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp')
D:\SEAL\native\src\seal\serialization.h(148,13): error C2143: syntax error: missing ';' before '{' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp')
D:\SEAL\native\src\seal\serialization.h(153,60): error C2059: syntax error: '&&' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp')
D:\SEAL\native\src\seal\serialization.h(154,13): error C2143: syntax error: missing ';' before '{' [D:\vHHE_test\build\hello.vcxproj] (compiling source file '../main.cpp')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when i run build command in my project:
cmake --build build
it return error about syntax problems in the source code
The text was updated successfully, but these errors were encountered: