Hi John,

I can confirm your change works as expected on my Ubuntu 14.04 install.

----
/src.linux-x86_64-3.4/Audio-f2pywrappers.o libjt.a
-L/usr/lib/x86_64-linux-gnu \
-L/usr/local/lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/ \
-lpthread -lportaudio -lsamplerate -lfftw3f -lgfortran -o \
./Audio.cpython-34m.so
Removing build directory /tmp/tmpho85fg5e
mv Audio*.so WsjtMod/Audio.so
----

All was ok.


73's
Greg, KI7MT


On 01/08/2015 10:04 AM, ki7mt wrote:
> Hi John,
> 
> See below.
> 
> On 01/08/2015 01:46 AM, John Nelson wrote:
>> Hi Greg,
>>
>> I know you are concentrating on Debian/Ubuntu and other *nix issues.   
>> However, for the record, the status for Mac OSX with Python 3.4, and latest 
>> PIL is:
>>
>> OSX 10.7 and 10.9 (and probably 10.8 but not tested):  WSJT and WSPR build 
>> and operate satisfactorily.
>>
>> OSX 10.10:   WSJT and WSPR build but both fail on execution as soon as the 
>> waterfall display is updated.
> 
>> It appears that there are serious issues that have been reported with Tcl/Tk 
>> imaging with 10.10
> 
> I can't say for certain, but this sounds very much like the issue I was
> seeing before adding the new import call for _imaging.
> 
> After adding what the docs recommended, the image draw issues were
> resolved, or, appeared to be, but I hit a wall on Segfaults. I'm not at
> all certain if the two are connected or even related at all.
> 
> I can say, using python3-pil 2.7.0, adding the new import call for
> _imaging, and using a GCC 4.8 tool-chain produced good results but I had
> to satisfy the PIL 2.7.0 dependencies first (jpeg, zlib, Tk8-6 -dev
> etc), then built it from source with pip3.
> 
>>
>> With regard to WSJT, it would be useful if Makefile.in could be fixed for 
>> Mac builds:   the line 
>>
>>           ${MV} Audio.cpython-3*.so WsjtMod/Audio.so
>>
>> would be better written for Mac builds:
>>
>>         ${MV} Audio*.so WsjtMod/Audio.so
>>
>> since there is no cpython in the Mac build.   Would Debian etc builds be 
>> compromised if I made this change?
> 
> I don't think this would pose problems for anyone, a glob is a glob as
> far as copying goes. WSJT needs a bit of updating if we want to bring it
> to a similar level as WSPR.
> 
>>
>> --- John G4KLA
> 
> 
> 73's
> Greg, KI7MT
> 

-- 
-------------------------------------------------------------
The worth of man in reveled in his attitude to ordinary things
when he is not before the footlights. (cf John 1:36)
                                               Oswald Chambers

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to