help-gplusplus
[Top][All Lists]
Advanced

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

Re: compiling gperf


From: Ulrich Eckhardt
Subject: Re: compiling gperf
Date: Mon, 21 Nov 2005 07:07:39 +0100
User-agent: KNode/0.9.2

alex wrote:
> i am trying to compile gperf 3.0.1 und suse 10.0

URL?

> g++ -g -O2 -I. -I./../lib -c ./positions.cc

Which compiler version is that?

> ./positions.h:74: error: 'PositionIterator' does not name a type

Just guessing (impossible to tell without code) that there's a missing
'typename' when referring to a type nested in a dependent type.

> does anybody know what i can do to fix that problem?

The usual, i.e. reduce it to a minimal example and post that here if it's
GCC specific, else on a general C++ group.

Uli

-- 
http://gcc.gnu.org/faq.html
http://parashift.com/c++-faq-lite/



reply via email to

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