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/

_______________________________________________
Help-gplusplus mailing list
Help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to