Re: [wsjt-devel] Displayed fonts

2015-06-25 Thread Tony VK2AJF
Thanks Bill, Your revision is going well here so far on Win7 and Win 8. I did eventually solve one wrinkle, which also occurs in the previous release ... When switching from JT65 mode to WSPR-2 mode oddly the "RX Frequency" window remains in place, and only vanishes when the "Show DXCC entry and

[wsjt-devel] UPDATE - Re: Building Hamlib3 question

2015-06-25 Thread KI7MT
Hello All, This should be resolved now. From the MinGW/MSYS folks ( http://www.mingw.org/wiki/Getting_Started ) they strongly recommend users *do not install / use Mingw/MSYS* with spaces in reference paths, this would include User Names. JTSDK-DOC (Cygwin) also states similar recommendations.

[wsjt-devel] wsjt, Fedora 20 to 21 linux upgrade, all good

2015-06-25 Thread Alan VK2ZIW
Hi all, WSJT compiled on Fedora 20, when run on Fedora 21 fails. All that is required is to remove "libjt.a" and do "make" again. Remember, we had problems with a Qt library version. Crashes as soon as a waterfall was drawn. Jan 2015. All good now. Both r4895 and r5329 tested. 80 Alan VK2ZIW

Re: [wsjt-devel] UPDATE - Re: Building Hamlib3 question

2015-06-25 Thread Bill Somerville
On 25/06/2015 09:09, KI7MT wrote: > Hello All, Hi Greg, > > This should be resolved now. From the MinGW/MSYS folks ( > http://www.mingw.org/wiki/Getting_Started ) they strongly recommend > users *do not install / use Mingw/MSYS* with spaces in reference paths, > this would include User Names. JTSDK

Re: [wsjt-devel] UPDATE - Re: Building Hamlib3 question

2015-06-25 Thread KI7MT
Hi Bill, On 06/25/2015 03:23 AM, Bill Somerville wrote: > On 25/06/2015 09:09, KI7MT wrote: >> Hello All, > Hi Greg, >> >> This should be resolved now. From the MinGW/MSYS folks ( >> http://www.mingw.org/wiki/Getting_Started ) they strongly recommend >> users *do not install / use Mingw/MSYS* with

Re: [wsjt-devel] UPDATE - Re: Building Hamlib3 question

2015-06-25 Thread Bill Somerville
On 25/06/2015 10:51, KI7MT wrote: > Hi Bill, Hi Greg, ... >> I can fix that, there are a few other related changes needed. That will >> at least allow autogen.sh to run but here are deeper issues with >> configure itself. The configure script is going to barf if $SRCDIR or >> `pwd` have whitespac

Re: [wsjt-devel] UPDATE - Re: Building Hamlib3 question

2015-06-25 Thread KI7MT
Hi Bill, On 6/25/2015 3:58 AM, Bill Somerville wrote: > On 25/06/2015 10:51, KI7MT wrote: >> Hi Bill, > Hi Greg, > > ... > >>> I can fix that, there are a few other related changes needed. That will >>> at least allow autogen.sh to run but here are deeper issues with >>> configure itself. The conf

[wsjt-devel] FIXED - Re: Building Hamlib3 question

2015-06-25 Thread KI7MT
Hello All, Just thought I'd pass this along. After Bill updated the upstream autogen.sh script, and I moved the JTSDK Hamlib3 Source & Build locations outside of MSYS $HOME directory ( C:\JTSDK\src\hamlib3\.. .. ), Jay was able to build Hamlib without error. Both the Hamlib and JTSDK-DOC build

Re: [wsjt-devel] WSJT10 - templates

2015-06-25 Thread Bill Ockert - ND0B
A similar but related question came up in relation to Sync and Tol retention by Mode... In both instances, the templates and the Sync/Tol retention there are several modes that we would want to remember the users setting for as well as having a method of setting back to defaults.Messy but t

[wsjt-devel] Effect of CALL3.txt on decoding

2015-06-25 Thread Charles Suckling
Hi All Further to my previous message concerning the effect of having CALL3.txt present in the WSJT-X "user" directory, VK7MO has looked at the effect of reducing the size of the CALL3.TXT file and has produced the following summary. The numbers refer to the decode confidence. CALL3.TXT

[wsjt-devel] Back in town

2015-06-25 Thread Joe Taylor
Hi all, My, you've been busy here -- lots of very impressive progress! Many thanks to all of you contributors to the WSJT-related projects! [Brief aside: My wife and I thoroughly enjoyed our 8-day cruise -- Venice to Athens, with stopovers at ports on the Dalmatian coast: Split, Korcula, Dubr

Re: [wsjt-devel] wsjt, Fedora 20 to 21 linux upgrade, all good

2015-06-25 Thread Bill Somerville
On 25/06/2015 08:34, Alan VK2ZIW wrote: > Hi all, Hi Alan, > > WSJT compiled on Fedora 20, when run on Fedora 21 fails. > All that is required is to remove "libjt.a" and do "make" again. It is probably better to do a 'make clean' if you have done a significant operating system upgrade. > > Remembe

Re: [wsjt-devel] Back in town

2015-06-25 Thread Bill Ockert - ND0B
Good afternoon Dr. Joe, Glad to hear you had such a wonderful trip. Responding to the comments aimed at my efforts: 2. The user base is currently on ISCAT Experimental V8a and is testing it. A few small issues and minor feature requests are going into V9 but the features are there and workin

Re: [wsjt-devel] Back in town

2015-06-25 Thread Bill Somerville
On 25/06/2015 21:03, Joe Taylor wrote: > Hi all, Hi Joe, > > My, you've been busy here -- lots of very impressive progress! Many > thanks to all of you contributors to the WSJT-related projects! > > [Brief aside: My wife and I thoroughly enjoyed our 8-day cruise -- > Venice to Athens, with stopove

Re: [wsjt-devel] wspr two-pass decoder status and .c2 file problem

2015-06-25 Thread KI7MT
Hi Steve, Just so I am clear on this. The Makefile (Linux) has three targets, wsprd, wsprsim and wspr_exp. All we need to build is wspr_exp as the wsprd is being dealt with by Cmake yes? I'll be adding this to JTSDK Nix to build and cp the wspr_exp decoder to install/bin location on each turn. I