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

error C2059: syntax error: ';' #682

Closed
HeoSolji opened this issue Mar 11, 2024 · 0 comments
Closed

error C2059: syntax error: ';' #682

HeoSolji opened this issue Mar 11, 2024 · 0 comments

Comments

@HeoSolji
Copy link

when i run build command in my project:
cmake --build build
it return error about syntax problems in the source code

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')

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