These are the packages installed so far:
$ sudo apt-get install libcppunit-dev $ sudo apt-get install libapr1-dev $ sudo apt-get install libaprutil1-dev $ sudo apt-get install qt4-qmake
a blog about computers and other funny things
Day: October 12, 2014
These are the packages installed so far:
$ sudo apt-get install libcppunit-dev $ sudo apt-get install libapr1-dev $ sudo apt-get install libaprutil1-dev $ sudo apt-get install qt4-qmake
If you are facing this issue:
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:15: warning: macro 'AM_PATH_CPPUNIT' not found in library configure.in:15: error: possibly undefined macro: AM_PATH_CPPUNIT If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.
Just install this package:
$ sudo apt-get install libcppunit-dev