$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Richard (richardb_at_[hidden])
Date: 2006-04-26 12:29:28
Hi,
I'm trying to use Signals/Slots in my xcode project and I'm running into the
following linking errors on XCode 2.2
multiple definition of (anonymous namespace)::_1 in section
(__DATA,__common)
I'm getting this for _1 -> _9 and I can't figure out what is going on,
anyone have any ideas? I'm using the latest version of boost I got using
Darwin Ports on OS X 10.4 (version 1.33.1 I think)
Thanks,
--Richard