Re: [wsjt-devel] WSJT-X v.2.6.0 GA Release Hound mode problem with Band dropdown

2023-01-08 Thread Dave Slotter, W3DJS via wsjt-devel
I, too, have seen the band dropdown menu not populate, however I did not
use hound mode. I suspect some other reason may be in play.

--
Dave Slotter, W3DJS 


On Sun, Jan 8, 2023 at 10:00 AM Ari Hyvonen via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> Hi,
>
> If you start the wsjt-x, when hound mode was last used, the program does
> not correctly populate the Band dropdown list, it loads all the
> frequencies, it does not apply the mode Filter. Turning off Hound mode by
> 'FT8' button or by via settings fixes the frequency list.
>
> Windows 11, 64 Bit.
>
> Regards,
> Ari, OH6DX
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.6.0 GA Release

2023-01-06 Thread Dave Slotter, W3DJS via wsjt-devel
Happy new year!

I have successfully used the update_wsjtx_from_src BASH script found under
https://github.com/dslotter/ham_radio_scripts to download WSJTX 2.6.0
source from SourceForge git and build on 8GB Raspberry Pi 4B (4 cores)
running HamPi 3.2 in 13 minutes 50 seconds, and also successfully built on
48GB Lenovo w/ Ubuntu Linux 22.04 (with 16 logical cores) in 1 minute 23
seconds. Both versions successfully launched.

Thank you to the entire WSJT-X team.

73,

--
Dave Slotter, W3DJS 


