Re: [wsjt-devel] Trying to compile on OS X for the first time

2017-07-29 Thread C. Gary Rogers
This doesn’t seem to be working either: Last login: Sat Jul 29 20:55:29 on ttys004 Charless-MacBook-Pro:~ charlesrogers$ cd ~/wsjtx-prefix/build Charless-MacBook-Pro:build charlesrogers$ rm -r * rm: *: No such file or directory Charless-MacBook-Pro:build charlesrogers$ FC=gfortran-mp-5 \ >

Re: [wsjt-devel] JTSDK install on Win10 fails

2017-07-29 Thread ki7mt via wsjt-devel
Hi Pete, In order to keep JTSDK traffic off the WSJT/WSJT-Devel lists, I've setup a message list to deal with JTSDK issues. If you don't' have a Groups.io account, you'll need to create it first at ( Groups.io ), then join jt...@group.io I'll forward your message to the group, and address it

Re: [wsjt-devel] Trying to compile on OS X for the first time

2017-07-29 Thread C. Gary Rogers
OK will try and report back probably tomorrow…Thanks for your help! > On Jul 29, 2017, at 5:13 PM, Bill Somerville wrote: > > Hi Gary, > > the Hamlib part looks fine. The error message from the cmake configuration > shows something is messed up. Cmake will not change

Re: [wsjt-devel] Trying to compile on OS X for the first time

2017-07-29 Thread Bill Somerville
Hi Gary, the Hamlib part looks fine. The error message from the cmake configuration shows something is messed up. Cmake will not change some things when you re-run the configuration pass so I think you need to delete the WSJT-X build directory and start from the cmake configuration command

Re: [wsjt-devel] Trying to compile on OS X for the first time

2017-07-29 Thread C. Gary Rogers
So i see the quotation marks below…I took them out and reran and it seemed to work so i tried: $ cmake --build . $ cmake --build . --target install And i got Last login: Sat Jul 29 17:04:57 on ttys003 Charless-MacBook-Pro:~ charlesrogers$ cmake --build . Error: could not load cache

[wsjt-devel] JTSDK install on Win10 fails

2017-07-29 Thread Pete
I'm trying to get JTSDK installed on Win10. I've downloaded and installed all the files (in the order prescribed) but run into a problem when I do the update involving JTSDK Maintenance. As shown below, this step ends with the message "'C:\JTSDK\version.jtsdk' not resolved". Doing a 'version'

Re: [wsjt-devel] Trying to compile on OS X for the first time

2017-07-29 Thread C. Gary Rogers
Bill, i followed the instructions in your install directions: $ mkdir -p ~/hamlib-prefix/build $ cd ~/hamlib-prefix $ git clone git://git.code.sf.net/u/bsomervi/hamlib src $ cd src $ git checkout integration Then $ cd ~/hamlib-prefix/build $ ../src/autogen.sh \ --enable-static \

Re: [wsjt-devel] Trying to compile on OS X for the first time

2017-07-29 Thread Bill Somerville
On 29/07/2017 19:27, C. Gary Rogers wrote: I still don’t have it right…I took out the two quotation marks…Here is what i did: Last login: Sat Jul 29 14:15:13 on ttys001 Charless-MacBook-Pro:~ charlesrogers$ cd ~/wsjtx-prefix/build Charless-MacBook-Pro:build charlesrogers$ FC=gfortran-mp-5 \ >

Re: [wsjt-devel] Trying to compile on OS X for the first time

2017-07-29 Thread C. Gary Rogers
Part of the problem must be that i’m using QT 5.9.1 > On Jul 29, 2017, at 2:27 PM, C. Gary Rogers wrote: > > I still don’t have it right…I took out the two quotation marks…Here is what i > did: > > Last login: Sat Jul 29 14:15:13 on ttys001 > Charless-MacBook-Pro:~

Re: [wsjt-devel] Trying to compile on OS X for the first time

2017-07-29 Thread C. Gary Rogers
I still don’t have it right…I took out the two quotation marks…Here is what i did: Last login: Sat Jul 29 14:15:13 on ttys001 Charless-MacBook-Pro:~ charlesrogers$ cd ~/wsjtx-prefix/build Charless-MacBook-Pro:build charlesrogers$ FC=gfortran-mp-5 \ >cmake \ >-D

Re: [wsjt-devel] r7969: AP: calls out of the blue

2017-07-29 Thread Jay Hainline
Will this information be placed in the User Guide? I think it would be an excellent reference on what the indicators mean. 73 Jay KA9CFD From: Steven Franke [mailto:s.j.fra...@icloud.com] Sent: July 29, 2017 14:33 To: Joe Taylor Subject: Re:

[wsjt-devel] QRA64 Auto-sequence Patch

