I get the following error when I try to "make" CppUnit after configuring:
[yanrmac:~/Desktop/cppunit-1.8.0] trungv% make
make: *** No rule to make target `config/ac_cxx_string_compare_string_first.m4', needed by `aclocal.m4'. Stop.
Does anyone know how to fix this problem?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My guess is that you used Stuffit Expander to unpack the distribution and it truncated the file name of "ac_cxx_string_compare_string_first.m4".
Just find the truncated file name in the config directory and rename it to its proper full name. This probably happened to a few other files. But they should be fairly easy to fix.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get the following error when I try to "make" CppUnit after configuring:
[yanrmac:~/Desktop/cppunit-1.8.0] trungv% make
make: *** No rule to make target `config/ac_cxx_string_compare_string_first.m4', needed by `aclocal.m4'. Stop.
Does anyone know how to fix this problem?
Thanks
My guess is that you used Stuffit Expander to unpack the distribution and it truncated the file name of "ac_cxx_string_compare_string_first.m4".
Just find the truncated file name in the config directory and rename it to its proper full name. This probably happened to a few other files. But they should be fairly easy to fix.