Exact that problem. Though the same here's my build log follows. For the time being, I should work on aos only under windows.
In file included from /Users/jhlee/prj/oss/mine/aos-all/library/aoslcpp/source/aosl/activation.cpp:23:
In file included from /Users/jhlee/prj/oss/mine/aos-all/library/aoslcpp/include/aosl/activation.hpp:37:
In file included from /Users/jhlee/prj/oss/mine/aos-all/library/aoslcpp/include/aosl/activation_forward.hpp:44:
In file included from /Users/jhlee/sdk/xsd-3.3.0-i686-macosx/libxsd/xsd/cxx/tree/parsing.hxx:10:
In file included from /Users/jhlee/sdk/xsd-3.3.0-i686-macosx/libxsd/xsd/cxx/tree/parsing/date-time.txx:7:
In file included from /Users/jhlee/sdk/xsd-3.3.0-i686-macosx/libxsd/xsd/cxx/zc-istream.hxx:215:
/Users/jhlee/sdk/xsd-3.3.0-i686-macosx/libxsd/xsd/cxx/zc-istream.txx:35:7: error: use of undeclared identifier
'setg'
setg (b, b, e);
^
this->
/Users/jhlee/sdk/xsd-3.3.0-i686-macosx/libxsd/xsd/cxx/zc-istream.txx:17:7: note: in instantiation of member function
'xsd::cxx::zc_streambuf<char>::init' requested here
init ();
^
/Users/jhlee/sdk/xsd-3.3.0-i686-macosx/libxsd/xsd/cxx/zc-istream.txx:64:11: note: in instantiation of member
function 'xsd::cxx::zc_streambuf<char>::zc_streambuf' requested here
: buf_ (str)
^
/Users/jhlee/sdk/xsd-3.3.0-i686-macosx/libxsd/xsd/cxx/zc-istream.txx:81:11: note: in instantiation of member
function 'xsd::cxx::zc_istream_base<char>::zc_istream_base' requested here
: zc_istream_base<C> (str),
^
/Users/jhlee/sdk/xsd-3.3.0-i686-macosx/libxsd/xsd/cxx/tree/parsing/date-time.txx:211:25: note: in instantiation of
member function 'xsd::cxx::zc_istream<char>::zc_istream' requested here
zc_istream<C> is (year_fragment);
^
/Users/jhlee/sdk/xsd-3.3.0-i686-macosx/libxsd/xsd/cxx/tree/parsing/date-time.txx:163:9: note: in instantiation of
member function 'xsd::cxx::tree::gyear<char, xsd::cxx::tree::simple_type<xsd::cxx::tree::_type> >::parse'
requested here
parse (text_content<C> (e));
^
/Users/jhlee/sdk/xsd-3.3.0-i686-macosx/libxsd/xsd/cxx/tree/type-factory-map.txx:434:41: note: in instantiation of
member function 'xsd::cxx::tree::gyear<char, xsd::cxx::tree::simple_type<xsd::cxx::tree::_type> >::gyear'
requested here
return std::auto_ptr<type> (new T (e, f, c));
^
/Users/jhlee/sdk/xsd-3.3.0-i686-macosx/libxsd/xsd/cxx/tree/type-factory-map.txx:170:11: note: in instantiation of
function template specialization 'xsd::cxx::tree::factory_impl<xsd::cxx::tree::gyear<char,
xsd::cxx::tree::simple_type<xsd::cxx::tree::_type> > >' requested here
&factory_impl<gyear>,
^
/Users/jhlee/sdk/xsd-3.3.0-i686-macosx/libxsd/xsd/cxx/tree/type-factory-map.txx:414:21: note: in instantiation of
member function 'xsd::cxx::tree::type_factory_map<char>::type_factory_map' requested here
map = new type_factory_map<C>;
^
/Users/jhlee/prj/oss/mine/aos-all/library/aoslcpp/source/aosl/activation.cpp:37:3: note: in instantiation of member
function 'xsd::cxx::tree::type_factory_plate<0, char>::type_factory_plate' requested here
type_factory_plate_init;
^
/usr/bin/../lib/c++/v1/streambuf:172:10: note: must qualify identifier to find this declaration in dependent base
class
void setg(char_type* __gbeg, char_type* __gnext, char_type* __gend);
....