Hello, Has anyone gotten boost_1_31 to compile with Forte 8.0 (__SUNPRO_CC = x550) ? I get errors for the boost::iterator. Also, does anyone know if the next release of boost will be compatible with forte 8.0? Thanks Tom
"Tom Aratari"
Hello, Has anyone gotten boost_1_31 to compile with Forte 8.0 (__SUNPRO_CC = x550) ? I get errors for the boost::iterator.
I don't know about that particular version, but historically Sun compilers have had such lousy template support that getting Boost to work on them has been all but hopeless. Sun 0x560 is showing 54% failures at http://www.boost.org/regression-logs/cs-SunOS.html.
Also, does anyone know if the next release of boost will be compatible with forte 8.0?
Very unlikely. Sun needs to fix their darned compiler before we stand much of a chance with it. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
David Abrahams wrote:
"Tom Aratari"
writes: Also, does anyone know if the next release of boost will be compatible with forte 8.0?
Very unlikely. Sun needs to fix their darned compiler before we stand much of a chance with it.
Yes, I think the real question is whether the next release of the Sun
compiler will be compatible with Boost. The more pressure Sun gets from
its customers, the more likely it is that this will happen, so I
encourage you to let Sun know that Boost is important to you.
--
Christopher Currie
----- Original Message -----
From: "David Abrahams"
"Tom Aratari"
writes: Hello, Has anyone gotten boost_1_31 to compile with Forte 8.0 (__SUNPRO_CC = x550) ? I get errors for the boost::iterator.
I don't know about that particular version, but historically Sun compilers have had such lousy template support that getting Boost to work on them has been all but hopeless. Sun 0x560 is showing 54% failures at http://www.boost.org/regression-logs/cs-SunOS.html.
Tell me about it! I have to cross platform compile many things, and templating on Forte is not fun. But the template support in Forte 8 is MUCH improved over 7.2 .. The syntax is weird but I have gotten things to compile.
Also, does anyone know if the next release of boost will be compatible with forte 8.0?
Very unlikely. Sun needs to fix their darned compiler before we stand much of a chance with it.
That might take an eternity :) Tom
Tom Aratari wrote:
Tell me about it! I have to cross platform compile many things, and templating on Forte is not fun. But the template support in Forte 8 is MUCH improved over 7.2 .. The syntax is weird but I have gotten things to compile.
Patches are always welcome ... :-)
--
Christopher Currie
participants (5)
-
Christopher Currie
-
Christopher Currie
-
David Abrahams
-
Tom Aratari
-
Tom Aratari