$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] program_options bad_any_cast in XCode
From: Thijs Koerselman (thijskoerselman.lists_at_[hidden])
Date: 2009-10-27 07:01:49
On Tue, Oct 27, 2009 at 10:59 AM, Christopher Jefferson
<chris_at_[hidden]> wrote:
>
> An easy way to test if this is your problem is to add
> -D_GLIBCXX_FULLY_DYNAMIC_STRING to your command line and see if it fixes
> your problems (I suspect it will).
>
Hi Chris,
Thanks a lot for the info. This is good to be aware of. However
_GLIBCXX_FULLY_DYNAMIC_STRING didn't fix the problem. I have narrowed
it down to the "Symbols Hidden by Default" option.
(GCC_SYMBOLS_PRIVATE_EXTERN)
Whenever this option is enabled, it causes the software to crash. It
could still have something to do with Snow Leopard, I don't know...
Cheers,
Thijs