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 build WSJT-X. Anything that uses the Subversion keyword 
substitution to determine product revision is unreliable.
>
> 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 mainwindow.cpp in line 72 is:
>
>    m_revision {revision ("$Rev: 4182 $")},
>
>
>
>
>
>
>
> Duro, OM0XA
73
Bill
G4WJS.

------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to