On Sat, 29 Aug 2015 10:47:26 +0100
Richard Bown <rich...@g8jvm.com> wrote:

> On Sat, 29 Aug 2015 03:13:45 +0200
> Håken Hveem <krbjh...@online.no> wrote:
> 
> > Ok, i have tried to build it with jtsdk, and that results in exactly the
> > same sample rate related bug.
> <snip>
> Hej Haaken
> If you still have problems , I 'll download the same version as you and see 
> if I get the same
> errors. I use LM17.1 x86_64
> At the moment I'm using wsjt-r5329 which runs fine
> Depending on which DM you are using right click on "Menu" and open the menu 
> editor
> create a launcher for WSJT in what ever menu you like and point it at the 
> directory you built wsjt
> in that contains wsjt.py
> 
> I use in the launcher "python3 -O /home/richard/SDR/wsjt-r5329/wsjt.py"
> that should give you an idea of what to put in.
> then once done4 you can start wsjt from the menu or desktop icon
> 
> I'd ignore comments like jack doesn't work well with mint, jack works OK, 
> just make sure you use
> the right version as there is jack and jack2.
> Its a very useful tool for routing audio, I've used it in the past to route 
> wsjt audio to one of
> two transceivers by swapping left and right channels on the sound card 

Further to the last mail I downloaded wsjt trunk R5825
ran ./configure with the portaudio include and lib paths, then make and found 
it was trying to use
python2.7 to build.  

Check your have the package python3 and python3-dev packages installed
Edit the Makefile 

change the python and f2py lines to this:-
# WSJT specific Fortran flags
FFLAGS          +=      -O2 -fbounds-check -fno-second-underscore -Wall 
-Wno-conversion -Wno-character-truncation
CFLAGS          +=      -I. -DBIGSYM -DHAVE_STRUCT_TIMESPEC -fPIC

PYTHON          ?=      /usr/bin/python3    <<<<<
F2PY            ?=      /usr/bin/f2py3.4    <<<<<

run make
and then while your in the same directory python3 -O wsjt.py



up it pops no problem shows as R5755

HTH



-- 
-- 
Best wishes /73 
Richard Bown

Email : rich...@g8jvm.com
HTTP  :  http://www.g8jvm.com
nil carborundum a illegitemis
##################################################################################
Ham Call: G8JVM . QRV: 50-432 MHz + Microwave 23 cms 140W, 13 cms 100W & 3cms 5W
Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W
QRV VHF 6mtrs 200W, 4 mtrs 150W, 2mtrs 400W, 70cms 200W
OS: Linux Mint 17.1 x86_64 on a Dell Inspiron N5030 laptop
##################################################################################
 


------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to