2008/11/1 Z. S. O.
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.
A header with #define BOOST_UTF8_BEGIN_NAMESPACE ... is missing. However, I don't know the answer, but you will have higher chances to get the right answer if you save the hole output at the eclipse console, upload it to a pastebin and give us the link. The same for the source file which triggers the error message. Best, -- Maik