Re: [wsjt-devel] wsjtx-compile.sh

2014-07-12 Thread Bill Somerville
On 12/07/2014 10:24, Juraj Buliscak wrote: Hi Duro, > On So, 2014-07-12 at 10:02 +0100, Bill Somerville wrote: >> On 12/07/2014 08:31, Juraj Buliscak wrote: >>> Hi Greg and Bill, >> Hi Duro, >>> >>> I tried both, Bill`s copmpile setup and jtsdk-nix. Compilation was >>> succesfull, but after runni

Re: [wsjt-devel] wsjtx-compile.sh

2014-07-12 Thread Juraj Buliscak
On So, 2014-07-12 at 10:02 +0100, Bill Somerville wrote: > On 12/07/2014 08:31, Juraj Buliscak wrote: > > Hi Greg and Bill, > Hi Duro, > > > > > > I tried both, Bill`s copmpile setup and jtsdk-nix. Compilation was > > succesfull, but after running executable, MENU is not in the upper part > > of

Re: [wsjt-devel] wsjtx-compile.sh

2014-07-12 Thread Juraj Buliscak
On So, 2014-07-12 at 10:02 +0100, Bill Somerville wrote: > On 12/07/2014 08:31, Juraj Buliscak wrote: > > Hi Greg and Bill, > Hi Duro, > > > > > > I tried both, Bill`s copmpile setup and jtsdk-nix. Compilation was > > succesfull, but after running executable, MENU is not in the upper part > > of

Re: [wsjt-devel] wsjtx-compile.sh

2014-07-12 Thread Bill Somerville
On 12/07/2014 08:31, Juraj Buliscak wrote: > Hi Greg and Bill, Hi Duro, > > > I tried both, Bill`s copmpile setup and jtsdk-nix. Compilation was > succesfull, but after running executable, MENU is not in the upper part > of window, so I can't setup communication with the RIG. I am guessing that

Re: [wsjt-devel] wsjtx-compile.sh

2014-07-12 Thread Juraj Buliscak
Hi Greg and Bill, I tried both, Bill`s copmpile setup and jtsdk-nix. Compilation was succesfull, but after running executable, MENU is not in the upper part of window, so I can't setup communication with the RIG. Same result was, when I compiled using modified wsjtx-compile.sh script from Joe

Re: [wsjt-devel] wsjtx-compile.sh

2014-07-11 Thread ki7mt
Hi Duro, There is a much newer version of dev-guide in SVN, but has not been posted yet to Joe's Website yet. However the Linux section is still being worked on, so would not be much help anyway. Bill may be able to give you a quick build setup for WSJT-X. I've also been working on (slowly) a

Re: [wsjt-devel] wsjtx-compile.sh

2014-07-11 Thread Bill Somerville
On 11/07/2014 21:30, Juraj Buliscak wrote: Hi DUro, This way is described in official page http://physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjt-dev-guide.html Hmm, that has some good info but mostly out of date. The first big issue is the source has moved to a new repo because BerliOS has c

Re: [wsjt-devel] wsjtx-compile.sh

2014-07-11 Thread Juraj Buliscak
This way is described in official page http://physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjt-dev-guide.html So, how to correctly compile wsjtx from source or where is it described? TNX, Duro, OM0XA On Pi, 2014-07-11 at 20:46 +0100, Bill Somerville wrote: > On 11/07/2014 19:47, Juraj Bulisca

Re: [wsjt-devel] wsjtx-compile.sh

2014-07-11 Thread Bill Somerville
On 11/07/2014 19:47, Juraj Buliscak wrote: > Hi. Hi Duro, > > In file: > [r4201]: branches / doc / dev-guide / scripts / wsjtx-compile.sh I'm not sure this script is the correct way to build WSJT-X. Revision number detection is handled fully by the CMake scripts and that is the preferred way to b

[wsjt-devel] wsjtx-compile.sh

2014-07-11 Thread Juraj Buliscak
Hi. In file: [r4201]: branches / doc / dev-guide / scripts / wsjtx-compile.sh Must be changed: diff wsjtx-compile_old.sh wsjtx-compile.sh 18c18 < rev_num=$(grep -i "rev=" mainwindow.cpp |awk '{print $3}') --- > rev_num=$(grep -i "rev:" mainwindow.cpp |awk '{print $4}') because in mainwind