xpnteam/xpnet

Build fails for XPNetPluginTestHost

Closed this issue · 1 comments

The build of a clean checkout fails at the XPNetPlugInTestHost. It seems the XPNetPluginTestHost.vcxproj refers to some new files (LifecycleTests.cpp, StdCapture.cpp, TestCore.cpp) that are not included in the source.

Build log:

1>------ Rebuild All started: Project: XPNet.CLR, Configuration: Debug Any CPU ------
2>------ Rebuild All started: Project: XPNet.Native, Configuration: Debug x64 ------
3>------ Rebuild All started: Project: XPLMTestHarness, Configuration: Debug x64 ------
2>Platform.cpp
3>dllmain.cpp
1>XPNet.CLR -> C:\Users\markusb\Source\Repos\XPNetTest\xpnet\XPNet.CLR\bin\Debug\netcoreapp2.1\XPNet.CLR.dll
3>stdafx.cpp
3>XPLMTestHarness.cpp
2>xpnetclrhost.cpp
1>Successfully created package 'C:\Users\markusb\Source\Repos\XPNetTest\xpnet\XPNet.CLR\bin\Debug\XPNet.CLR.0.1.5.nupkg'.
4>------ Rebuild All started: Project: XPNet.LoggerPlugin, Configuration: Debug Any CPU ------
5>------ Rebuild All started: Project: XPNet.GraphicsTestPlugin, Configuration: Debug Any CPU ------
5>XPNet.GraphicsTestPlugin -> C:\Users\markusb\Source\Repos\XPNetTest\xpnet\XPNet.GraphicsTestPlugin\bin\Debug\netcoreapp2.1\XPNet.GraphicsTestPlugin.dll
6>------ Rebuild All started: Project: XPNet.CLR.Tests, Configuration: Debug Any CPU ------
2>XPNetPlugin.cpp
2>Generating Code...
3>   Creating library C:\Users\markusb\Source\Repos\XPNetTest\xpnet\build\x64\Debug\XPLM_64.lib and object C:\Users\markusb\Source\Repos\XPNetTest\xpnet\build\x64\Debug\XPLM_64.exp
3>XPLMTestHarness.vcxproj -> C:\Users\markusb\Source\Repos\XPNetTest\xpnet\build\x64\Debug\XPLM_64.dll
6>XPNet.CLR.Tests -> C:\Users\markusb\Source\Repos\XPNetTest\xpnet\XPNet.CLR.Tests\bin\Debug\netcoreapp2.1\XPNet.CLR.Tests.dll
4>XPNet.LoggerPlugin -> C:\Users\markusb\Source\Repos\XPNetTest\xpnet\XPNet.LoggerPlugin\bin\Debug\netcoreapp2.1\XPNet.LoggerPlugin.dll
2>dllmain.cpp
2>   Creating library C:\Users\markusb\Source\Repos\XPNetTest\xpnet\build\x64\Debug\XPNet.Native.lib and object C:\Users\markusb\Source\Repos\XPNetTest\xpnet\build\x64\Debug\XPNet.Native.exp
2>XPNet.Native.vcxproj -> C:\Users\markusb\Source\Repos\XPNetTest\xpnet\build\x64\Debug\XPNet.Native.dll
2>        1 file(s) copied.
7>------ Rebuild All started: Project: XPNetPluginTestHost, Configuration: Debug x64 ------
7>LifecycleTests.cpp
7>c1xx : fatal error C1083: Cannot open source file: 'LifecycleTests.cpp': No such file or directory
7>StdCapture.cpp
7>c1xx : fatal error C1083: Cannot open source file: 'StdCapture.cpp': No such file or directory
7>stdafx.cpp
7>TestCore.cpp
7>c1xx : fatal error C1083: Cannot open source file: 'TestCore.cpp': No such file or directory
7>XPNetPluginTestHost.cpp
7>Generating Code...
7>Done building project "XPNetPluginTestHost.vcxproj" -- FAILED.
========== Rebuild All: 6 succeeded, 1 failed, 0 skipped ==========

I fixed this not long after it was reported last year but neglected to close the issue. Closing now.