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: Leo Silva Garcia de Britto
Subject: Re: [Discuss-gnuradio] Compilation error in 0.6 / CVS
Date: Wed, 11 Dec 2002 14:44:19 -0200 (BRST)

trye the beej guide for network programming, just try:
www.google.com, there is plenty of info on those structs you're trying to 
use. just search for " beej" 
On Sun, 8 Dec 2002, 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
> 




reply via email to

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