[wsjt-devel] 2.3.0 RC1 Bug

2020-11-04 Thread Hasan N0AN
Twice observed: Working a station on MSK144 In the middle of qso, someone else calls All info changes over to the new caller, had to manually change it back. Also, when calling CQ on MSK144, an answer started the qso as if Call 1st was checked...but there is no Call 1st option for MSK144. 73, N0A

[wsjt-devel] Why fortran 3?

2020-11-04 Thread Daniel Uppström
Hi, Maybe this has already been answered here, if so I am sorry. However; It seems some Linux distros has dropped libgfortran3. Trying to install WSJT 2.2.2 from the deb-package is therefore not possible. Is there a reason for not using a higher Fortran vers

Re: [wsjt-devel] Why fortran 3?

2020-11-04 Thread Bill Somerville
On 04/11/2020 13:52, Daniel Uppström wrote: Hi, Maybe this has already been answered here, if so I am sorry. However; It seems some Linux distros has dropped libgfortran3. Trying to install WSJT 2.2.2 from the deb-package is therefore not possible. Is there a reason for not using a higher Fortr

Re: [wsjt-devel] Why fortran 3?

2020-11-04 Thread Christoph Berg
Re: Daniel Uppström > Hi, > Maybe this has already been answered here, if so I am sorry. However; > It seems some Linux distros has dropped libgfortran3. Trying to install WSJT > 2.2.2 from the deb-package is therefore not possible. Which distribution release are you on? Christoph _

Re: [wsjt-devel] Why fortran 3?

2020-11-04 Thread Daniel Uppström
Hi, I am on Mint 20 Ulyana, which is based on Ubuntu 20.04. And with the help of Duckduckgo I can see that I am not the only one having this problem.. Thanks also to G4WJS for your reply! I am not too keen on installing all dev-packages in order to be able to compile. But if it comes down to t

Re: [wsjt-devel] Why fortran 3?

2020-11-04 Thread Bill Somerville
On 04/11/2020 19:58, Daniel Uppström wrote: Thanks also to G4WJS for your reply! I am not too keen on installing all dev-packages in order to be able to compile. But if it comes down to that then I guess I have to. Hi Daniel, you can uninstall them after you have build WSJT-X. 73 Bill G4WJS

[wsjt-devel] Seeking feedback on Golang library

2020-11-04 Thread Chris Keller
Hi folks, I just released version 1.0.0 of a Golang library for WSJT-X's UDP API: https://github.com/k0swe/wsjtx-go. It supports all of the message types in NetworkMessages.hpp, and sets up the UDP connection so callers just have to listen to a channel for outgoing messages. I would welcome any fe