On Mon, Jul 4, 2011 at 5:24 PM, Jean-Marc Lasgouttes <lasgout...@lyx.org> wrote:
> Le 03/07/2011 15:17, John McCabe-Dansted a écrit :
>> terminate called after throwing an instance of 'std::bad_alloc'
>>   what():  std::bad_alloc
>
> The problem is that external boost is in general compiled without
> stdlib-debug. Therefore you need to do that same with LyX itself.
>
> Does option --disable-stdlib-debug help?

That seems to help

> I do not know how to make this test automatic, unfortunately.

Could configure test whether basic boost commands work and suggest
removing --without-included-boost or adding  --disable-stdlib-debug if
they do not?
(Even
  regex_match(string("M"), what, regex("(.)"));
broke in this case)

> JMarc

-- 
John C. McCabe-Dansted

Reply via email to