discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] error


From: Stephane Fillod
Subject: Re: [Discuss-gnuradio] error
Date: Wed, 5 Jan 2005 20:56:51 +0100
User-agent: Mutt/1.5.6+20040907i

On Wed, Jan 05, 2005 at 04:16:09PM -0300, Diogo Barros wrote:
> 
>    Now I having problems trying to complile gnuradio
> 2.3 both from cvs and Tarballs. Did any body know what
> this error means?

This is because doxygen is not installed on your system or you elected
to not generate documentation, and gnuradio doc/Makefile.am install
didn't conceived someone could do without documentation :-)

The html subdir is missing from dist so "mkdir -p doc/html" can do
for you. For a better fix, the following could work (untested):

diff -u -r1.3 Makefile.am
--- doc/Makefile.am     18 Oct 2004 06:03:17 -0000      1.3
+++ doc/Makefile.am     5 Jan 2005 19:55:29 -0000
@@ -32,6 +32,7 @@

 dox: html/index.html
 html/index.html:
+       mkdir -p html
        @DOXYGEN@


Cheers,
Stephane




reply via email to

[Prev in Thread] Current Thread [Next in Thread]