Discussion:
[Boost-users] VS 2017 RC + boost.context
Michael Steinberg
2016-12-03 11:59:38 UTC
Permalink
Hi there,

I'm trying to build boost with VS 2017 RC but run into problems building
boost.context. The project jam file somehow triggers to build the
"unsupported.cpp", but I'm not proficient enough with the build system
to find out how I can circumvent that.
I would be very grateful if somebody could help me out with this.

Cheers!
Michael
Trueman, Chris
2016-12-04 09:53:49 UTC
Permalink
See:

https://groups.google.com/forum/#!topic/boost-list/g2gswFUuTrs

Please read the whole thread. I started out labelling the binaries with vc150 before changing to vc141.



Chris.

-----Original Message-----
From: Boost-users [mailto:boost-users-***@lists.boost.org] On Behalf Of Michael Steinberg
Sent: 03 December 2016 12:00
To: boost-***@lists.boost.org
Subject: [Boost-users] VS 2017 RC + boost.context

Hi there,

I'm trying to build boost with VS 2017 RC but run into problems building boost.context. The project jam file somehow triggers to build the "unsupported.cpp", but I'm not proficient enough with the build system to find out how I can circumvent that.
I would be very grateful if somebody could help me out with this.

Cheers!
Michael

_______________________________________________
Boost-users mailing list
Boost-***@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users


_______________________________________________________
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify the sender
immediately, and then destroy it.
Michael Steinberg
2016-12-04 10:01:48 UTC
Permalink
Hello Chris,

thank you for the reply. That is however not the problem I think, I
tried to follow the instructions in that thread. The rest of boost
builds fine, it's just that boost.context thinks it is built on an
unsupported platform (I looked at its jam file but could not make out
anything obvious to me that would fail its platform tests). Does context
build for you?

Michael
Post by Trueman, Chris
https://groups.google.com/forum/#!topic/boost-list/g2gswFUuTrs
<https://groups.google.com/forum/#%21topic/boost-list/g2gswFUuTrs>
Please read the whole thread. I started out labelling the binaries
with vc150 before changing to vc141.
Chris.
-----Original Message-----
Behalf Of Michael Steinberg
Sent: 03 December 2016 12:00
Subject: [Boost-users] VS 2017 RC + boost.context
Hi there,
I'm trying to build boost with VS 2017 RC but run into problems
building boost.context. The project jam file somehow triggers to build
the "unsupported.cpp", but I'm not proficient enough with the build
system to find out how I can circumvent that.
I would be very grateful if somebody could help me out with this.
Cheers!
Michael
_______________________________________________
Boost-users mailing list
http://lists.boost.org/mailman/listinfo.cgi/boost-users
------------------------------------------------------------------------
The contents of this e-mail are intended for the named addressee only.
It contains information that may be confidential. Unless you are the
named addressee or an authorized designee, you may not copy or use it,
or disclose it to anyone else. If you received it in error please
notify the sender immediately and then destroy it.
<#>
_______________________________________________
Boost-users mailing list
http://lists.boost.org/mailman/listinfo.cgi/boost-users
Trueman, Chris
2016-12-05 06:56:13 UTC
Permalink
I don't use boost.context so I hope this was the right thing to test for you.

I ran:

b2 -j2 address-model=64 --build-type=complete --with-context stage

This compiled without error the libboost_context-vc141-... libs and and boost_context-vc141-... DLLs.


Chris.

From: Boost-users [mailto:boost-users-***@lists.boost.org] On Behalf Of Michael Steinberg
Sent: 04 December 2016 10:02
To: boost-***@lists.boost.org
Subject: Re: [Boost-users] VS 2017 RC + boost.context

Hello Chris,
thank you for the reply. That is however not the problem I think, I tried to follow the instructions in that thread. The rest of boost builds fine, it's just that boost.context thinks it is built on an unsupported platform (I looked at its jam file but could not make out anything obvious to me that would fail its platform tests). Does context build for you?
Michael

