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 running executable, MENU is not in the upper part
>>> of window, so I can't  setup communication with the RIG.
>> I am guessing that you are using Ubuntu with the Unity desktop
>> interface. The Ubuntu distro messes with the menus of Qt applications in
>> a way that is not helpful.
> No, Bill I am using Xfce desktop.
Ok, well I suspect something similar is going on.

BTW the command below should have been:

sudo apt-get purge appmenu-qt5

OK emails crossed, I see you have found the correct package to remove ;)


>
>
>> Try:
>>
>> sudo apt-get purge appmenu-qt
>>
>> to remove the menu interference to Qt5 applications by Ubuntu.
>>> Same result was, when I compiled using modified wsjtx-compile.sh script
>>> from Joe`s web.
>>>
>>> Duro, OM0XA
>> 73
>> Bill
>> G4WJS.
73
Bill
G4WJS.
>>>
>>>
>>> On Pi, 2014-07-11 at 15:16 -0600, ki7mt wrote:
>>>> 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 set of tools to build all 5 apps on
>>>> Linux. If your running Ubuntu 14.04+, Mint-17 or friends that are based
>>>> on 14.04 repos, you could use the jtsdk-nix too build WSJT-X and WSPR:
>>>>
>>>> Bare in mind, this is very much a work in progress:
>>>>
>>>> Open a Terminal, and check out jtsdk-nix:
>>>> svn co https://svn.code.sf.net/p/wsjt/wsjt/branches/doc/jtsdk-nix
>>>>
>>>> Change directories to ./jtsdk-nix and run setup:
>>>> ./setup.sh
>>>>
>>>> That *should* download and build Hamlib3 + other dependencies that are
>>>> needed, just follow the prompts.
>>>>
>>>> The Run, jtsdk-nix, and select WSJT-X
>>>> ./jtsdk-nix.sh
>>>>
>>>> Select WSJT-X from the menu. It should build and install to:
>>>>
>>>> Installing: ../jtsdk-nix/wsjtx/cmake/install/Release/bin/wsjtx
>>>>
>>>> Again, this build method is in very early stages.
>>>>
>>>> 73's
>>>> Greg, KI7MT
>>>>
>>>>
>>>> On 07/11/2014 02:30 PM, Juraj Buliscak wrote:
>>>>> 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 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
>>>>> ------------------------------------------------------------------------------
>>>>> _______________________________________________
>>>>> wsjt-devel mailing list
>>>>> wsjt-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>> ------------------------------------------------------------------------------
>>>> _______________________________________________
>>>> wsjt-devel mailing list
>>>> wsjt-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>
>>> ------------------------------------------------------------------------------
>>> _______________________________________________
>>> wsjt-devel mailing list
>>> wsjt-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel


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

Reply via email to