On Fri, Jan 6, 2023 at 1:44 PM Edfel Rivera via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> Hi Again:
> The crash happened when installing.  At the license window.
>
> 73'
>
> Edfel
> KP4AJ
>
> On Fri, Jan 6, 2023 at 12:39 PM Edfel Rivera  wrote:
>
>> Hi:
>> Thanks for WSJTX Development. Have 2.6.0 GA crashed (Windows 10 64bit).
>> Report from Windows Event Viewer. Tried downloading again, same result. If
>> dev team need specifics send email to edfeljose at gmail.com
>>
>> Thanks
>>
>> 73'
>>
>> Edfel
>> KP4AJ
>>
>> Log Name:  Application
>> Source:Application Error
>> Date:  06/01/2023 12:28:01
>> Event ID:  1000
>> Task Category: (100)
>> Level: Error
>> Keywords:  Classic
>> User:  N/A
>> Computer:  DESKTOP
>> Description:
>> Faulting application name: wsjtx-2.6.0-win64 (1).exe, version: 2.6.0.0,
>> time stamp: 0x60fc9193
>> Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x
>> Exception code: 0xc005
>> Fault offset: 0x
>> Faulting process id: 0x740
>> Faulting application start time: 0x01d921fc9a537348
>> Faulting application path: C:\Users\edfel\Downloads\wsjtx-2.6.0-win64
>> (1).exe
>> Faulting module path: unknown
>> Report Id: f1c7fed3-a95a-4361-be67-3017793fbcc3
>> Faulting package full name:
>> Faulting package-relative application ID:
>> Event Xml:
>> http://schemas.microsoft.com/win/2004/08/events/event;>
>>   
>> 
>> 1000
>> 0
>> 2
>> 100
>> 0
>> 0x80
>> 
>> 91619
>> 
>> 
>> Application
>> DESKTOP
>> 
>>   
>>   
>> wsjtx-2.6.0-win64 (1).exe
>> 2.6.0.0
>> 60fc9193
>> unknown
>> 0.0.0.0
>> 
>> c005
>> 
>> 740
>> 01d921fc9a537348
>> C:\Users\edfel\Downloads\wsjtx-2.6.0-win64 (1).exe
>> unknown
>> f1c7fed3-a95a-4361-be67-3017793fbcc3
>> 
>> 
>> 
>> 
>>   
>> 
>>
>> On Fri, Jan 6, 2023 at 11:54 AM Gary Rogers via wsjt-devel <
>> wsjt-devel@lists.sourceforge.net> wrote:
>>
>>> OK I made the edit to the Hamlib version in cmakelist.txt to 4.5.3 and
>>> was able to build 2.6.0 for Mac. A couple of issues I have encountered
>>> during building the last several versions
>>>
>>> Build environment MacOS SDK, Xcode, dependencies in Macports  and Cmake
>>> 3.25.1
>>>
>>> While building hamlib, I get this error:
>>>
>>> */Users/charlesrogers/Build/hamlib-prefix/src/hamlib/src/parallel.h:31:12:
>>> **fatal error: **'linux/parport.h' file not found*
>>>
>>> #  include 
>>>
>>>
>>> I get around this by going into my build/hamlib-prefix/src/hamlib and
>>> running ./configure
>>>
>>>
>>> This solves the hamlib problem.
>>>
>>>
>>> Since upgrading the  MacOS 13 Ventura, I’m getting this error:
>>>
>>>
>>> */Users/charlesrogers/Build/wsjtx-prefix/src/wsjtx/widgets/mainwindow.cpp:4822:9:
>>> **error: **'sprintf' is deprecated: This function is provided for
>>> compatibility reasons only.  Due to security concerns inherent in the
>>> design of sprintf(3), it is highly recommended that you use snprintf(3)
>>> instead. [-Werror,-Wdeprecated-declarations]*
>>>
>>> sprintf(s,"Tx:  %d Slots",foxcom_.nslots);
>>>
>>>
>>> There is a similar error on line 4824
>>>
>>>
>>> I’ve gotten around this by changing sprintf to snprintf in both
>>> locations and rewrite the expression snprintf(s, *sizeof*(s), "Tx:  %d
>>> Slots",foxcom_.nslots);
>>>
>>>   } *else* {
>>>
>>> snprintf(s,*sizeof*(s),"Tx: %s",msgsent);
>>>
>>>
>>> I’m providing this info in the event developers wish to update code to
>>> resolve these errors. I’m still able to build from source with the
>>> workaround noted above. Thanks to all for this software!
>>>
>>>
>>>
>>>
>>> On Jan 6, 2023, at 9:22 AM, Uwe, DG2YCB via wsjt-devel <
>>> wsjt-devel@lists.sourceforge.net> wrote:
>>>
>>> Try to download again. I think Sourceforge still had the old copy. But
>>> the one I downloaded 1 minute ago has the correct entry.
>>> 73 de DG2YCB,
>>> Uwe
>>>
>>>
>>> Am 06.01.2023 um 18:07 schrieb Gary Rogers via wsjt-devel:
>>>
>>> Same issue for me downloaded from new WSJT-X site.
>>>
>>> On Jan 6, 2023, at 8:55 AM, Kari Sillanmäki via wsjt-devel
>>>  
>>> wrote:
>>>
>>>
>>> Hi Uwe,
>>>
>>> I just downloaded the tarball.
>>> It still has the wrong CmakeLists.txt entry...
>>>
>>> I used this link to download:
>>> https://sourceforge.net/projects/wsjt/files/wsjtx-2.6.0/wsjtx-2.6.0.tgz
>>> Is this 

Re: [wsjt-devel] RC4

2022-09-08 Thread Dave Slotter, W3DJS via wsjt-devel
Not stepping on any feet, but you may wish to be aware of this script which
automates updates to WSJT-X on many Linux versions for x86 and ARM, such as
Raspberry Pi OS, Ubuntu, Xubuntu, Debian, Linux Mint and Fedora:

https://github.com/dslotter/ham_radio_scripts/blob/main/update_wsjtx_from_src

--
Dave Slotter, W3DJS 


On Thu, Sep 8, 2022 at 10:21 AM Jeff Palmer via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> I'm not sure who the project lead is, but I have experience doing
> automated builds for software.  If there is interest (and approval from the
> project leads) I can help setup builds for modern Linux versions, and
> potentially help setup an apt and repo so people can do the equivelant of
> 'apt upgrade' to get the latest versions.
>
> (Just joined the list, so ignore me if I'm stepping on toes, or rehashing
> a subject)
>
> Jeff
> N2AWS
>
>
>
> On Wed, Sep 7, 2022, 3:41 PM Andrew Neumeier via wsjt-devel <
> wsjt-devel@lists.sourceforge.net> wrote:
>
>> Hello,
>>
>> Attempted to install 2.6.0-rc4 amd64.deb on my Ubuntu 20.04LTS system.
>> Got following error on install:
>>
>> Error: Cannot satisfy dependencies.
>>
>> There are no details given.  Not sure how to run this in a terminal to
>> provide more information to the team.
>> First time this has happened, usually all dependencies are satisfied on
>> install.
>>
>> 73,
>> Andy, ka2uqw
>>
>>
>>
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Release Candidate WSJT-X 2.6.0-rc4

2022-09-07 Thread Dave Slotter, W3DJS via wsjt-devel
Joe et al,

I have confirmed successful build, install and smoke test of this version
of WSJT-X on 22.04.1 LTS (Jammy Jellyfish) and Raspberry Pi OS: Raspbian
GNU/Linux 11 (bullseye).

Same issue with inconsistent file name and directory name still exists in
rc4 as I reported in rc3.

To update WSJT-X on Raspberry Pi, Ubuntu, Xubuntu, Debian, Linux Mint or
Fedora, one may run this BASH script:

https://github.com/dslotter/ham_radio_scripts/blob/main/update_wsjtx_from_src

73,

--
Dave Slotter, W3DJS 


On Wed, Sep 7, 2022 at 10:09 AM Joe Taylor via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> Dear WSJT-X Users,
>
> We are pleased to announce that Release Candidate WSJT-X 2.6.0-rc4 is
> ready for download by beta testers. A list of its essential changes from
> previous releases can be found in the Release Notes:
> https://physics.princeton.edu//pulsar/k1jt/Release_Notes.txt
>
> Links for downloading WSJT-X 2.6.0-rc4 can be found on the WSJT-X Home
> Page, https://physics.princeton.edu/pulsar/k1jt/wsjtx.html
> Scroll down to find "Candidate release:  WSJT-X 2.6.0-rc4".
>
> An installation file for macOS is not presently available.  One will be
> posted as soon as possible.
>
> We hope you will enjoy using this beta release of WSJT-X 2.6.0.  As a
> beta tester you should report on your experiences with its new features,
> successful and otherwise, on one of the relevant WSJT forums.  Bugs
> should be reported by following instructions found here in the User Guide:
>
>
> https://www.physics.princeton.edu//pulsar/K1JT/wsjtx-doc/wsjtx-main-2.6.0-rc4.html#_bug_reports
>
> WSJT-X and MAP65 are licensed under the terms of Version 3 of the GNU
> General Public License (GPLv3).  Development of this software is a
> cooperative project to which many amateur radio operators have
> contributed.  If you use our code, please have the courtesy to let us
> know about it.  If you find bugs or make improvements to the code,
> please report them to us in a timely fashion.  Additional licensing
> details can be found here:
> https://physics.princeton.edu//pulsar/k1jt/devel.html
>
>   73 from the WSJT Core Development Team
>   Joe, K1JT; Steve, K9AN; Nico, IV3NWV; Chet, KG4IYS; Uwe, DG2YCB;
>   Brian, N9ADG; and John, G4KLA
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Typo patch

2022-08-23 Thread Dave Slotter, W3DJS via wsjt-devel
Good catches. :-)