Am 04.12.2016 um 10:53 schrieb Trueman, Chris:
See:

https://groups.google.com/forum/#!topic/boost-list/g2gswFUuTrs

Please read the whole thread. I started out labelling the binaries with vc150 before changing to vc141.



Chris.

-----Original Message-----
From: Boost-users [mailto:boost-users-***@lists.boost.org] On Behalf Of Michael Steinberg
Sent: 03 December 2016 12:00
To: boost-***@lists.boost.org
Subject: [Boost-users] VS 2017 RC + boost.context

Hi there,

I'm trying to build boost with VS 2017 RC but run into problems building boost.context. The project jam file somehow triggers to build the "unsupported.cpp", but I'm not proficient enough with the build system to find out how I can circumvent that.
I would be very grateful if somebody could help me out with this.

Cheers!
Michael

_______________________________________________
Boost-users mailing list
Boost-***@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users
________________________________________
The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify the sender immediately and then destroy it.



_______________________________________________
Boost-users mailing list
Boost-***@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users



_______________________________________________________
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify the sender
immediately, and then destroy it.
Michael Steinberg
2016-12-05 07:34:44 UTC
Permalink
Hello Chris,

as usual the cause and my suspicions were far apart. Your testing led me
to dig further, thank you! It was b2 which had cached that I was
basically on "no platform at all". Deleting the "bin.v2" folder helped
so the values that were cached during the initial unsuccessful builds
vanished.

Michael
I don’t use boost.context so I hope this was the right thing to test
for you.
b2 -j2 address-model=64 --build-type=complete --with-context stage
This compiled without error the libboost_context-vc141-... libs and
and boost_context-vc141-... DLLs.
Chris.
Behalf Of Michael Steinberg
Sent: 04 December 2016 10:02
Subject: Re: [Boost-users] VS 2017 RC + boost.context
Hello Chris,
thank you for the reply. That is however not the problem I think, I
tried to follow the instructions in that thread. The rest of boost
builds fine, it's just that boost.context thinks it is built on an
unsupported platform (I looked at its jam file but could not make out
anything obvious to me that would fail its platform tests). Does
context build for you?
Michael
https://groups.google.com/forum/#!topic/boost-list/g2gswFUuTrs
<https://groups.google.com/forum/#%21topic/boost-list/g2gswFUuTrs>
Please read the whole thread. I started out labelling the binaries
with vc150 before changing to vc141.
Chris.
-----Original Message-----
Behalf Of Michael Steinberg
Sent: 03 December 2016 12:00
Subject: [Boost-users] VS 2017 RC + boost.context
Hi there,
I'm trying to build boost with VS 2017 RC but run into problems
building boost.context. The project jam file somehow triggers to build
the "unsupported.cpp", but I'm not proficient enough with the build
system to find out how I can circumvent that.
I would be very grateful if somebody could help me out with this.
Cheers!
Michael
_______________________________________________
Boost-users mailing list
http://lists.boost.org/mailman/listinfo.cgi/boost-users
________________________________________
The contents of this e-mail are intended for the named addressee only.
It contains information that may be confidential. Unless you are the
named addressee or an authorized designee, you may not copy or use it,
or disclose it to anyone else. If you received it in error please
notify the sender immediately and then destroy it.
_______________________________________________
Boost-users mailing list
http://lists.boost.org/mailman/listinfo.cgi/boost-users
------------------------------------------------------------------------
The contents of this e-mail are intended for the named addressee only.
It contains information that may be confidential. Unless you are the
named addressee or an authorized designee, you may not copy or use it,
or disclose it to anyone else. If you received it in error please
notify the sender immediately and then destroy it.
<#>
_______________________________________________
Boost-users mailing list
http://lists.boost.org/mailman/listinfo.cgi/boost-users
Continue reading on narkive:
Search results for '[Boost-users] VS 2017 RC + boost.context' (Questions and Answers)
19
replies
Is Citra soda still available in the U.S.?
started 2006-07-31 17:42:12 UTC
non-alcoholic drinks
Loading...