Re: [wsjt-devel] WSJT-X: User Guide updates for v1.5.0

2015-04-27 Thread KI7MT
Hello All, I don't know about Mac, but for Windows, we can do away with JTSDK-DOC, install a Full version of Python27 + Asciidoc, and that should do it. I need to test if base64 encoding is available with a full Python27 install on Windows, but I think it is. Linux, is simple to implement. The Cm

[wsjt-devel] KVASD error

2015-04-27 Thread Michael Black
First time I've seen this. Running r5229. Got a message in the Rx Frequency window saying "Error in KV decoder, or no KV decoder present." Never seen it before (and I run WSJT-X constantly). Mike W9MDB -- One das

Re: [wsjt-devel] WSJT-X: User Guide updates for v1.5.0

2015-04-27 Thread Alessandro Gorobey
Hi Bill, Il 28/04/2015 00:32, Bill Somerville ha scritto: > On 27/04/2015 21:14, Alessandro Gorobey wrote: >> Tmp files (OSX) >> ?? I have no OSX > > tmp files (OS X) > $TMPDIR/WSJT-X/* > $TMPDIR/WSJT-X.lock Thanks > > 73 > Bill > G4WJS. 73 Sandro IW3RAB > > > ---

Re: [wsjt-devel] WSJT-X: User Guide updates for v1.5.0

2015-04-27 Thread Bill Somerville
On 27/04/2015 21:14, Alessandro Gorobey wrote: Tmp files (OSX) ?? tmp files (OS X) $TMPDIR/WSJT-X/* $TMPDIR/WSJT-X.lock 73 Bill G4WJS. -- One dashboard for servers and applications across Physic

Re: [wsjt-devel] WSJT-X: ARMv7 builds

2015-04-27 Thread KI7MT
Need to be careful with this one. Cross Compiling and Native compiling on the Raspbian Image ( Debian Wheezy, or upgraded to Jessie ) or even the Fedora / Arch images is a fare bit different than x86/x86_64 cross compiling. For speed, using the native RPI2 device is a non-starter. It's 4 cores ye

Re: [wsjt-devel] WSJT-X: User Guide updates for v1.5.0

2015-04-27 Thread Alessandro Gorobey
Hi All, I see the proposed modifications on user manual. Personally I think is correct to advise users the presence of temporary files adding a few lines in 9. Platform Dependencies as : Temp files (windows) %TEMP%\WSJT-X\*.* %TEMP%\WSJT-X.lock tmp files (linux) /tmp/WS

Re: [wsjt-devel] WSJT-X: User Guide updates for v1.5.0

2015-04-27 Thread Jim Brown
On Mon,4/27/2015 11:46 AM, Joe Taylor wrote: > For any cases where there's a workaround (as opposed to a true fix), > should there be an entry in the User Guide's "FAQ" section? I'm a firm believer in RTFM. I object to the use of FAQs to answer questions that would not be asked if the primary doc

Re: [wsjt-devel] WSJT-X: User Guide updates for v1.5.0

2015-04-27 Thread Bill Somerville
On 27/04/2015 19:46, Joe Taylor wrote: Hi Joe, > Hi BIll, > >>> Thanks for the detailed list of needed updates to the User Guide for >>> Version 1.5. I hope to find time to do this, in the next day or so. >>> Will let you know when it's done. >> Thanks for that. I don't think there is a big rush

Re: [wsjt-devel] WSJT-X: User Guide updates for v1.5.0

2015-04-27 Thread Joe Taylor
Hi BIll, >> Thanks for the detailed list of needed updates to the User Guide for >> Version 1.5. I hope to find time to do this, in the next day or so. >> Will let you know when it's done. > Thanks for that. I don't think there is a big rush to get v1.5.0 RC2 out > of the door since the issues re

Re: [wsjt-devel] WSJT-X: User Guide updates for v1.5.0

2015-04-27 Thread Bill Somerville
On 27/04/2015 19:26, Joe Taylor wrote: > Hi Bill, Hi Joe, > > Thanks for the detailed list of needed updates to the User Guide for > Version 1.5. I hope to find time to do this, in the next day or so. > Will let you know when it's done. Thanks for that. I don't think there is a big rush to get v1.

Re: [wsjt-devel] WSJT-X: User Guide updates for v1.5.0

2015-04-27 Thread Joe Taylor
Hi Bill, Thanks for the detailed list of needed updates to the User Guide for Version 1.5. I hope to find time to do this, in the next day or so. Will let you know when it's done. -- Joe On 4/27/2015 11:49 AM, Bill Somerville wrote: > Hi All, > > that time has arrived again where a gen

Re: [wsjt-devel] WSJT-X: ARMv7 builds

2015-04-27 Thread David Ranch
Hello Bill, There is quite a lot of documentation out there for this: https://www.raspberrypi.org/documentation/linux/kernel/building.md https://www.google.com/search?q=raspberry+pi+cross+compile+toolchain --David KI6ZHD On 04/27/2015 06:41 AM, Bill Somerville wrote: > Hi All, > > I would li

[wsjt-devel] WSJT-X: User Guide updates for v1.5.0

2015-04-27 Thread Bill Somerville
Hi All, that time has arrived again where a general availability (GA) release is imminent in the form of v1.5.0. I know there has been discussion on how to handle versions within the documentation but I doubt any real progress will be made on that front unless we have a way of building the do

Re: [wsjt-devel] WSJT-X: ARMv7 builds

2015-04-27 Thread KI7MT
HI Bill, I take that back, I was thinking about Ubuntu core / Ubuntu Snappy. Here's the Ubuntu Info: https://wiki.ubuntu.com/ToolChain Sorry for the confusion. 73's Greg, KI7MT On 04/27/2015 09:09 AM, KI7MT wrote: > Hi Bill, > > I don't think you can with Ubuntu at the moment, but Debian p

Re: [wsjt-devel] WSJT-X: ARMv7 builds

2015-04-27 Thread KI7MT
Hi Bill, I don't think you can with Ubuntu at the moment, but Debian proper supports armel, armhf and arm64. https://wiki.debian.org/CrossToolchains 73's Greg, KI7MT On 04/27/2015 07:41 AM, Bill Somerville wrote: > Hi All, > > I would like to add an ARMv7 architecture build to the release ki

[wsjt-devel] WSJT-X: ARMv7 builds

2015-04-27 Thread Bill Somerville
Hi All, I would like to add an ARMv7 architecture build to the release kits of WSJT-X. I do all the builds on a series of virtual machines on an Intel architecture machine and therefore would like to do this build on an Intel Linux VM. Has anyone established a cross compile environment for WSJ