discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Compilation error in 0.6 / CVS


From: Adrian Godwin
Subject: [Discuss-gnuradio] Compilation error in 0.6 / CVS
Date: Sun, 08 Dec 2002 19:44:24 +0000

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



reply via email to

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