Wanted help building from source. #1662
-
Hello. This is a shot in the dark. I have been trying to build stride from source for going on a week and I am not sure what I am doing wrong. I have all the prerequisites, have tried unistallling and reinstalling vs, clearing the Nuget cache, etc. I follow the instruction procisly and use lfs to clone the repo but it always seems like files are missing. Any help woul be appreciated thanks in advance. These are some of the messages I get. 18>C:\Users\camer\Desktop\stride\samples\Tests\Stride.Samples.Tests.csproj(30,3): warning MSB4011: "C:\Users\camer\Desktop\stride\sources\shared\Stride.NuGetResolver\Stride.NuGetResolver.projitems" cannot be imported again. It was already imported at "C:\Users\camer\Desktop\stride\samples\Tests\Stride.Samples.Tests.csproj (3,3)". This is most likely a build authoring error. This subsequent import will be ignored. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Just to go through a short checklist have you:
and finally if all are checked have you seen this video from marian? https://www.youtube.com/watch?v=bXSC9o-EaR8 it helped me get started originally. |
Beta Was this translation helpful? Give feedback.
-
The logs you've published say that one of the test projects failed to compile because another projects it depends on failed to compile. Please find the first project which fails and comment the error message for that one. |
Beta Was this translation helpful? Give feedback.
-
Are you compiling using a Release configuration, or a Debug configuration? Compiling using a Release configuration works on my machine (despite having the same errors when trying to compile using a debug config) |
Beta Was this translation helpful? Give feedback.
Are you compiling using a Release configuration, or a Debug configuration? Compiling using a Release configuration works on my machine (despite having the same errors when trying to compile using a debug config)