Re: [wsjt-devel] Ubuntu Linux WSJTX Build Error Messages

2014-08-29 Thread ki7mt
Just FYI, If you do not need LaTex or Docbook, and you want to build WSJT Documentation + Manpages, the installation is very simple. Attached is a README fie I recently updated for WPSR. Installing / configuring AsciiDoc + A2X for Manpages takes maybe 5 minutes tops. Basically, all you do is

Re: [wsjt-devel] Ubuntu Linux WSJTX Build Error Messages

2014-08-29 Thread Bill Somerville
On 26/08/2014 00:52, John N1ISA wrote: Hi John, > WSJTX Developers, > > I followed the wsjtx build instructions that were recently posted. I made > good progress until the last 2 procedures. > > I typed this syntax... > > > cmake -D CMAKE_PREFIX_PATH:PATH=/home/n1isa/local/hamlib -D > CMAKE_INSTALL

Re: [wsjt-devel] Ubuntu Linux WSJTX Build Error Messages

2014-08-26 Thread John N1ISA
Nick, Your suggestion to install the asciidoc package is exactly what I needed to do. I have successfully built WSJTX 1.4 r4231 in Ubuntu using G4WJS's build procedures. The software is up and running. This is the first software I have ever "built". I am very surprised to see the excellent imp

Re: [wsjt-devel] Ubuntu Linux WSJTX Build Error Messages

2014-08-26 Thread nick
On 26/08/14 00:52, John N1ISA wrote: > I got this error output: > > > CMake Error at manpages/CMakeLists.txt:8 (message): >Failed to find a2x which is an optional requirement for non-debug > >builds on *nix platforms. Found this through google... http://manpages.ubuntu.com/manpages/gutsy/

[wsjt-devel] Ubuntu Linux WSJTX Build Error Messages

2014-08-25 Thread John N1ISA
WSJTX Developers, I followed the wsjtx build instructions that were recently posted. I made good progress until the last 2 procedures. I typed this syntax... cmake -D CMAKE_PREFIX_PATH:PATH=/home/n1isa/local/hamlib -D CMAKE_INSTALL_PREFIX=/home/n1isa/local/wsjtx/Release /home/n1isa/src/wsjtx