Re: [wsjt-devel] WSJT-X Hamlib 3 fork updates.

2014-09-24 Thread Joe Taylor
Hi Bill, Some feedback on your build procedure for hamlib on Windows. I followed your suggested procedure: In an MSYS shell:- mkdir ~/hamib-prefix cd ~/hamlib-prefix git clone git://git.code.sf.net/u/bsomervi/hamlib src cd src git checkout integration mkdir ../build cd ../build

Re: [wsjt-devel] WSJT-X Hamlib 3 fork updates.

2014-09-24 Thread Bill Somerville
On 24/09/2014 15:05, Joe Taylor wrote: Hi Bill, Hi Joe, Some feedback on your build procedure for hamlib on Windows. I followed your suggested procedure: In an MSYS shell:- mkdir ~/hamib-prefix cd ~/hamlib-prefix git clone git://git.code.sf.net/u/bsomervi/hamlib src cd src git

Re: [wsjt-devel] WSJT-X Hamlib 3 fork updates.

2014-09-24 Thread KI7MT
Hi Joe, If you used the MSYS shell, $HOME/hamlib-prefix is going to be in your MSYS /home/joe directory, probably not the Windows User path, something like: C:/MSYS/home/joe/hamlib-prefix or wherever your MSYS installation is, possibly under C:/MinGW/MSYS/home/joe/.. .. .. Wherever the prefix

Re: [wsjt-devel] WSJT-X Hamlib 3 fork updates.

2014-09-24 Thread Joe Taylor
Hi Bill and Greg, As you recognized, the procedure I went through installed the newly built hamlib files, but not in the places I had expected. My mistake. I have now changed the --prefix=... part of the command that invokes autogen.sh to read --prefix=C:/JTSDK-QT/hamlib3/mingw32, and all

Re: [wsjt-devel] WSJT-X Hamlib 3 fork updates.

2014-09-24 Thread KI7MT
Hi Joe, On 9/24/2014 16:31, Joe Taylor wrote: Hi Bill and Greg, As you recognized, the procedure I went through installed the newly built hamlib files, but not in the places I had expected. My mistake. I have now changed the --prefix=... part of the command that invokes autogen.sh to

Re: [wsjt-devel] WSJT-X Hamlib 3 fork updates.

2014-09-24 Thread Bill Somerville
On 24/09/2014 17:50, KI7MT wrote: Hi Greg, Hi Joe, On 9/24/2014 16:31, Joe Taylor wrote: snip The only complaint issued by any of the scripts is this one from the JTSDK-QT command build wsjtx package: ### CPack: Create

Re: [wsjt-devel] WSJT-X Hamlib 3 fork updates.

2014-09-24 Thread Bill Somerville
A small clarification:- On 24/09/2014 17:53, Bill Somerville wrote: On 24/09/2014 17:50, KI7MT wrote: Hi Greg, Hi Joe, On 9/24/2014 16:31, Joe Taylor wrote: snip The only complaint issued by any of the scripts is this one from the JTSDK-QT command build wsjtx package:

[wsjt-devel] Packaging for -rc1

2014-09-24 Thread Joe Taylor
Hi all, Should the installation packages for wsjtx-1.4.0-rc1 include the latest-and-greatest version of the WSJT-C User Guide? It's online at http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjtx-main.html Which is good, since that lets us continue to improve the manual. However, for

Re: [wsjt-devel] WSJT-X Hamlib 3 fork updates.

2014-09-24 Thread KI7MT
HI Joe, I forgot to mention, when building the package: build wsjtx package the script will perform at build tree configure first, then, it runs: cmake --build . --target package %OPTION% is not set, so the default is Release I don't think you need to build the install target: build wsjtx

Re: [wsjt-devel] Packaging for -rc1

2014-09-24 Thread Bill Somerville
On 24/09/2014 18:00, Joe Taylor wrote: Hi all, Hi Joe, Should the installation packages for wsjtx-1.4.0-rc1 include the latest-and-greatest version of the WSJT-C User Guide? It's online at http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjtx-main.html Which is good, since that

Re: [wsjt-devel] WSJT-X Hamlib 3 fork updates.

2014-09-24 Thread Bill Somerville
On 24/09/2014 18:09, KI7MT wrote: Hi Greg, HI Joe, I forgot to mention, when building the package: build wsjtx package the script will perform at build tree configure first, then, it runs: cmake --build . --target package %OPTION% is not set, so the default is Release I don't think

Re: [wsjt-devel] Packaging for -rc1

2014-09-24 Thread Joe Taylor
Bill, Greg, and all -- I'd say display the local copy of :WSJT-X User Guide in the default web browser -- just as we do, already, with the online URL. And yes, go ahead with committing the lockout behavior code. I agree that building rinstall before the package target is not necessary. Greg

Re: [wsjt-devel] Packaging for -rc1

2014-09-24 Thread Bill Somerville
On 24/09/2014 18:11, Bill Somerville wrote: On 24/09/2014 18:00, Joe Taylor wrote: snip Should the installation packages for wsjtx-1.4.0-rc1 include the latest-and-greatest version of the WSJT-C User Guide? It's online at http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjtx-main.html

Re: [wsjt-devel] Packaging for -rc1

2014-09-24 Thread Joe Taylor
RR Greg, thanks. After updating from C:/JTSDK-DOC/doc, wsjtx-1.4.0-rc1-win32.exe shows up in the package directory. -- Joe On 9/24/2014 1:44 PM, KI7MT wrote: Hi Joe, On 9/24/2014 17:21, Joe Taylor wrote: Bill, Greg, and all -- I'd say display the local copy of :WSJT-X User Guide

Re: [wsjt-devel] WSJT-X Hamlib 3 fork updates.

2014-09-24 Thread Bill Somerville
On 24/09/2014 22:52, KI7MT wrote: Hi Bill, Joe, Hi Greg, I did some testing with this today. I Downloaded Installed (unzipped): http://hivelocity.dl.sourceforge.net/project/mingwbuilds/external-binary-packages/msys%2B7za%2Bwget%2Bsvn%2Bgit%2Bmercurial%2Bcvs-rev13.7z I used this version of