--
Dave Slotter, W3DJS 


On Tue, Aug 23, 2022 at 5:22 AM Christoph Berg via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> Re: Christoph Berg via wsjt-devel
> > Afaict the whole source tree has CRLF line terminators now. It would
> > be nice if that could be reverted, it's making all the patches we have
> > in the Debian package fail.
>
> Attached is a patch that is suitable of inclusion (the others are
> mostly build system adjustments specific to Debian).
>
> Christoph
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Release Candidate WSJT-X 2.6.0-rc3

2022-08-22 Thread Dave Slotter, W3DJS via wsjt-devel
Also, guys. Please take this as constructive feedback.

I love what y'all are doing and contributing to the ham radio community.
Please keep up the good work!

73,

--
Dave Slotter, W3DJS 


On Mon, Aug 22, 2022 at 12:55 PM Dave Slotter, W3DJS <
slotter+w3...@gmail.com> wrote:

> Hi,
>
> In addition to the same minor "gotcha" encountered by my automated build
> script for Linux, "update_wsjtx_from_src", this version *did not* build
> successfully under Raspberry Pi OS 32-bit (Bullseye) using "-j4" flag on a
> 2GB Raspberry Pi 4B running HamPi 3.0.1p. I believe it may have run out of
> memory. Running through this section with "-j1" built successfully. Log
> follows my writing... However, when I did successfully build and install,
> it ran and decoded FT8 successfully.
>
> The specific "gotcha" is the name of the compressed directory. Instead of
> the prior "usual" naming convention of "wsjtx-2.6.0*-rc3*", it was simply
> "wsjtx-2.6.0" -- which I believe would better be reserved for the final
> release version. At least, this worked in the past for 2.5.0 release
> candidates...
>
> Log:
>
> [ 83%] Building CXX object
> CMakeFiles/wsjt_qt.dir/Network/NetworkMessage.cpp.o
> [ 84%] Building CXX object
> CMakeFiles/wsjt_qt.dir/Network/MessageClient.cpp.o
> [ 84%] Building CXX object
> CMakeFiles/wsjt_qt.dir/widgets/LettersSpinBox.cpp.o
> [ 84%] Building CXX object
> CMakeFiles/wsjt_qt.dir/widgets/HintedSpinBox.cpp.o
> c++: fatal error: Killed signal terminated program cc1plus
> compilation terminated.
> gmake[2]: *** [CMakeFiles/wsjt_qt.dir/build.make:148:
> CMakeFiles/wsjt_qt.dir/MetaDataRegistry.cpp.o] Error 1
> gmake[2]: *** Waiting for unfinished jobs
> c++: fatal error: Killed signal terminated program cc1plus
> compilation terminated.
> gmake[2]: *** [CMakeFiles/wsjt_qt.dir/build.make:193:
> CMakeFiles/wsjt_qt.dir/L10nLoader.cpp.o] Error 1
> gmake[1]: *** [CMakeFiles/Makefile2:1227: CMakeFiles/wsjt_qt.dir/all]
> Error 2
> gmake: *** [Makefile:156: all] Error 2
> cmake build failed.
> pi@hampi:~/bin $ free -m
>totalusedfree  shared  buff/cache
> available
> Mem:1871 2621426  78 182
>  1448
> Swap: 99  99   0
>
> More output from second build:
>
> (Not sure what happened here ... Almost looks like it took some console
> input and got confused?!?) Willing to test and reproduce...
>
> [100%] Linking CXX executable wsjtx
> [100%] Built target wsjtx
> pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ [ 83%] Building CXX
> object CMakeFiles/wsjt_qt.dir/Network/NetworkMessage.cpp.o
> -bash: [: missing `]'
> pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ [ 84%] Building CXX
> object CMakeFiles/wsjt_qt.dir/Network/MessageClient.cpp.o
> -bash: [: missing `]'
> pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ [ 84%] Building CXX
> object CMakeFiles/wsjt_qt.dir/widgets/LettersSpinBox.cpp.o
> -bash: [: missing `]'
> pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ [ 84%] Building CXX
> object CMakeFiles/wsjt_qt.dir/widgets/HintedSpinBox.cpp.o
> -bash: [: missing `]'
> pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ c++: fatal error:
> Killed signal terminated program cc1plus
> -bash: c++:: command not found
> pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ compilation terminated.
> -bash: compilation: command not found
> pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ gmake[2]: ***
> [CMakeFiles/wsjt_qt.dir/build.make:148:
> CMakeFiles/wsjt_qt.dir/MetaDataRegistry.cpp.o] Error 1
> -bash: gmake[2]:: command not found
> pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ gmake[2]: *** Waiting
> for unfinished jobs
> -bash: gmake[2]:: command not found
> pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ c++: fatal error:
> Killed signal terminated program cc1plus
> -bash: c++:: command not found
> pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ compilation terminated.
> -bash: compilation: command not found
> pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ gmake[2]: ***
> [CMakeFiles/wsjt_qt.dir/build.make:193:
> CMakeFiles/wsjt_qt.dir/L10nLoader.cpp.o] Error 1
> -bash: gmake[2]:: command not found
> pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ gmake[1]: ***
> [CMakeFiles/Makefile2:1227: CMakeFiles/wsjt_qt.dir/all] Error 2
> -bash: gmake[1]:: command not found
> pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ gmake: ***
> [Makefile:156: all] Error 2
> -bash: gmake:: command not found
> pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ cmake build failed.
> CMake Warning:
>   Ignoring extra path from command line:
>
>"failed."
>
>
> CMake Error: The source directory
> "/home/pi/hamradio/wsjtx-2.6.0/src/wsjtx/build/build" does not exist.
> Specify --help for usage, or press the help button on the CMake GUI.
> pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ pi@hampi:~/bin $ free -m
> -bash: pi@hampi:~/bin: No such file or directory
> 

