microsoft / HoloJS

Provides a framework for creating holographic apps using JavaScript and WebGL.
MIT License
1.19k stars 114 forks source link

Release mode #168

Closed Reda-S closed 6 years ago

Reda-S commented 6 years ago

The VS solution is not building on release, it is working fine on build mode.

Almost-Done commented 6 years ago

What is the build error?

On May 28, 2018, at 10:52 AM, Reda-S notifications@github.com<mailto:notifications@github.com> wrote:

The VS solution is not building on release, it is working fine on build mode.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FMicrosoft%2FHoloJS%2Fissues%2F168&data=02%7C01%7Ccrispet%40microsoft.com%7C1b2efe30765948d3ad3f08d5c4c3bbef%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636631267307191649&sdata=n6%2FhF%2Bpd5qTnba5ErIPL5EjXc39ai%2FHdt%2BJbAe5ZO7A%3D&reserved=0, or mute the threadhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAVIoqm2acV4Cs1NGyEEcvepcUlJVzoXSks5t3DlJgaJpZM4UQd_X&data=02%7C01%7Ccrispet%40microsoft.com%7C1b2efe30765948d3ad3f08d5c4c3bbef%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636631267307191649&sdata=NafstldOqdqug4bsUUnv80BTRjrBV%2Fn6uTAnQIbvBQM%3D&reserved=0.

Reda-S commented 6 years ago

It is a strange compiler error:

C1001 an internal error has occurred in the compiler HoloJsHost-VS2017

I just tried the solution on a different machine and the release is building as expected... I guess I will close this issue, it might be something specific to that VS installation, and it would be very hard to replicate/fix if it isn't happening to you too...

Thanks.