|
Boost : |
From: boost (boost_at_[hidden])
Date: 2002-07-03 07:34:42
Salut,
I'd like to compile my ublas based project on HP using
HP's aCC. Is there any hope ?
bash-2.03$ gmake 2>&1 | wc
1070 7735 106404
bash-2.03$
The error messages start like this:
bash-2.03$ gmake
aCC -AA -c -DNDEBUG -g -I/users/tkm/peter/DMRG tD.C
Error (future) 553: "/users/tkm/peter/DMRG/boost/numeric/ublas/storage.h",
line 1374 # Expected type arguments to follow class template name.
container_const_reference<indirect_array> (), it_ () {}
^^^^^^^^^^^^^^
Error (future) 553: "/users/tkm/peter/DMRG/boost/numeric/ublas/storage.h",
line 1377 # Expected type arguments to follow class template name.
container_const_reference<indirect_array> (ia), it_ (it)
{}
^^^^^^^^^^^^^^
Error (future) 553: "/users/tkm/peter/DMRG/boost/numeric/ublas/vector_et.h",
line 435 # Expected type arguments to follow class template name.
container_const_reference<vector_unary> (), it_ () {}
^^^^^^^^^^^^
Error (future) 553: "/users/tkm/peter/DMRG/boost/numeric/ublas/vector_et.h",
line 438 # Expected type arguments to follow class template name.
container_const_reference<vector_unary> (vu), it_ (it) {}
^^^^^^^^^^^^
Error (future) 553: "/users/tkm/peter/DMRG/boost/numeric/ublas/vector_et.h",
line 481 # Expected type arguments to follow class template name.
container_const_reference<vector_unary>::assign (&it ());
the project compiles fine using gcc-2-95.2 on HP; gcc-2.95.4 / gcc-3.0.4 /
intel icpc-6 on ia/32. Btw, I have similar problems using xlC VisualAge 5.0
on ibm rs6k,
Best wishes,
Peter
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk