[context] b2 fails to build libraries if --with-context is set
Hi, Issue with failing boost build are reported here: http://stackoverflow.com/questions/27342524/buidling-boost-error-name-clash-... and http://stackoverflow.com/questions/28398390/boost-build-breaks-name-clash-fo... This seems like a critical bug! -- Best regards, Antony Polukhin
-----Original Message----- From: Boost [mailto:boost-bounces@lists.boost.org] On Behalf Of Antony Polukhin Sent: 02 March 2015 15:07 To: boost@lists.boost.org List Subject: [boost] [context] b2 fails to build libraries if --with-context is set
Hi,
Issue with failing boost build are reported here: http://stackoverflow.com/questions/27342524/buidling-boost-error-name-clash-... system-vc120-mt-1-58-dll/27885628#27885628 and http://stackoverflow.com/questions/28398390/boost-build-breaks-name-clash-fo... system-so-1-58-0
I've also hit this. After taking advice, I worked around by adding specific `address-model=64 and architecture=X86` to the b2 command. .\b2 address-model=64 architecture=x86 > ../develop-build64.log But it needs fixing? Paul PS Why is architecture=x86 rather than x86_x64 or something? http://en.wikipedia.org/wiki/X86-64 x86-64 (also known as x64, x86_64 and AMD64) --- Paul A. Bristow Prizet Farmhouse Kendal UK LA8 8AB +44 (0) 1539 561830
participants (2)
-
Antony Polukhin
-
Paul A. Bristow