Compile errors with format.hpp on AIX
::stream_format_state(char)". "/g/g0/rcook/downloads/boost_1_33_0/boost/format/internals.hpp", line 78.53: 1540-0700 (I) The previous message was produced while
::make_or_reuse_data(size_t)". "/g/g0/rcook/downloads/boost_1_33_0/boost/format/parsing.hpp", line 415.9: 1540-0700 (I) The previous message was produced while
::parse(const string_type &)". "/g/g0/rcook/downloads/boost_1_33_0/boost/format/
::basic_format(const string_type &)". "MirandaReader.C", line 138.6: 1540-0700 (I) The previous message was
Hi,
Sorry for this repost; my first post was ignored or didn't make it to
the list somehow. I am hoping the answer is not, "Forget it, boost
doesn't work on AIX." But that is what I'm beginning to suspect. Or
am I posting to the wrong list?
Including boost/format.hpp on AIX in my project results in the
following errors. Does anyone have an idea what is happening? I
googled all over the place but found no help on the subject. Is
boost only good with gcc? I don't think so, because the compiler for
boost works with xlC. Hmm.
xlC -c -g -I/g/g0/rcook/aix_5_64_fed/include -I/g/g0/rcook/
downloads/boost_1_33_0 MirandaReader.C -o aix_5_64_fed/MirandaReader.o
"/g/g0/rcook/downloads/boost_1_33_0/boost/optional/optional.hpp",
line 388.66: 1540-0217 (S) "T" is not a member of "locale".
"/g/g0/rcook/downloads/boost_1_33_0/boost/optional/optional.hpp",
line 388.10: 1540-0700 (I) The previous message was produced while
processing
"boost::optional_detail::optional_basestd::locale::destroy_impl
(is_not_reference_tag)".
"/g/g0/rcook/downloads/boost_1_33_0/boost/optional/optional.hpp",
line 362.9: 1540-0700 (I) The previous message was produced while
processing
"boost::optional_detail::optional_basestd::locale::destroy()".
"/g/g0/rcook/downloads/boost_1_33_0/boost/optional/optional.hpp",
line 208.24: 1540-0700 (I) The previous message was produced while
processing
"boost::optional_detail::optional_basestd::locale::~optional_base()".
"/g/g0/rcook/downloads/boost_1_33_0/boost/optional/optional.hpp",
line 130.7: 1540-0700 (I) The previous message was produced while
processing
"boost::optional_detail::optional_basestd::locale::__dftbdt()".
"/g/g0/rcook/downloads/boost_1_33_0/boost/optional/optional.hpp",
line 471.5: 1540-0700 (I) The previous message was produced while
processing "boost::optionalstd::locale::~optional()".
"/g/g0/rcook/downloads/boost_1_33_0/boost/format/internals.hpp", line
38.9: 1540-0700 (I) The previous message was produced while
processing
"boost::io::detail::stream_format_state
participants (1)
-
Rich Cook