I'm getting this trying to compile from latest CVS has cxxtestgen.pl been checked in, or did I just not update correctly?
cxxtestgen.pl -part -o libnr/test-nr.cpp ./libnr/nr-types-test.h ./libnr/nr-translate-test.h ./libnr/nr-rotate-test.h ./libnr/nr-scale-test.h ./libnr/nr-point-fns-test.h ./libnr/nr-rotate-fns-test.h ./libnr/in-svg-plane-test.h ./libnr/nr-matrix-test.h make[2]: cxxtestgen.pl: Command not found make[2]: *** [libnr/test-nr.cpp] Error 127 ...
Cheers,
Quoting Robert Crosbie <swingincelt@...400...>:
I'm getting this trying to compile from latest CVS has cxxtestgen.pl been checked in, or did I just not update correctly?
cxxtestgen.pl -part -o libnr/test-nr.cpp ./libnr/nr-types-test.h ./libnr/nr-translate-test.h ./libnr/nr-rotate-test.h ./libnr/nr-scale-test.h ./libnr/nr-point-fns-test.h ./libnr/nr-rotate-fns-test.h ./libnr/in-svg-plane-test.h ./libnr/nr-matrix-test.h make[2]: cxxtestgen.pl: Command not found
Ah, yes.
It's probably reporting that you don't have CxxTest installed. We're just moving that in now, and I've not quite gotten to tracking down and making a build rule to explicitly depend on it.
To make sure this doesn't slip through the cracks, there's even a bug for it #1145061.
To correct the problem, just install CxxTest. (Let me know, of course, if that doesn't fix it).
participants (2)
-
unknown@example.com
-
Robert Crosbie