-
Notifications
You must be signed in to change notification settings - Fork 713
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
Build fails with MSBuild #171
Comments
Thanks for your report. The reason is that
Now you can build either a standalone project or the entire solution. |
Thank you @WeiDaiWD for your answer. |
You are right. Fix 1 has been implemented internally. It will appear in the next release. |
I'm trying to build SEAL 3.5.1 with MSBuild on Windows in Powershell.
The build fails when I use the project file
native\src\SEAL.vcxproj
.When I use the solution file
SEAL.sln
building the project SEAL.vcxproj pass and I can findthe library built in\lib\x64\Release\seal.lib
msbuild SEAL.sln /p:configuration=Release /p:platform=x64
but it continue the build the others projects (examples, test, dotnet, ....).
Anyway to build
SEAL.vcxproj
project only?Edit:
You can find the logs here.
The text was updated successfully, but these errors were encountered: