Re: [Cppunit-devel] CppUnit 1.7.10 tar ball
Brought to you by:
blep
|
From: Steve M. R. <ste...@vi...> - 2002-04-05 13:48:41
|
On Wed, Apr 03, 2002 at 01:32:05PM +0200, Robert Wenner wrote:
> Hi!
>
> Seems to be almost fine under Linux for me, too.
>
> During installation I get these messages:
> $ autoconf
> You should update your `aclocal.m4' by running aclocal.
The tarball should have non-developer makefiles, and
you do not need to run the autotools yourself.
If you are going to run the autotools yourself, then
it is up to you to know how to proceed. In this case,
run "aclocal -I config" before "autoconf".
> And later:
> $ make install
> [...]
> /usr/bin/install: cannot create regular file
> `/usr/local/share/cppunit/html/html/index.html': No such file or
> directory
> make[2]: *** [install-htmlDATA] Error 1
> That's one "html" too much?
Indeed. However, I can't reproduce it, and you did not report all
the output, so it is hard to guess what happened.
Please do the following. Download the tarball, unpack into
a pristine directory. DO NOT RUN THE AUTOTOOLS. Just run:
./configure --prefix=/tmp/testing
cd doc
make 2>&1 | tee make.log
make install 2>&1 | tee install.log
If you get any errors or warnings in those last two steps,
send me the associated log file.
> On using the deprecated TextTestRunner.h the preprocessor could not find
> the include file, I changed in include/cppunit/TextTestRunner.h this
> line
> #include <cppunitui/text/TestRunner.h>
> to
> #include <../cppunitui/text/TestRunner.h>
This isn't the right change.
The right thing to do is install the includes.
Baptiste: which of the files in include/cppunitui are being used?
They need to be installed. Why aren't they in the include/cppunit
hierarchy?
> Documentation is somewhat better now. :-)
Err, how is the above related to documentation?
-S
--
by Rocket to the Moon,
by Airplane to the Rocket,
by Taxi to the Airport,
by Frontdoor to the Taxi,
by throwing back the blanket and laying down the legs ...
- They Might Be Giants
|