$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Using boost library on MacOSx
From: justinleona_at_[hidden]
Date: 2009-07-24 12:53:48
It sounds like you don't have the include path for boost as part of
your build environment. By default I believe it should be installed
somewhere like '/opt/local/include/boost'. If you are using a
compiled boost library, you may also need '/opt/local/lib'. Can you
post more information on what build system you are using? (Xcode,
eclipse, make, etc).
Justin