Re: [wsjt-devel] Release Candidate WSJT-X 2.6.0-rc3

2022-08-22 Thread Dave Slotter, W3DJS via wsjt-devel
Hi,

In addition to the same minor "gotcha" encountered by my automated build
script for Linux, "update_wsjtx_from_src", this version *did not* build
successfully under Raspberry Pi OS 32-bit (Bullseye) using "-j4" flag on a
2GB Raspberry Pi 4B running HamPi 3.0.1p. I believe it may have run out of
memory. Running through this section with "-j1" built successfully. Log
follows my writing... However, when I did successfully build and install,
it ran and decoded FT8 successfully.

The specific "gotcha" is the name of the compressed directory. Instead of
the prior "usual" naming convention of "wsjtx-2.6.0*-rc3*", it was simply
"wsjtx-2.6.0" -- which I believe would better be reserved for the final
release version. At least, this worked in the past for 2.5.0 release
candidates...

Log:

[ 83%] Building CXX object
CMakeFiles/wsjt_qt.dir/Network/NetworkMessage.cpp.o
[ 84%] Building CXX object
CMakeFiles/wsjt_qt.dir/Network/MessageClient.cpp.o
[ 84%] Building CXX object
CMakeFiles/wsjt_qt.dir/widgets/LettersSpinBox.cpp.o
[ 84%] Building CXX object
CMakeFiles/wsjt_qt.dir/widgets/HintedSpinBox.cpp.o
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
gmake[2]: *** [CMakeFiles/wsjt_qt.dir/build.make:148:
CMakeFiles/wsjt_qt.dir/MetaDataRegistry.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
gmake[2]: *** [CMakeFiles/wsjt_qt.dir/build.make:193:
CMakeFiles/wsjt_qt.dir/L10nLoader.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:1227: CMakeFiles/wsjt_qt.dir/all] Error
2
gmake: *** [Makefile:156: all] Error 2
cmake build failed.
pi@hampi:~/bin $ free -m
   totalusedfree  shared  buff/cache
available
Mem:1871 2621426  78 182
 1448
Swap: 99  99   0

More output from second build:

(Not sure what happened here ... Almost looks like it took some console
input and got confused?!?) Willing to test and reproduce...

[100%] Linking CXX executable wsjtx
[100%] Built target wsjtx
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ [ 83%] Building CXX
object CMakeFiles/wsjt_qt.dir/Network/NetworkMessage.cpp.o
-bash: [: missing `]'
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ [ 84%] Building CXX
object CMakeFiles/wsjt_qt.dir/Network/MessageClient.cpp.o
-bash: [: missing `]'
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ [ 84%] Building CXX
object CMakeFiles/wsjt_qt.dir/widgets/LettersSpinBox.cpp.o
-bash: [: missing `]'
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ [ 84%] Building CXX
object CMakeFiles/wsjt_qt.dir/widgets/HintedSpinBox.cpp.o
-bash: [: missing `]'
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ c++: fatal error: Killed
signal terminated program cc1plus
-bash: c++:: command not found
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ compilation terminated.
-bash: compilation: command not found
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ gmake[2]: ***
[CMakeFiles/wsjt_qt.dir/build.make:148:
CMakeFiles/wsjt_qt.dir/MetaDataRegistry.cpp.o] Error 1
-bash: gmake[2]:: command not found
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ gmake[2]: *** Waiting for
unfinished jobs
-bash: gmake[2]:: command not found
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ c++: fatal error: Killed
signal terminated program cc1plus
-bash: c++:: command not found
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ compilation terminated.
-bash: compilation: command not found
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ gmake[2]: ***
[CMakeFiles/wsjt_qt.dir/build.make:193:
CMakeFiles/wsjt_qt.dir/L10nLoader.cpp.o] Error 1
-bash: gmake[2]:: command not found
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ gmake[1]: ***
[CMakeFiles/Makefile2:1227: CMakeFiles/wsjt_qt.dir/all] Error 2
-bash: gmake[1]:: command not found
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ gmake: *** [Makefile:156:
all] Error 2
-bash: gmake:: command not found
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ cmake build failed.
CMake Warning:
  Ignoring extra path from command line:

   "failed."


CMake Error: The source directory
"/home/pi/hamradio/wsjtx-2.6.0/src/wsjtx/build/build" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ pi@hampi:~/bin $ free -m
-bash: pi@hampi:~/bin: No such file or directory
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $total
   usedfree  shared  buff/cache   available
-bash:  : command not found
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ Mem:1871
2621426  78 1821448
-bash: Mem:: command not found
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $
pi@hampi:~/hamradio/wsjtx-2.6.0/src/wsjtx/build $ make
[  1%] Built target wsprsim
[ 33%] Built target wsjt_fort_omp
[ 33%] Built target fmtave
[ 65%] Built target 

Re: [wsjt-devel] Release Candidate WSJT-X 2.6.0-rc3

2022-08-22 Thread Dave Slotter, W3DJS via wsjt-devel
Hi,

Other than one minor "gotcha" encountered by my automated build script for
Linux, "update_wsjtx_from_src", this version built successfully under
Ubuntu 22.04 and also starts up without error. Going to test Raspberry Pi
OS next.

73,
--
Dave Slotter, W3DJS 


On Mon, Aug 22, 2022 at 12:20 PM Joe Taylor via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> Dear WSJT-X Users,
>
> We are pleased to announce that Release Candidate WSJT-X 2.6.0-rc3 is
> ready for download by beta testers. A list of its essential changes from
> previous releases can be found in the Release Notes:
> https://physics.princeton.edu//pulsar/k1jt/Release_Notes.txt
>
> Links for downloading WSJT-X 2.6.0-rc3 can be found on the WSJT-X Home
> Page, https://physics.princeton.edu/pulsar/k1jt/wsjtx.html
> Scroll down to find "Candidate release:  WSJT-X 2.6.0-rc3".
>
> We hope you will enjoy using this beta release of WSJT-X 2.6.0.  As a
> beta tester you should report on your experiences with its new features,
> successful and otherwise, on one of the relevant WSJT forums.  Bugs
> should be reported by following instructions found here in the User Guide:
>
>
> https://www.physics.princeton.edu//pulsar/K1JT/wsjtx-doc/wsjtx-main-2.6.0-rc3.html#_bug_reports
>
> WSJT-X and MAP65 are licensed under the terms of Version 3 of the GNU
> General Public License (GPLv3).  Development of this software is a
> cooperative project to which many amateur radio operators have
> contributed.  If you use our code, please have the courtesy to let us
> know about it.  If you find bugs or make improvements to the code,
> please report them to us in a timely fashion.  Additional licensing
> details can be found here:
> https://physics.princeton.edu//pulsar/k1jt/devel.html
>
>   73 from the WSJT Core Development Team
>   Joe, K1JT; Steve, K9AN; Nico, IV3NWV; Chet, KG4IYS; Uwe, DG2YCB;
>   Brian, N9ADG; and John, G4KLA
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] New Feature(s)

