Hello --

I extracted Boost.Filesystem using the BCP tool, so I could add it to my Xcode project without having to precompile. It worked great! Only problem is that I decided to move my project to Eclipse. Now, when I compile, I keep getting the following error:

Description: 'BOOST_UTF8_BEGIN_NAMESPACE' does not name a type

Resource: boost/libs/detail/utf8_codecvt_facet.cpp


Anyone know how I might try to get this to work in Eclipse? Thank you so much in advance.