FieldTour and SGI CC
Mark Mitchell
mark at codesourcery.com
Thu Oct 4 14:05:18 UTC 2001
--On Wednesday, October 03, 2001 09:30:20 AM -0600 James Crotinger
<jcrotinger at proximation.com> wrote:
>
> 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 don't know of any techniques here. I guess the obvious thing to
check is that LeafFunctor really does have Type_t as a member, in
all specializations, painful though thtat seems.
--
Mark Mitchell mark at codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
More information about the pooma-dev
mailing list