You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions and upon build I get the following error:
[user@dev Doxa]$ export VCTargetsPath=./
[user@dev Doxa]$ dotnet build /p:Configuration=Debug
Microsoft (R) Build Engine version 16.9.0+5e4b48a27 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.
Determining projects to restore...
Restored /home/user/Repos/Doxa/Doxa/Doxa.vcxproj (in 191 ms).
/home/user/.nuget/packages/gccbuildtargets/1.19.325.5/build/Microsoft.Cpp.targets(214,5): error MSB4044: The "CLinkerTask" task was not given a value for the required parameter "OutputFile". [/home/user/Repos/Doxa/Doxa/Doxa.vcxproj]
Build FAILED.
/home/user/.nuget/packages/gccbuildtargets/1.19.325.5/build/Microsoft.Cpp.targets(214,5): error MSB4044: The "CLinkerTask" task was not given a value for the required parameter "OutputFile". [/home/user/Repos/Doxa/Doxa/Doxa.vcxproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.86
Do you have any hints where I should look for the cause?
I followed the instructions and upon build I get the following error:
Do you have any hints where I should look for the cause?
(I'm trying to build this one in Fedora 33: https://github.com/brandonmpetty/Doxa)
The text was updated successfully, but these errors were encountered: