discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Compiling local programs, again


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Compiling local programs, again
Date: Thu, 31 Jul 2003 23:40:19 -0700
User-agent: Mutt/1.4i

On Wed, Jul 30, 2003 at 02:22:34PM -0400, Ricky Hussmann wrote:
> Hello all,
> 
>       I hate to bring up the issue of compiling local programs again, but I'm 
> working on a demodulator module and I need to compile it. I've checked to 
> make sure I have the correct versions of everything. Here's my setup:
> 
> autoconf: 2.57
> automake: 1.7.6
> libtool: 1.5
> swig: 1.3.19
> 
> According to Eric's email this should meet all the required specs. I've added 
> the file I'm creating to the GENERATED_H list in src/gnu/lib/gr/Makefile.am 
> (I packed all the code into the .h file, no .cc file) Then, I descended to 
> the main gnuradio directory and tried ./configure --enable-maintainer-mode. 
> While running the configure I get

Don't use the GENERATED_H list.  That's for code generated
automatically by some python code.

Use libgr_la_common_SOURCES and include_HEADERS


> 
> <snip>
> ./configure: line 1824: LF_CONFIGURE_CC: command not found
> ./configure: line 1825: LF_CONFIGURE_CXX: command not found
> ./configure: line 1826: LF_SET_WARNINGS: command not found
> ./configure: line 1827: GR_SET_GPROF: command not found
> ./configure: line 1828: GR_SET_PROF: command not found
> ./configure: line 1829: GR_PROG_AS: command not found
> </snip>

In the top directory:

   ./bootstrap
   ./configure --enable-maintainer-mode
   make 2>&1 | tee make.log

Eric




reply via email to

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