Eartrumpet: How to build EarTrumpet

Created on 19 Nov 2018  路  11Comments  路  Source: File-New-Project/EarTrumpet

Where can we find a comprehensive guide on how to build EarTrumpet from source?

I've installed Visual Studio 2017 Community edition, however, it keeps spitting a ton of errors about missing stuff I don't know where to find.

bug

Most helpful comment

@jclaessens97 I was able to reproduce this; workaround in #320

All 11 comments

Hey @Onepamopa, will write this up ASAP. Can you share the errors you're getting to ensure I cover all bases?

I'm not saying "do this immediately". I just need the basic requirements - what do I need to install along with Visual Studio, so I would be able to compile it.

1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Windows". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
1>C:\Users\user\Desktop\EarTrumpet-master\EarTrumpet\Extensions\PackageVersionExtensions.cs(1,7,1,14): error CS0246: The type or namespace name 'Windows' could not be found (are you missing a using directive or an assembly reference?)

Severity Code Description Project File Line Suppression State
Error APPX3217 SDK folder containing 'UAP.props' for 'UAP 10.0.14393.0' cannot be located. See http://go.microsoft.com/fwlink/?LinkID=798187 for more information. EarTrumpet.Package C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\VisualStudio\v15.0\AppxPackage\Microsoft.AppXPackage.Targets 852

I was using a newer SDK 10.0.17763.132, why the project requires an old one?

We still support Windows 10 Anniversary Edition, so need to target the lowest version.

Closing this as we have docs now. If you find any issues, feel free to re-open/comment.

@riverar Hey, in June I cloned & got it working, but had a fresh windows install since then. Now I followed the doc linked above, but it keeps spitting an error about the Windows reference in the Eartrumpet project. Any chance you forgot to mention that in the doc? 馃槂 See screenshot below, this is the output when I try to build the Package project on x86.

afbeelding

And the correct UWP SDK is installed:
afbeelding

@riverar Hey, in June I cloned & got it working, but had a fresh windows install since then. Now I followed the doc linked above, but it keeps spitting an error about the Windows reference in the Eartrumpet project. Any chance you forgot to mention that in the doc? 馃槂 See screenshot below, this is the output when I try to build the Package project on x86.

afbeelding

And the correct UWP SDK is installed:
afbeelding

Also having this issue.

@jclaessens97 I was able to reproduce this; workaround in #320

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CosimoMatassini picture CosimoMatassini  路  4Comments

vertigo220 picture vertigo220  路  5Comments

TheBaronJJ picture TheBaronJJ  路  3Comments

BearTM picture BearTM  路  7Comments

neoOpus picture neoOpus  路  4Comments