make all-recursive make[1]: Entering directory `/home/loreti/work/aspell-.29' Making all in util make[2]: Entering directory `/home/loreti/work/aspell-.29/util' /bin/sh ../libtool --mode=compile KCC -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c editdist.cc KCC -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c editdist.cc -o editdist.o "editdist.cc", line 37: error: vector is not a template vector data; ^ "editdist.cc", line 61: error: vector is not a template vector heap; ^ "editdist.cc", line 40: error: expected a ")" : size_x(x), data(size_x*y, initial_value) {} ^ "editdist.cc", line 119: error: identifier "vector" is undefined vector::size_type lastpos = heap.size() -1; ^ "editdist.cc", line 119: error: type name is not allowed vector::size_type lastpos = heap.size() -1; ^ "editdist.cc", line 119: error: the global scope has no "size_type" vector::size_type lastpos = heap.size() -1; ^ "editdist.cc", line 119: error: expected a ";" vector::size_type lastpos = heap.size() -1; ^ "editdist.cc", line 120: error: identifier "lastpos" is undefined heap[i] = heap[lastpos]; ^ 8 errors detected in the compilation of "editdist.cc". KCC: Compilation failed. make[2]: *** [editdist.lo] Error 1 make[2]: Leaving directory `/home/loreti/work/aspell-.29/util' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/loreti/work/aspell-.29' make: *** [all-recursive-am] Error 2