Beehive icon indicating copy to clipboard operation
Beehive copied to clipboard

Error with building the mdstuidio project in Visual Studio

Open mpatsis opened this issue 4 years ago • 0 comments

Hi,

Thank you for the amazing work. I was trying to build this following the instructions you have provided but I seem to have run into an issue that I did not manage to solve. I've downloaded the ion-engine and luminary. When building the project in visual studio 2019 I run into an error:

Build started... 1>------ Build started: Project: beehivestudio, Configuration: win64 debug Win32 ------ 1>* Requested toolchain [ win64/debug ] was not found! 1>E:\Microsoft\Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.MakeFile.Targets(44,5): error MSB3073: The command "C:\Users\Mpatsis\Desktop\MegaDriveDevelopment\Tools\Beehive\mdstudio_Build\jam.bat "-CC:/Users/Mpatsis/Desktop/MegaDriveDevelopment/Tools/Beehive/mdstudio/_Build/" -g C.TOOLCHAIN=win64/debug beehivestudio" exited with code 1. 1>Done building project "beehivestudio.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Here is the exec line (along with a couple of surrounding lines) that generates the issue: <Target Name="Build" DependsOnTargets="PrepareForNMakeBuild;ResolveReferences;GetTargetPath;$(PreNMakeBuildTarget)" Returns="$(NMakeManagedOutput)"> <VCMessage Code="MSB8005" Type="Warning" Arguments="NMakeBuildCommandLine" Condition="'$(NMakeBuildCommandLine)'==''"/> <Exec Command="$(NMakeBuildCommandLine)" Condition="'$(NMakeBuildCommandLine)'!=''"/> </Target>

Any idea why this happens?

mpatsis avatar Jan 24 '21 16:01 mpatsis