You need to have the "dev" packages for the dependencies. Do you have them?
Karthik
On Thu, Oct 2, 2008 at 6:54 PM, Prasant Misra
<[EMAIL PROTECTED]> wrote:
>
> I downloaded the tarball gnuradio-3.1.3.
>
> When I run the ./configure, I get the error message:
>
> configure: error: cannot find usab
Yes,
That helped. The make command was successful.
On Fri, 03 Oct 2008 Johnathan Corgan wrote :
>On Fri, 2008-10-03 at 03:04 +, Prasant Misra wrote:
>
> > But on make, I get the following:
> >
> > make all-recursive
> > make[1]: Entering directory `/home/pkmisra/GNU Radio/gnuradio-3.1.3'
On Fri, 2008-10-03 at 03:04 +, Prasant Misra wrote:
> But on make, I get the following:
>
> make all-recursive
> make[1]: Entering directory `/home/pkmisra/GNU Radio/gnuradio-3.1.3'
Don't use directory names with spaces.
___
Discuss-gnuradio m
Hi,
I check the required packages and the configure passed without errors.
But on make, I get the following:
make all-recursive
make[1]: Entering directory `/home/pkmisra/GNU Radio/gnuradio-3.1.3'
Making all in config
make[2]: Entering directory `/home/pkmisra/GNU Radio/gnuradio-3.1.3/config
Prasant Misra wrote:
Hi,
How do I fix this problem.
configure: error: Failed to locate boost/shared_ptr.hpp.
I am using Ubuntu 7.0
Thanks.
You might want to keep all of your build problems in a single thread
instead of creating a new post every time.
Have you tried looking at the do
Hi,
How do I fix this problem.
configure: error: Failed to locate boost/shared_ptr.hpp.
I am using Ubuntu 7.0
Thanks.
Prasant Kumar Misra.___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnu
On Fri, Oct 03, 2008 at 01:58:33AM -, Prasant Misra wrote:
>
> Hi,
>
> I am getting an error while ./configure
> configure: error: cannot find usable Python headers
>
> Also the make command is not recognized.
>
> Thanks.
> Prasant Kumar Misra.
Please start by reading the README file in
Prasant Misra wrote:
Hi,
I am getting an error while ./configure
configure: error: cannot find usable Python headers
Also the make command is not recognized.
'make' will not work until ./configure is successful.
But, it's hard to help someone with their environment when we know
nothing
Hi,
I am getting an error while ./configure
configure: error: cannot find usable Python headers
Also the make command is not recognized.
Thanks.
Prasant Kumar Misra.___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/m
I downloaded the tarball gnuradio-3.1.3.
When I run the ./configure, I get the error message:
configure: error: cannot find usable Python headers
Please suggest as to what I need to do.
Thanks.
Prasant Kumar Misra.___
Discuss-gnuradio mailing list
ok, it's fixed in 9703... thank you jonathan
Dimitris Symeonidis
"If you think you're too small to make a difference, try sleeping with
a mosquito!" - Amnesty International
On Fri, Oct 3, 2008 at 01:09, Johnathan Corgan
<[EMAIL PROTECTED]> wrote:
> On Fri, 2008-10-03 at 01:07 +0200, Dimitris Sy
On Fri, 2008-10-03 at 01:07 +0200, Dimitris Symeonidis wrote:
> the -Werror flag comes from gnuradio-core/src/lib/viterbi/Makefile:
> INCLUDES = -Wall -Werror
I thought we took that out already. Will correct now.
--
___
Discuss-gnuradio mailing li
the -Werror flag comes from gnuradio-core/src/lib/viterbi/Makefile:
INCLUDES = -Wall -Werror
Dimitris Symeonidis
"If you think you're too small to make a difference, try sleeping with
a mosquito!" - Amnesty International
On Fri, Oct 3, 2008 at 00:07, Josh Blum <[EMAIL PROTECTED]> wrote:
> I hav
I have this error on ubuntu 8.10. The -Werror flag is there by default,
I never specified it in configure or somewhere else in the system.
This just happened to change when I upgraded from ubuntu 8.04
-Josh
Eric Blossom wrote:
On Thu, Oct 02, 2008 at 11:21:55PM +0200, Dimitris Symeonidis wrot
On Thu, 2008-10-02 at 14:10 -0500, David Young wrote:
> I am curious if/how folks are attaching SDRs to household electrical
> outlets for data networking experiments. Are there any kits or
> off-the-shelf components that adapt from 120 VAC to a form more suitable
> for SDR I/O?
>
> Dave
>
Ther
On Thu, Oct 02, 2008 at 11:21:55PM +0200, Dimitris Symeonidis wrote:
> i have the latest trunk (9699)
> g++ is 4.3.1-1ubuntu2
> make exits with an error for gnuradio-core/src/lib/viterbi/encode.cc:
> g++ -DHAVE_CONFIG_H -I. -I../../../.. -Wall -Werror-g -O2 -pthread
> -pthread -Wall -Woverloade
i have the latest trunk (9699)
g++ is 4.3.1-1ubuntu2
make exits with an error for gnuradio-core/src/lib/viterbi/encode.cc:
g++ -DHAVE_CONFIG_H -I. -I../../../.. -Wall -Werror-g -O2 -pthread
-pthread -Wall -Woverloaded-virtual -MT encode.o -MD -MP -MF
.deps/encode.Tpo -c -o encode.o encode.cc
cc
On Thu, 2008-10-02 at 22:08 +0200, Dimitris Symeonidis wrote:
> What does the list think? Should I make the changes on the wiki page?
This sounds fine.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/
Some minor remarks on the Gnuradio install instructions for Ubuntu on the wiki:
http://gnuradio.org/trac/wiki/UbuntuInstall
1) libasound2-dev is automatically installed by libsdl1.2-dev, so
could we remove it? Not that it hurts to explicitely ask for it to be
installed, but it's superfluous...
2)
I am curious if/how folks are attaching SDRs to household electrical
outlets for data networking experiments. Are there any kits or
off-the-shelf components that adapt from 120 VAC to a form more suitable
for SDR I/O?
Dave
--
David Young OJC Technologies
[EMAIL PROTECTED] Urban
On Thu, Oct 02, 2008 at 09:25:08AM -0700, Dan Halperin wrote:
> On Oct 2, 2008, at 7:34 AM, kaleem ahmad wrote:
>
> > Hi,
> >
> > I want to transmit some data using usrp.sink_c and immediately after
> > the
> > data is sent I want to start receiver mode, but my problem is if I
> > do like
> >
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Oct 2, 2008, at 7:34 AM, kaleem ahmad wrote:
Hi,
I want to transmit some data using usrp.sink_c and immediately after
the
data is sent I want to start receiver mode, but my problem is if I
do like
this:
Send using 'usrp.sink_c'
start recei
Hi,
I want to transmit some data using usrp.sink_c and immediately after the
data is sent I want to start receiver mode, but my problem is if I do like
this:
Send using 'usrp.sink_c'
start receive mode
My USRP immediately goes into receive mode and the data sent is not
successful, so I want to
Any suggestions!!
kaleem ahmad wrote:
>
> Hi Eric,
>
> Two nodes, each consists of one USRP and an RFX2400, are involved, one as
> a Master(Transmit ... receive echoed version...Transmit new packet and so
> on) and the other USRP is Slave (Receive...echo back the received packet).
> I
24 matches
Mail list logo