2022-05-17 Thread Dave Slotter, W3DJS via wsjt-devel
A simpler solution, rather than asking the developers for a new feature,
was simply be to enlarge the wsjtx window to make the list longer.

On Tue, May 17, 2022, 9:28 AM Alan via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> Hi,
>
> I have 2 suggestions:
>
> 1. When there are a large number of users on any one band the Band
> Activity screen overflows and you are looking for a particular station to
> work it often takes too long to find the call in the list thereby missing
> out on calling it.
>
> My suggestion is that a marker option (coloured text) could be allocated
> to a call making it easy to find it when the list is long and overflowing.
>
> 2. To make the screen easier and quicker to read indent the second call by
> the same ammount thus all callsigns would fall directly under one another.
>
> Thanks & 73
> Alan
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Are you building WSJT-X ?

2022-04-25 Thread Dave Slotter, W3DJS via wsjt-devel
Willie,

Would you please be willing to share this Python code on GitHub for the
rest of us? I know I'd love to try it out on my tens of thousands of FT8 /
FT4 contacts.

I've written some Python code to parse ALL.TXT and determine where the gaps
> in the waterfall are, and get histograms of audio frequency, SNR, and dT,
> so that's kinda fun.


--
Dave Slotter, W3DJS 


On Mon, Apr 25, 2022 at 1:56 PM William Smith via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> I've built WSJT-X from source on a Raspberry Pi.  Here are my notes
>  (yeah, I know this isn't the _right_ way, but I couldn't understand the
> instructions, so i found a tutorial and modified it:
>
> /*
> The instructions in the source tarall are much easier to parse if you
> already know what you are doing.  路‍♂️
>
> I got some hints from http://www.kk5jy.net/wsjtx-build/
>
> Here's what I did:
>
> From a clean Bullseye install (11.1) via Raspberry Pi Imager
>
> sudo apt-get install cmake
>
> export CXXFLAGS='-O2 -march=native -mtune=native'
> export CFLAGS='-O2 -march=native -mtune=native'
>
> sudo apt-get install emacs-nox (or your favorite editor to build the
> script below)
> build a script from the webpage above and execute it (takes a long time)
>
> wget
> https://github.com/Hamlib/Hamlib/releases/download/4.3.1/hamlib-4.3.1.tar.gz
> tar xvzf 
> cd 
> /configure --prefix=/usr/local --enable-static
> make
> sudo make install
> sudo ldconfig
> rigctl --version shows: rigctl Hamlib 4.3.1 Mon Sep 13
> which rigctl returns: /usr/local/bin/rigctl
> reboot to confirm somehting doesn't break
> Success!
>
> --  Now for wsjt-x
>
> export CXXFLAGS='-O2 -march=native -mtune=native'
> export CFLAGS='-O2 -march=native -mtune=native'
>
> wget https://physics.princeton.edu/pulsar/k1jt/wsjtx-2.5.2.tgz
> tar xvzf 
> cd 
> cd src
> [Aha!  This is where hamlib 4.4 comes from!]
> tar -zxvf wsjtx.tgz
> mkdir build
> cd build
> cmake ../wsjtx
> make
> sudo make install
>
> */
>
> I'm a hardware guy, but I've programmed in Basic, Pascal, Fortran, a lot
> of Z-80 assembly, C, a little C++, Perl, and lately mostly Python under
> Debian (mostly on Raspberry Pi).
>
> I don't really have the skills to parse the code and make changes, and
> there are no particular missing features I feel are critical.  I started to
> look at what it would take to run through the audio initialization and
> connection steps on {USB port renumbering} so as to avoid restarting WSJT-X
> (or deselecting and reselecting the proper audio ports), but it's a rare
> enough occurrance that I stopped when I got bogged down.  路‍♂️
>
> I've written some Python code to parse ALL.TXT and determine where the
> gaps in the waterfall are, and get histograms of audio frequency, SNR, and
> dT, so that's kinda fun.
>
> Gotta say, this is a spectacular program, and the ability to run it on
> multiple platforms really makes it shine.  While I've done Windows, macOS,
> and Linux, I settled on the latter for ease of use.
>
> Thanks for making this for all of us to enjoy!
>
> 73, Willie N1JBJ
> 73, Willie VP5WS
>
>
>
> On Apr 25, 2022, at 11:29 AM, Joe Taylor via wsjt-devel <
> wsjt-devel@lists.sourceforge.net> wrote:
>
> When I started work on WSJT some 21 years ago, my principal goal was to
> help bring amateur weak-signal communication techniques into the
> twenty-first century -- and in doing so, to help spread knowledge of modern
> communication theory into the amateur radio community.
>
> By 2005 WSJT was well established but mostly used for special purposes
> like meteor scatter and EME ("moonbounce").  A stable development path had
> been established: the program was fully Open Source, licensed under the GNU
> General Public License, and it could be built by anyone from source code
> using freely available compilers and development tools.  At this time WSJT
> was coded in a combination of Python, Fortran, and C.  A re-write in 2012
> created the present program, WSJT-X, using the Qt platform and C++ language
> in addition to Fortran and C.
>
> To help gauge the extent to which my original educational goals are being
> met, we in the core development team are interested to know how many WSJT-X
> users are currently building the program for themselves, from source code.
> If you are doing so, we would appreciate an email response -- either
> publicly, to this list, or in a private email to me. All responses will be
> appreciated, but particular things you might want to mention in your
> message include these:
>
> - Building on what platform?  Windows, Linux, macOS, or other?
>
> - What are your particular programming skills and interests?
>
> - Are you making changes to the code?  If so, toward what end?
>
> - What portions of the code have you studied well enough to understand?
>
> Many thanks -- I look forward to hearing from you!
>
> -- 73, Joe, K1JT
>
>
> ___
> wsjt-devel mailing list
> 

Re: [wsjt-devel] WSPR source code

2022-03-03 Thread Dave Slotter, W3DJS via wsjt-devel
Simple googling results:

https://github.com/JamesP6000/WsprryPi

On Thu, Mar 3, 2022, 8:16 PM Stan Gammons via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> Is the source code for WSPR available somewhere?  I tried to install the
> .deb package on Kubuntu 20.04 but it fails with the "cannot satisfy
> dependencies" error.
>
>
> 73
>
> Stan
> KM4HQE
>
>
>
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.5.3 GA Release for Linux

2021-12-15 Thread Dave Slotter, W3DJS via wsjt-devel
Marco,

I created a 2.5.3 Linux tarball and submitted it to K1JT for approval and
posting to the website. Hopefully soon?

--
Dave Slotter, W3DJS 


On Wed, Dec 15, 2021 at 9:35 PM Marco Calistri via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> Il 15/12/21 15:49, Joe Taylor via wsjt-devel ha scritto:
>
> Thanks to Chet Fennell, KG4IYS, installation packages for WSJT-X 2.5.3 on
> Debian-based (Debian, Ubuntu 20.04 LTS, ...) and Fedora-based (Fedora 34,
> RedHat, ...) flavors of Linux have been posted on the WSJT-X web page:
> https://physics.princeton.edu//pulsar/k1jt/wsjtx.html
>
> Versions installable with "apt-get" and "yum" will be made available when
> our package maintainers create the packages.
>
> Note: these packages are unlikely to install properly on Linux
> distributions with required dependencies at lower versions than those on
> the named distributions.  In such cases building from source is the correct
> way to install WSJT-X.
>
> Many thanks to Chet Fennell, KG4IYS, for building the .deb and .rpm
> packages.  We also thank Dave Slotter, W3DJS, for comparable parallel
> effort.
>
> For those who like to build their own, we hope to have the standard WSJT-X
> tarball (source code and other required resources) available soon.
>
>   -- 73 from Joe, K1JT; Steve, K9AN; and Nico, IV3NWV
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
> Hello,
>
> When new release for Linux as source tar.gz will also be available?
>
> Thanks and regards,
>
> ---
>
> *73 de Marco, PY1ZRJ (former IK5BCU) *
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.5.3 GA Release (Win64 only)

2021-12-08 Thread Dave Slotter, W3DJS via wsjt-devel
Joe,

One of us Linux types could create a tarball from the git repository on
SourceForge; unfortunately it doesn't have the 2.5.3 changes committed to
it.

When you get a moment, could you please push the 2.5.3 changes up for the
rest of us? (And of course tag it.)

Thanks and 73,

--
Dave Slotter, W3DJS 


On Wed, Dec 8, 2021 at 8:52 PM Marco Calistri via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> Il 08/12/21 15:25, Joe Taylor via wsjt-devel ha scritto:
>
> Dear WSJT-X Users:
>
> As most of you know, we are mourning the recent death of our friend and
> colleague Bill Somerville, G4WJS, who since 2013 has contributed so much to
> the WSJT project.
>
> One of Bill's many WSJT-related tasks was creating installation packages
> for Win32, Win64, Linux (Debian, Fedora, Raspberry Pi, ...), and macOS for
> each new program release.  At present we have a straightforward system for
> building the Win64 package -- the best choice for the majority of WSJT-X
> users -- but no systems in place for building Win32, Linux, and macOS
> packages.
>
> WSJT-X 2.5.3 includes a feature of special interest to users who will
> enter the ARRL January VHF Contest (January 15-17, 2022).  For benefit of
> those users, we have decided to release WSJT-X version 2.5.3 for Win64 even
> though we have not yet made prebuilt packages for the other operating
> systems.
>
> Differences between WSJT-X 2.5.2 and 2.5.3 are minimal and described in
> the Release Notes:
> https://physics.princeton.edu//pulsar/k1jt/Release_Notes.txt
>
> The new feature for the ARRL VHF contests is an enhanced macro facility
> for Tx messages, aimed at making it easier to ask another station to QSY to
> a new band.  The feature is described briefly here in the User Guide:
>
> https://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjtx-main-2.5.3.html#TXMACROS
> Additional information will likely appear on VHF-contest-related forums.
>
> A link for the Win64 installation package for WSJT-X 2.5.3 is now
> available on the WSJT-X web page:
> https://physics.princeton.edu//pulsar/k1jt/wsjtx.html
>
> Pre-built packages for Win32, Linux, and macOS will be added when we have
> created new means for creating them.
>
>  -- 73 from Joe, K1JT; Steve, K9AN; and Nico, IV3NWV
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
>
> As noted previously by other colleagues, for Linux just by having the
> source tar ball would be quite enough in order to have the chance to keep
> our WSJT-X updated.
>
> Thanks and once again my sincere and friendly "goodbye" to Bill.
>
> ---
>
> *73 de Marco, PY1ZRJ (former IK5BCU) *
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.5.3 GA Release (Win64 only)

2021-12-08 Thread Dave Slotter, W3DJS via wsjt-devel
Joe,

Likewise, I also volunteer to help with any or all of the following:

   - Raspberry Pi Buster + Bullseye (ARMv6)  pre-built binaries
   - Debian, Ubuntu 20.04 LTS, ... (64-bit)  pre-built binaries
   - Linux tarball

I have the software development experience, and WSJT-X build experience and
equipment to make this a reality.

73,

--
Dave Slotter, W3DJS 


On Wed, Dec 8, 2021 at 3:35 PM Jeff Stillinger via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> For years, Linux users simply get the tar ball of source at the bottom
> of the web page.  That is more than perfect.   Bill wrote many many
> times that the recommended method is to always build from that source
> tar ball.   Myself and many others have created build  scripts for
> various flavors of Linux.
>
> Each flavor of Linux already has volunteers that are building "packages"
> to be placed in the repositories.  Which gives Linux users two different
> choices to install.
>
> With all that said, Linux users just need that tar ball.  Is it my
> understanding that we will not have access to that tar ball moving
> forward?  If not, how can I help?
>
>
>
> On 12/8/21 12:25 PM, Joe Taylor via wsjt-devel wrote:
> > Dear WSJT-X Users:
> >
> > As most of you know, we are mourning the recent death of our friend
> > and colleague Bill Somerville, G4WJS, who since 2013 has contributed
> > so much to the WSJT project.
> >
> > One of Bill's many WSJT-related tasks was creating installation
> > packages for Win32, Win64, Linux (Debian, Fedora, Raspberry Pi, ...),
> > and macOS for each new program release.  At present we have a
> > straightforward system for building the Win64 package -- the best
> > choice for the majority of WSJT-X users -- but no systems in place for
> > building Win32, Linux, and macOS packages.
> >
> > WSJT-X 2.5.3 includes a feature of special interest to users who will
> > enter the ARRL January VHF Contest (January 15-17, 2022). For benefit
> > of those users, we have decided to release WSJT-X version 2.5.3 for
> > Win64 even though we have not yet made prebuilt packages for the other
> > operating systems.
> >
> > Differences between WSJT-X 2.5.2 and 2.5.3 are minimal and described
> > in the Release Notes:
> > https://physics.princeton.edu//pulsar/k1jt/Release_Notes.txt
> >
> > The new feature for the ARRL VHF contests is an enhanced macro
> > facility for Tx messages, aimed at making it easier to ask another
> > station to QSY to a new band.  The feature is described briefly here
> > in the User Guide:
> >
> https://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjtx-main-2.5.3.html#TXMACROS
> >
> > Additional information will likely appear on VHF-contest-related forums.
> >
> > A link for the Win64 installation package for WSJT-X 2.5.3 is now
> > available on the WSJT-X web page:
> > https://physics.princeton.edu//pulsar/k1jt/wsjtx.html
> >
> > Pre-built packages for Win32, Linux, and macOS will be added when we
> > have created new means for creating them.
> >
> >  -- 73 from Joe, K1JT; Steve, K9AN; and Nico, IV3NWV
> >
> >
> > ___
> > wsjt-devel mailing list
> > wsjt-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.5.3 GA Release (Win64 only)

2021-12-08 Thread Dave Slotter, W3DJS via wsjt-devel
All:

This would appear to be an appropriate time to mention I have a Linux build
script for downloading the WSJT-X sources for a specific version and
building them and installing them.

They were previously tested roughly two months ago and support Ubuntu,
Fedora, Mint, Fedora and Raspberry Pi OS.

GitHub link:
https://github.com/dslotter/ham_radio_scripts/blob/main/update_wsjtx_from_src

This is an open source project. Feel free to submit any issues or pull
requests to the GitHub project.

73,

--
Dave Slotter, W3DJS 


On Wed, Dec 8, 2021 at 2:07 PM Joe Taylor via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> Dear WSJT-X Users:
>
> As most of you know, we are mourning the recent death of our friend and
> colleague Bill Somerville, G4WJS, who since 2013 has contributed so much
> to the WSJT project.
>
> One of Bill's many WSJT-related tasks was creating installation packages
> for Win32, Win64, Linux (Debian, Fedora, Raspberry Pi, ...), and macOS
> for each new program release.  At present we have a straightforward
> system for building the Win64 package -- the best choice for the
> majority of WSJT-X users -- but no systems in place for building Win32,
> Linux, and macOS packages.
>
> WSJT-X 2.5.3 includes a feature of special interest to users who will
> enter the ARRL January VHF Contest (January 15-17, 2022).  For benefit
> of those users, we have decided to release WSJT-X version 2.5.3 for
> Win64 even though we have not yet made prebuilt packages for the other
> operating systems.
>
> Differences between WSJT-X 2.5.2 and 2.5.3 are minimal and described in
> the Release Notes:
> https://physics.princeton.edu//pulsar/k1jt/Release_Notes.txt
>
> The new feature for the ARRL VHF contests is an enhanced macro facility
> for Tx messages, aimed at making it easier to ask another station to QSY
> to a new band.  The feature is described briefly here in the User Guide:
>
> https://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjtx-main-2.5.3.html#TXMACROS
> Additional information will likely appear on VHF-contest-related forums.
>
> A link for the Win64 installation package for WSJT-X 2.5.3 is now
> available on the WSJT-X web page:
> https://physics.princeton.edu//pulsar/k1jt/wsjtx.html
>
> Pre-built packages for Win32, Linux, and macOS will be added when we
> have created new means for creating them.
>
>   -- 73 from Joe, K1JT; Steve, K9AN; and Nico, IV3NWV
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Bill Somerville, G4WJS, SK

2021-12-06 Thread Dave Slotter, W3DJS via wsjt-devel
I am saddened to learn about the passing of Bill Somerville. My condolences
to his family and close friends.

73,


On Sat, Dec 4, 2021 at 4:27 PM Joe Taylor via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> I am very sorry to convey the sad news that Bill Somerville, G4WJS, died
> suddenly and unexpectedly a few days ago.  He was only about 65 years old.
>
> Bill was a dear friend and very close colleague, though (as is often the
> case with worldwide ham radio friendships) we had met in person only a
> few times.  In 2013 he was the first to join me in forming a core
> development group for WSJT-X, which at that time was at program version
> 0.99.  Bill has been closely involved with WSJT-X and related software
> projects ever since.
>
> Our free, open-source software could not have achieved its extensive
> worldwide popularity and influence in ham radio without Bill's essential
> contributions.  In addition to writing code for important portions of
> the Qt-based user interface for WSJT-X, Bill helped to bring the overall
> program structure more nearly up to professional standards.  Moreover,
> he devoted countless hours to program support, patiently answering
> user's questions on WSJT-related forums.
>
> I have only started to think about the many ways in which I will miss
> Bill -- not no mention how we all will miss his immense and positive
> impact on WSJT-X and related projects.  For more than eight years Bill
> and I communicated closely and regularly on ham radio topics, sometimes
> many times per day.  Perhaps I will be able to write more about it in
> the near future.
>
> Rest in peace, dear friend G4WJS.
>
> -- Joe, K1JT
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.5.2 GA Release

2021-11-04 Thread Dave Slotter, W3DJS via wsjt-devel
Thank you WSJT-X development team. :-)

