[wsjt-devel] Linux build

2018-01-16 Thread Bill Maier
That got it done. Thanks! -Bill KG5RMJ Hi Bill, you can switch your svn workspace to the WSJT-X v1.8 branch by typing: svn sw ^/branches/wsjtx-1.8 after you have set your working directory to the top of the workspace. Use svn info to see the status. You should be able to type make install

Re: [wsjt-devel] Linux build

2018-01-16 Thread Bill Somerville
On 16/01/2018 20:24, Bill Maier wrote: I'd like to study the source code of WSJT-X to understand how it works. I pulled the latest code using svn and compiled it succesfully, but when I run it I get the message "Code in the WSJT-X development is not currently available for on-the-air use." I'd

[wsjt-devel] Linux build

2018-01-16 Thread Bill Maier
I'd like to study the source code of WSJT-X to understand how it works. I pulled the latest code using svn and compiled it succesfully, but when I run it I get the message "Code in the WSJT-X development is not currently available for on-the-air use." I'd be fine for now with getting earlier code

Re: [wsjt-devel] Linux build of WSJT-X with jtsdk

2015-12-15 Thread David
Hi Allfound the same thing when i went to update yesterday problems with Hamlib3 script and 1.7.0.v 6278 on Linux 73 David VK4BDJ On 16/12/15 07:44, Joe Taylor wrote: > Hi Greg, > > Could you check to see whether jtsdk builds WSJT-X r6278 properly in > Linux? I checked in a bunch of code

[wsjt-devel] Linux build of WSJT-X with jtsdk

2015-12-15 Thread Joe Taylor
Hi Greg, Could you check to see whether jtsdk builds WSJT-X r6278 properly in Linux? I checked in a bunch of code changes and may have messed something up. It seems to build OK with Windows JTSDK, but in Linux the jtsdk script does the Hamlib3 tests and then outputs the following:

Re: [wsjt-devel] Linux build of WSJT-X with jtsdk

2015-12-15 Thread Bill Somerville
On 15/12/2015 21:44, Joe Taylor wrote: > I checked in a bunch of code changes and may have messed > something up. Hi Joe, Greg can confirm but I believe the issue is that wsprd executable is built with a custom makefile rather than the CMake generated makefiles. The changes I made to add PRNG

Re: [wsjt-devel] Linux build of WSJT-X with jtsdk

2015-12-15 Thread KI7MT
Hi Joe, All, I'm tied up with the Forest Service doing prescribed burns in HOA area so I can't get to fixing this at the moment. However, the work around is as follows: * Edit: sudo gedit /usr/bin/jtsdk-wsjtx * Comment out lines: 346 to 362 That should skip the wsprd_exp build step and continue

Re: [wsjt-devel] Linux build of WSJT-X with jtsdk

2015-12-15 Thread Joe Taylor
Hi Greg, Thanks for the extra-quick response. Your work-around is exactly what I needed. -- Joe On 12/15/2015 5:00 PM, KI7MT wrote: > Hi Joe, All, > > I'm tied up with the Forest Service doing prescribed burns in HOA area > so I can't get to fixing this at the moment. However,

Re: [wsjt-devel] Linux build of WSJT-X with jtsdk

2015-12-15 Thread Bill Somerville
On 15/12/2015 22:00, KI7MT wrote: > I'm tied up with the Forest Service doing prescribed burns in HOA area > so I can't get to fixing this at the moment. However, the work around is > as follows: > > * Edit: sudo gedit /usr/bin/jtsdk-wsjtx > * Comment out lines: 346 to 362 > > That should skip the