discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] make check failing


From: Seth David Schoen
Subject: Re: [Discuss-gnuradio] make check failing
Date: Wed, 23 Apr 2003 17:00:50 -0700
User-agent: Mutt/1.5.3i

Alan Gray writes:

> Ok, it seems that I've got everything building correctly but I'm running 
> into troubles with make check. All goes well until it hits some of the atsc 
> stuff, where it all goes pear shaped as follows:
> 
> **snip**
> 2330+0 records in
> 2330+0 records out
> 438040 bytes transferred in 0.072343 seconds (6055046 bytes/sec)
> PASS: test_loopback
>   File "./test_full_loopback", line 137
>     atsc_rx_FLAGS += s_option
>                    ^
> SyntaxError: invalid syntax
> Traceback (innermost last):

You should upgrade your Python to a newer Python which supports the +=
operator.

You could also write

   atsc_rx_FLAGS = atsc_rx_FLAGS + s_option

to make that backwards compatible, but maybe there are other traps
waiting.

-- 
Seth David Schoen <address@hidden> | Very frankly, I am opposed to people
     http://www.loyalty.org/~schoen/   | being programmed by others.
     http://vitanuova.loyalty.org/     |     -- Fred Rogers (1928-2003),
                                       |        464 U.S. 417, 445 (1984)




reply via email to

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