Subject: Re: [boost] [1.56] Getting the release back on track - build errors
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2014-07-02 15:53:04


2014-07-02 20:28 GMT+02:00 John Maddock <jz.maddock_at_[hidden]>:

>
> * Context fails to build complaining about ml64 not being found, but since
> I'm building with gcc it really should be using as?
>

At the moment boost.context supports only masm64 on 64bit Windows - because
mams comes with macros installing/generating the exception tables.
Using GNU as would require to port the masm syntax to GNU as and generating
the exception table entries by hand.