You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by 김도영 <di...@gmail.com> on 2017/06/21 07:43:17 UTC

Error on building REEF.NET on Windows 10 with VS 2017

Hi!

I’m trying to reproduce failures in [REEF-1462] Fix Transient test failures in App Veyor. But In my machine, I cannot build properly by VS 2017.

It says "mscoree.h could not be found" like [REEF-1781]. I tried to use solution in pull request which is in the comment, but it seems didn’t work.

Is there any other suggestion for fix this?

Thank you!
Doyoung




RE: Error on building REEF.NET on Windows 10 with VS 2017

Posted by 김도영 <di...@gmail.com>.
I got successful build with VS 2015 after uninstalling VS 2017 (since I have small size SSD)

It is great to hear that it would not be problem in future.
Thanks for your advice!

Doyoung

보낸 사람: Markus Weimer
보낸 날짜: 2017년 6월 23일 금요일 오전 4:13
받는 사람: REEF Developers Mailinglist
제목: Re: Error on building REEF.NET on Windows 10 with VS 2017

> Then, I’ll work out with VS 2015 for now.

Once you have VS 2015 installed, the builds also work from VS 2017.
Why this happens escapes me, though :)

On a happy note: the offending C++ code is going away as part of
Doug's work. Hence, we won't hit this issue in the future.

Markus


Re: Error on building REEF.NET on Windows 10 with VS 2017

Posted by Douglas Service <ds...@gmail.com>.
This happens because VS2017 will use the 8.1 platform SDK installed with VS
2015: otherwise, you have to change the SDK version on the bridge C++
project to 10.* However, the email I sent out recently tells how to avoid
this by selecting the option to install the 8.1 platform SDK when
installing VS 2017 stand alone. Most of us should be moving to VS 2017
stand alone as this will be the configuration for new users and developers.

On Thu, Jun 22, 2017 at 12:12 PM, Markus Weimer <ma...@weimo.de> wrote:

> > Then, I’ll work out with VS 2015 for now.
>
> Once you have VS 2015 installed, the builds also work from VS 2017.
> Why this happens escapes me, though :)
>
> On a happy note: the offending C++ code is going away as part of
> Doug's work. Hence, we won't hit this issue in the future.
>
> Markus
>

Re: Error on building REEF.NET on Windows 10 with VS 2017

Posted by Markus Weimer <ma...@weimo.de>.
> Then, I’ll work out with VS 2015 for now.

Once you have VS 2015 installed, the builds also work from VS 2017.
Why this happens escapes me, though :)

On a happy note: the offending C++ code is going away as part of
Doug's work. Hence, we won't hit this issue in the future.

Markus

RE: Error on building REEF.NET on Windows 10 with VS 2017

Posted by 김도영 <di...@gmail.com>.
Then, I’ll work out with VS 2015 for now.
 
Thank you!

Doyoung

보낸 사람: Markus Weimer
보낸 날짜: 2017년 6월 23일 금요일 오전 3:50
받는 사람: REEF Developers Mailinglist
제목: Re: Error on building REEF.NET on Windows 10 with VS 2017

> It says "mscoree.h could not be found" like [REEF-1781]. I tried to use solution in pull request which is in the comment, but it seems didn’t work.

The easiest way to overcome this for now is to also install VS 2015 on
the machine.

Markus


Re: Error on building REEF.NET on Windows 10 with VS 2017

Posted by Markus Weimer <ma...@weimo.de>.
> It says "mscoree.h could not be found" like [REEF-1781]. I tried to use solution in pull request which is in the comment, but it seems didn’t work.

The easiest way to overcome this for now is to also install VS 2015 on
the machine.

Markus