I successfully downloaded the sources for 2.5.2 and built on Ubuntu 20.04
and Raspberry Pi OS 10 "buster". Smoke test on both platforms successful.

73,

--
Dave Slotter, W3DJS 


On Thu, Nov 4, 2021 at 2:09 PM Joe Taylor via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> We are pleased to announce the General Availability (GA) release of
> WSJT-X version 2.5.2.  This is mostly a bug-fix release.  A full list of
> changes can be found in the Release Notes:
> https://physics.princeton.edu//pulsar/k1jt/Release_Notes.txt
>
> IMPORTANT: If you expect to use the JT65 or Q65 modes to make
> weak-signal QSOs that involve a nonstandard callsign, be sure to upgrade
> to WSJT-X 2.5.2!
>
> Links to WSJT-X 2.5.2 installation packages for Windows, Linux, and
> Macintosh are available here:
> http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
>
> You can also download the packages from our SourceForge site:
> https://sourceforge.net/projects/wsjt/files/
> It may take a short time for the SourceForge site to be updated.
>
> WSJT-X is licensed under the terms of Version 3 of the GNU General
> Public License (GPL).  Development of this software is a cooperative
> project to which many amateur radio operators have contributed.  If you
> use our code, please have the courtesy to let us know about it.  If you
> find bugs or make improvements to the code, please report them to us in
> a timely fashion.
>
> The authors and Copyright holders of WSJT-X request that derivative
> works should not publish programs based on features in WSJT-X before
> those features are made available in a General Availability (GA) release
> of WSJT-X.  We will cease making public Release Candidate (RC)
> pre-releases for testing and user early access purposes if this request
> is ignored.
>
> Bugs should be reported by following instructions found here in the User
> Guide:
>
>
> https://www.physics.princeton.edu//pulsar/K1JT/wsjtx-doc/wsjtx-main-2.5.2.html#_bug_reports
>
> We hope you will enjoy using WSJT-X 2.5.2.
>
>   -- 73 from Joe, K1JT; Bill, G4WJS; Steve, K9AN; and Nico, IV3NWV
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 2.5.0 GA Release

2021-09-27 Thread Dave Slotter, W3DJS via wsjt-devel
For those folks who wish to build from source, I have made available  an
automated method to build WSJT-X on a number of Linux platforms such as
Ubuntu, Debian, Linux Mint, Fedora and Raspberry Pi OS, You may find the
BASH script, "update_wsjtx_from_src" on my GitHub repo here:

https://github.com/dslotter/ham_radio_scripts

I tested it successfully on the versions of those OSs I had at the
time, including Ubuntu 20.04 today. If you have a newer version of one of
those OS's, it's possible some dependencies have changed. If you notice
that, I do accept Git Pull Requests for updates.

Good luck and 73,

--
Dave Slotter, W3DJS 


On Mon, Sep 27, 2021 at 3:10 PM John Nelson via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> Hi Joe and Bill,
>
> WSJT-X 2.5.0 GA compiled  for macOS 10.15.7 and now decoding FT8.   Will
> report further as needed.
>
> — John G4KLA___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel