Re: compiling gperf

2005-11-20 Thread Ulrich Eckhardt
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'

compiling gperf

2005-11-20 Thread alex
hello i am trying to compile gperf 3.0.1 und suse 10.0 i go to the src-path and type ./configure that works and after that i type make then it gives me the following error message: ~/bin/gperf-3.0.1/gperf-3.0.1/src> make g++ -g -O2 -I. -I./../lib -c ./positions.cc ./positions.h:74: error: 'Posit