freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FieldTour and SGI CC


From: Mark Mitchell
Subject: Re: FieldTour and SGI CC
Date: Thu, 04 Oct 2001 07:05:18 -0700



--On Wednesday, October 03, 2001 09:30:20 AM -0600 James Crotinger <address@hidden> 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                   address@hidden
CodeSourcery, LLC               http://www.codesourcery.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]