Re: [wsjt-devel] jtsdk-nix v

2015-12-16 Thread KI7MT
Hi Bill, On 12/16/2015 03:19 PM, Bill Somerville wrote: > On 16/12/2015 22:08, KI7MT wrote: >> I did make progress on the Dynamic menu's this morning. I have both the >> tagged and branch locations presenting properly, I just need to update >> the wsjtx-sb bash script to work with the new menu's.

Re: [wsjt-devel] jtsdk-nix v

2015-12-16 Thread Bill Somerville
On 16/12/2015 22:08, KI7MT wrote: > I did make progress on the Dynamic menu's this morning. I have both the > tagged and branch locations presenting properly, I just need to update > the wsjtx-sb bash script to work with the new menu's. That sounds good Greg. Also it would help to be able to build

Re: [wsjt-devel] jtsdk-nix v

2015-12-16 Thread KI7MT
Hi Bill, OK, I'll just back that stuff back out then, as it's not needed. I did make progress on the Dynamic menu's this morning. I have both the tagged and branch locations presenting properly, I just need to update the wsjtx-sb bash script to work with the new menu's. 73's Greg, KI7MT On 12/

Re: [wsjt-devel] jtsdk-nix v

2015-12-16 Thread Bill Somerville
On 16/12/2015 21:37, Bill Somerville wrote: It comes into play when you have a pre-configured package and want to install it in some place other than the prefix specified at install time. Oops, I should have written: want to install it in some place other than the prefix specified atinstall *c

Re: [wsjt-devel] jtsdk-nix v

2015-12-16 Thread Bill Somerville
On 16/12/2015 21:27, KI7MT wrote: > the use of DESTDIR, and I may have > misunderstood what the need was. Hi Greg, DESTDIR is a bit confusing. It comes into play when you have a pre-configured package and want to install it in some place other than the prefix specified at install time. I believe

Re: [wsjt-devel] jtsdk-nix v

2015-12-16 Thread KI7MT
Hi Joe, OK, I'll back this out on the next update and have a re-think on it. It came up on the devel-list, the use of DESTDIR, and I may have misunderstood what the need was. 73's Greg, KI7MT On 12/16/2015 02:20 PM, Joe Taylor wrote: > Hi Greg, > > Not sure why you would ever want to put the ex

Re: [wsjt-devel] jtsdk-nix v

2015-12-16 Thread Joe Taylor
Hi Greg, Not sure why you would ever want to put the executables in a place like /home/joe/jtsdk/wsjtx/1.7.0/6283/install/Release/usr/bin/wsjtx ??? Anyway, all is OK after putting CM_PREFIX="". -- Joe On 12/16/2015 4:05 PM, KI7MT wrote: > Hi Joe, > > I should have noted this in the Chan

Re: [wsjt-devel] jtsdk-nix v

2015-12-16 Thread KI7MT
Hi Joe, I should have noted this in the ChangeLog. The intention, though not fully implemented, is to use that DESTDIR or --prefix options that are available. In this case, I hard-coded the CM_PREFIX at the top of the jtsdk-wsjtx script to ( /usr ) so the local installation mirrors what would be

[wsjt-devel] jtsdk-nix v

2015-12-16 Thread Joe Taylor
Hi Greg, Unless I've done something wrong, jtsdk-nix-2.0.18 seems to be installing to the wrong place: -- Installing: /home/joe/jtsdk/wsjtx/1.7.0/6283/install/Release/usr/bin/wsjtx Should be .../install/Release/bin/wsjtx NOT: .../install/Release/usr/bin/wsjtx -- Joe