2017-07-29 Thread Charles Suckling
Hi All I have posted a small patch to allow QRA64 to operate with auto-sequencing here: https://drive.google.com/file/d/0B116IwQIUFNTT1hLTU9Idjl5UDQ/view?usp=sharin g It is compatible with r7970. Having seen autosequencing work very well on FT8, I felt that this facility could

Re: [wsjt-devel] r7969: AP: calls out of the blue

2017-07-29 Thread Steven Franke
Ady, The title of this thread begins with “r7969”. As such, reports about “r7959” are not particularly relevant. If you read the commit messages and study the associated code changes between r7959 and r7969 you will notice that AP decoding has been extensively revised since r7959. As such, I

Re: [wsjt-devel] Trying to compile on OS X for the first time

2017-07-29 Thread C. Gary Rogers
Ok will give it a try. Thanks Sent from my iPhone > On Jul 29, 2017, at 1:01 PM, Bill Somerville wrote: > >> On 29/07/2017 17:34, C. Gary Rogers wrote: >> Hello all, i’ve been following Bill’s instructions on compiling WSJT-X on >> MacBook Pro OS X 10.12.5 >> >> All

Re: [wsjt-devel] Trying to compile on OS X for the first time

2017-07-29 Thread Richard Bown
ignore, Bill posted same time On Sat, 29 Jul 2017 18:09:11 +0100 Richard Bown wrote: > Hi Gary > there are two ways to get around this > > when you build hamlib use the switches to set the install to where the wsjtx > build is expecting to > find it. > or > in the

Re: [wsjt-devel] Trying to compile on OS X for the first time

2017-07-29 Thread Richard Bown
Hi Gary there are two ways to get around this when you build hamlib use the switches to set the install to where the wsjtx build is expecting to find it. or in the directories its looking for hamlib, use a symlink to point to the actual location of where hamlib is installed. Hope you

Re: [wsjt-devel] Trying to compile on OS X for the first time

2017-07-29 Thread Bill Somerville
On 29/07/2017 17:34, C. Gary Rogers wrote: Hello all, i’ve been following Bill’s instructions on compiling WSJT-X on MacBook Pro OS X 10.12.5 All is successful until i attempt: $ cd ~/wsjtx-prefix/build $ FC=gfortran-mp-5 \ cmake \ -D

Re: [wsjt-devel] r7969: AP: calls out of the blue

2017-07-29 Thread Steven Franke
Hi Richard, > So - trying to find an explanation that fits all the known facts - and > if I've understood correctly - VE3SMB probably called someone but > probably not me. I would say “maybe” VE3SMB called someone, not “probably”. Perhaps Bill and I differ a bit in our interpretations of this

Re: [wsjt-devel] r7969: AP: calls out of the blue

2017-07-29 Thread Richard Lamont
Hi Steve, On 29/07/17 15:32, Steven Franke wrote: > (i) The attached screenshot of the waterfall shows that the false decode at > 1055 Hz was produced based on a signal that existed for less than half of the > interval. > > Thus, at least half of the symbols were missing. Nevertheless, the

[wsjt-devel] [SPAM] Re: Re: r7969: AP: calls out of the blue

2017-07-29 Thread Neil Zampella
Steven, Will this information eventually show up in the Users Guide ?? I found it very helpful. Neil, KN3ILZ On 7/29/2017 10:32 AM, Steven Franke wrote: For reference, here is the table of possible AP decoding types: iaptype 1CQ ?????? 2

Re: [wsjt-devel] r7969: AP: calls out of the blue

2017-07-29 Thread Steven Franke
Hi Richard and Bill, Adding to what BIll has said. (i) The attached screenshot of the waterfall shows that the false decode at 1055 Hz was produced based on a signal that existed for less than half of the interval. Thus, at least half of the symbols were missing. Nevertheless, the signal

Re: [wsjt-devel] r7969: AP: calls out of the blue

2017-07-29 Thread Bill Somerville
On 29/07/2017 09:28, Richard Lamont wrote: 021915 -14 -0.3 1055 ~ G4DYA VE3SMB FN04? a3 <- Hi Richard, this can happen. Two things you can do to help, firstly the '?' is there to notify you that this decode is of low confidence and should be viewed with some suspicion

Re: [wsjt-devel] r7969: AP: calls out of the blue

2017-07-29 Thread Richard Lamont
On 29/07/17 09:40, Gordon Higgins wrote: > could he not have seen u spotting on psk reporter @ called on chance > richard iff i see dx station spotting i will call on chance often with > sussex Hi Gordon and thanks for the explanation. I do feed psk reporter. It had never occurred to me that

Re: [wsjt-devel] r7969: AP: calls out of the blue

2017-07-29 Thread Gordon Higgins
could he not have seen u spotting on psk reporter @ called on chance richard iff i see dx station spotting i will call on chance often with sussex On 29 July 2017 at 09:28, Richard Lamont wrote: > Ubuntu MATE 16.04 amd64 > 1.7.1-devel-r7969 > 7074 kHz FT8 > Deep decode