Hello,
I'm having trouble compiling the 2007-06-02 release. All previous releases compiled
properly on the system. The system is running Trustix Secure Linux 2.2. gcc -v
produces:
Reading specs from /usr/lib/gcc-lib/i586-trustix-linux/3.3.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/html --enable-shared --enable-threads --enable-haifa
--enable-long-long --enable-__cxa_atexit --enable-languages=c,c++
--host=i586-trustix-linux --enable-stack-protector
Thread model: posix
gcc version 3.3.4 (Trustix)
Here is the error I get when I run make:
jeff@image /usr/src/udpcast-20070602$ sudo make
gcc -g -O2 -Wall -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wshadow
-DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB
-I. -I. -c -o udp-receiver.o udp-receiver.c
cc1: error: unrecognized option `-Wdeclaration-after-statement'
make: *** [udp-receiver.o] Error 1
Regards,
Jeff Michels
Technology Support Specialist
The School District of Beloit
(608) 361-4087
* This email was scanned for viruses by SDB Astaro Security Gateway v.7
Show replies by date
Hi all.
First excuse my poor english.
I've been working on a live usb/cd distro, Debian Lenny based, focused on pc cloning
with partimage or udpcast ( pxe ) plus utilities ...
Just started the live distro allows sending or receiving detected hard disks or partitions
( udp-* -p lzop --file /dev/{disk,partition} -P 9000 ), that works great with udpcast
compiled from last sources but if i try to use udp-sender from live with udp-receiver from
the last udpcast pxe image i get a message about lzop and blocksize too small.
Thanks in advance.