discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Compilation error in 0.6 / CVS


From: Krzysztof Kamieniecki
Subject: Re: [Discuss-gnuradio] Compilation error in 0.6 / CVS
Date: Wed, 11 Dec 2002 20:20:01 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130

(this is my second responce, the first went to never never land, and Adrian's email does not seem to appear in the archive, very strange)


I think your gcc is too old. I think one of the readme files mentions something about the gcc version needed.

I had the same problem and since I installed linux to play with gnuradio, I upgraded to gentoo ;) with 3.X gcc.

But there could be a less drastic course of action.



Adrian Godwin wrote:
I get an error while trying to build the current (or the 0.6 release) sources
on a debian 3 / gcc 2.95.4 / kernel 2.4.19 system.

c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DUSE_LIBGXX_INLINES -D_REENTRANT 
-DPARANOID=1 -DCACHESIZE=262144  -I../../../src/gnu/lib/gr 
-I../../../src/gnu/lib/grio -I../../../src/gnu/lib/grgui 
-I../../../src/gnu/lib/dtv -I../../../src/pspectra/lib/vr 
-I../../../src/pspectra/lib/vrp -I../../../src/pspectra/lib/vrio 
-I../../../src/pspectra/lib/vrgui -I/usr/include/qt    -g -O2 -Wall 
-Woverloaded-virtual -c -o atsc_rxstub.o `test -f atsc_rxstub.cc || echo 
'./'`atsc_rxstub.cc
../../../src/gnu/lib/grio/GrTCPSink.h: In method 
`GrTCPSink<atsc_mpeg_packet>::GrTCPSink(int)':
atsc_rxstub.cc:108:   instantiated from here
../../../src/gnu/lib/grio/GrTCPSink.h:69: `volatile' undeclared (first use this 
function)
../../../src/gnu/lib/grio/GrTCPSink.h:69: (Each undeclared identifier is 
reported only once
../../../src/gnu/lib/grio/GrTCPSink.h:69: for each function it appears in.)
../../../src/gnu/lib/grio/GrTCPSink.h:69: warning:  qualifier ignored on asm
../../../src/gnu/lib/grio/GrTCPSink.h:70: warning:  qualifier ignored on asm


It seems there's a problem with :

  server_addr.sin_addr.s_addr = htonl (INADDR_ANY);
  server_addr.sin_port = htons (port);


but I can't work out what it is. Can anyone help ?

-adrian


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/discuss-gnuradio


--
Krzysztof Kamieniecki
mailto:address@hidden




reply via email to

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