discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] problem "making" latest trunk


From: Josh Blum
Subject: Re: [Discuss-gnuradio] problem "making" latest trunk
Date: Tue, 08 Nov 2011 10:48:47 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1


On 11/08/2011 10:35 AM, Achilleas Anastasopoulos wrote:
> I use the old method
> (./bootstrap, ./configure, make)
> on Fedora 16 64b
> and get the following errors:
> 
> /bin/sh ../../../libtool --tag=CXX   --mode=link g++ -g -O2  -Wall
> -Woverloaded-virtual -pthread   -o gnuradio-config-info
> gnuradio-config-info.o libgnuradio-core.la -L/usr/lib64
> -lboost_program_options-mt -lboost_filesystem-mt
> libtool: link: g++ -g -O2 -Wall -Woverloaded-virtual -pthread -o
> .libs/gnuradio-config-info gnuradio-config-info.o
> ./.libs/libgnuradio-core.so -L/usr/lib64 -lrt
> /n/harrisville/x/anastas/gnuradio_trunk/gruel/src/lib/.libs/libgruel.so
> -lboost_system-mt -lboost_thread-mt -lfftw3f -lgsl -lgslcblas
> -lboost_program_options-mt -lboost_filesystem-mt -pthread -Wl,-rpath
> -Wl,/usr/local/lib64
> make[8]: Leaving directory
> `/net/harrisville/x/anastas/gnuradio_trunk/gnuradio-core/src/lib'
> Making all in swig
> make[8]: Entering directory
> `/net/harrisville/x/anastas/gnuradio_trunk/gnuradio-core/src/lib/swig'
> make[8]: *** No rule to make target
> `/n/harrisville/x/anastas/gnuradio_trunk/gnuradio-core/src/lib/general/gr_mpsk_receiver_cc.i',
> needed by `gnuradio_core_general.py'.  Stop.
> make[8]: Leaving directory

I think that file was removed. And I cant find any references to it in
the code. find -type f | xargs grep "gr_mpsk_receiver_cc" Try rebuilding
from a clean tree.

Or try to build with cmake (more testers can hurt):
http://gnuradio.org/redmine/projects/gnuradio/wiki/CMakeWork

-Josh



reply via email to

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