stride3d / stride

Stride Game Engine (formerly Xenko)
https://stride3d.net
MIT License
6.34k stars 920 forks source link

Cannot build Xenko for Linux #544

Closed phr00t closed 4 years ago

phr00t commented 4 years ago

Release Type: Official Github

Version: Latest clone (with LFS)

Platform(s): Windows 10 x64

Describe the bug When opening the Xenko solution with Xenko.Linux.bat and trying to build, Xenko.Engine fails to build with missing DLL errors.

To Reproduce Steps to reproduce the behavior:

  1. Fresh clone of latest Xenko
  2. Open Xenko.Linux.bat
  3. Try and build the solution. It fails.

Expected behavior Xenko should be able to build for Linux.

Log and callstacks 63>------ Build started: Project: Xenko.Engine, Configuration: Debug Any CPU ------ 63>CSC : error CS0006: Metadata file 'D:\Phr00tsSoftware\xenko-official\sources\engine\Xenko.Games\bin\Debug\netstandard2.0\linux\Xenko.Games.dll' could not be found 63>CSC : error CS0006: Metadata file 'D:\Phr00tsSoftware\xenko-official\sources\engine\Xenko.Graphics\bin\Debug\netstandard2.0\linux\Xenko.Graphics.dll' could not be found 63>CSC : error CS0006: Metadata file 'D:\Phr00tsSoftware\xenko-official\sources\engine\Xenko.Input\bin\Debug\netstandard2.0\linux\Xenko.Input.dll' could not be found 63>CSC : error CS0006: Metadata file 'D:\Phr00tsSoftware\xenko-official\sources\engine\Xenko.Shaders.Compiler\bin\Debug\netstandard2.0\linux\Xenko.Shaders.Compiler.dll' could not be found 63>CSC : error CS0006: Metadata file 'D:\Phr00tsSoftware\xenko-official\sources\engine\Xenko.VirtualReality\bin\Debug\netstandard2.0\linux\Xenko.VirtualReality.dll' could not be found 63>Done building project "Xenko.Engine.csproj" -- FAILED.

phr00t commented 4 years ago

Yay, thank you!