discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] error


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] error
Date: Wed, 5 Jan 2005 15:52:51 -0800
User-agent: Mutt/1.5.6i

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?
> 
> make[3]: Entering directory
> `/home/kurumin/gnuradio/gnuradio-core-2.3/doc'
> make[3]: Nada a ser feito para `install-exec-am'.
> /bin/sh ../mkinstalldirs
> /usr/local/share/doc/gnuradio-core-2.3
> mkdir -p -- /usr/local/share/doc/gnuradio-core-2.3
> /usr/bin/install -c -m 644 ../README
> /usr/local/share/doc/gnuradio-core-2.3
> /usr/bin/install -c -m 644 ../README.hacking
> /usr/local/share/doc/gnuradio-core-2.3
> /usr/bin/install -c -m 644 ../ChangeLog
> /usr/local/share/doc/gnuradio-core-2.3
> cp -r html /usr/local/share/doc/gnuradio-core-2.3
> cp: impossível fazer stat em `html': No such file or
> directory

The install of the html files should be condition base on doxygen.

Workaround:

  cd /home/kurumin/gnuradio/gnuradio-core-2.3/doc
  mkdir html

  then "make install" from the top.

Eric




reply via email to

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