13 Jun
2007
13 Jun
'07
4:02 p.m.
Ion Gaztañaga wrote:
I've installed Solaris Express Developer in a virtual machine and I'm able to compile all perfectly with GCC + Sun linker. However the Sun compiler (SunStudio 11, with 5.8 compiler version) does not compile the latest Intrusive CVS saying that std::iterator_traits is not in std namespace. I've just put SunCC in the low-priority queue, because I can't spend more time investigating this issue. I might be configuring something wrong, though.
I've just found this to help me: http://blogs.sun.com/sga/category/Boost and http://developers.sun.com/sunstudio/documentation/ss11/mr/READMEs/c++_faq.ht... It seems that I should try with STLport instead of the default standard library. I'll try it again. Regards, Ion