
Hi,
building the library fails with:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -g -O2 -W -Wall -c BoundingBox.c c -Wp,-MD,.deps/BoundingBox.TPlo >/dev/null 2>&1 source='Constraint.cc' object='Constraint.lo' libtool=yes \ depfile='.deps/Constraint.Plo' tmpdepfile='.deps/Constraint.TPlo' \ depmode=gcc /usr/local/bin/bash ../depcomp \ /usr/local/bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -g -O2 -W -Wall -c -o Constraint.lo `test -f 'Constraint.cc' | | echo './'`Constraint.cc g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -g -O2 -W -Wall -c Constraint.cc -Wp,-MD,.deps/Constraint.TPlo -fPIC -DPIC In file included from LinExpression.defs.hh:33, from Constraint.defs.hh:30, from Constraint.cc:26: ConSys.defs.hh:170: no class template named `iterator' in `std' In file included from LinExpression.defs.hh:34, from Constraint.defs.hh:30, from Constraint.cc:26: GenSys.defs.hh:229: no class template named `iterator' in `std' gmake[4]: *** [Constraint.lo] Error 1 gmake[4]: Leaving directory `/home/as49/source/ppl-0.4.2/src' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/home/as49/source/ppl-0.4.2/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/home/as49/source/ppl-0.4.2/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/home/as49/source/ppl-0.4.2' gmake: *** [all] Error 2
My machine uses FreeBSD 4.6 and gcc 2.95.3. Is the compiler too old?
Thanks, Axel.