Boost logo

Boost :

Subject: Re: [boost] [context] msvc /SAFESEH
From: Tobias Loew (Tobias.Loew_at_[hidden])
Date: 2014-08-24 06:59:53


Hi,

I had the same problem (with version 1.56) and I solved adding /safeseh in
boost_1_56_0\libs\context\build\Jamfile.v2 as supposed:

actions masm
{
     ml /safeseh /c /Fo"$(<)" "$(>)"
}

and -safeseh in boost_1_56_0\tools\build\src\tools\msvc.jam, line 952:

        local default-assembler-i386 = "ml -coff -safeseh" ;

Maybe someone can explain, why this works?

Tobias

--
View this message in context: http://boost.2283326.n4.nabble.com/context-msvc-SAFESEH-tp4652245p4666842.html
Sent from the Boost - Dev mailing list archive at Nabble.com.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk