Re: [Cppunit-devel] CppUnit 1.7.10 tar ball
Brought to you by:
blep
From: Volker B. <vbo...@te...> - 2002-04-05 08:16:47
|
On Thu, 4 Apr 2002, Baptiste Lepilleur wrote: > From: "Robert Wenner" <ro...@po...> > > > > Latest version 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. >=20 >=20 > Don't know anything about that. Somebody does ? running autoconf is part of building the distribution, i.e. something that is not part of the regular installation process. But if you actually want to rebuild the configure script you should follow the procedure from the autogen.sh script (that is intentionally *not* included in the distribution, as we learned :-)) There is a (very small) propability that some failure in autoconf leads to some problem you described later. > > 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? >=20 > You may not have installed doxygen (the documentation generator). It can = be > found at: > http://www.doxygen.org/. Though, that is kind of weird since we provide t= he > generated documentation in a separate bundle. That lead me to beleive thi= s > would be a bug in the makefile (don't know how to fix that one). I have doxygen installed. The make install of the html files works for me. I also checked that configure --disable-doxygen actually disabled generation and installation of html (at least this should help in your case). You might want to check the file config.log for the doxygen stuff in configuration. Regards Volker --=20 Volker Boerchers <vbo...@te...> System Engineer TECON Systems AG, Perlengraben 2, 50676 K=F6ln, http://www.tecon.de Tel: +49-221-92007-55, Fax: +49-221-92007-77 |