FieldTour and SGI CC
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FieldTour and SGI CC



FieldTour and a number of other things won't compile with SGI CC on nirvana.
Here's the error I get:

cc-1132 CC: ERROR File = /scratch/jac/r2/src/Evaluator/MultiArgEvaluator.h,
Line
 = 493
  The class template "LeafFunctor<Node, EngineView<Tag>>" has no member
"Type_t"
.

    typedef typename LeafFunctor<A1, EngineView<Tag> >::Type_t Type1_t;
                                                        ^

1 error detected in the compilation of
"/scratch/jac/r2/src/Field/tests/FieldTou
r1.cpp".

real 20.313
user 14.109
sys  3.195

This is not a very helpful message - is there any way to get SGI CC to tell
us what it was instantiating when this happened? Any ideas here? 

I'm not sure if I had tested any of these things recently or not. 

At any rate, I think it is important that we be able to compile with SGI CC
since it is easier to do remote debugging (dbx works - totalview seems to
work with KCC, but using X over SSH sucks, and I don't really want to take
the time to learn the command line interface to totalview). 

  Jim