$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [context] msvc /SAFESEH
From: Jeff Flinn (jeffrey.flinn_at_[hidden])
Date: 2013-10-01 13:34:27
On 10/1/2013 1:12 PM, Oliver Kowalke wrote:
> Currently it is not supported, e.g. you could try to set the SAFESEH in the
> masm command line (build/Jamfile).
> Please report what happened.
I've added /safeseh in ...\boost_1_53_0\libs\context\build\Jamfile.v2:
actions masm
{
ml /safeseh /c /Fo"$(<)" "$(>)"
}
And get the same link errors:
>>
>> 1>libboost_context-vc100-mt-**gd-1_53.lib(jump_i386_ms_pe_**masm.obj) :
>> error LNK2026: module unsafe for SAFESEH image.
>> 1>libboost_context-vc100-mt-**gd-1_53.lib(make_i386_ms_pe_**masm.obj) :
>> error LNK2026: module unsafe for SAFESEH image.
/VERBOSE:SAFESEH provides no futher information.
Let me know if you have any other ideas to try.
Jeff