Re: [wsjt-devel] JTSDK-NIX

2015-04-14 Thread KI7MT
Hi Pino,

Thanks for the feedback, I'm glad everything went smoothly :-)


73's
Greg, KI7MT

On 04/14/2015 06:05 PM, Pino Zollo wrote:
> 
> 
> 
>> If you have troubles, post back here and we'll get you sorted out.
>>
>> 73's
>> Greg, KI7MT
> 
> Thank you Greg..
> 
> all went fine
> 
> 73
> Pino ZP4KFX
> 
> --
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] JTSDK-NIX

2015-04-14 Thread Pino Zollo



> If you have troubles, post back here and we'll get you sorted out.
> 
> 73's
> Greg, KI7MT

Thank you Greg..

all went fine

73
Pino ZP4KFX

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT/WSPR Python3-Pillow 2.6.1 Issue

2015-04-14 Thread KI7MT
Hi Alan,

I've not tried 2.6.2 as that version ins't in the Debian / Ubuntu repo's
but it is in PyPi ( via pip3 install):

https://pypi.python.org/pypi/Pillow/2.6.2

I tried to stay with versions I could compare with Native packages, with
the exception of 2.5.3.

Debian (8.0 Jessie) ==> Ubuntu (14.10 Utopic) is at:

https://packages.debian.org/jessie/python3-pil v2.6.1

I've not tested the Raspbian (8.0 Jessie) on the RPI2, but their
packaging seems to follow closely with Debian core, apart from the
Raspbian specific components.


73's
Greg, KI7MT

On 04/14/2015 04:42 PM, Alan VK2ZIW wrote:
> Hi Greg,
> 
> Fedora 21 now cones with: python3-pillow.armv7hl  2.6.2-1.fc21
> 
> So, does 2.6.2 work?
> 
> I'm not sure as I've upgraded "pillow" using "pip" to 2.7.0.
>  
> /usr/lib/python3.4/site-packages/Pillow-2.7.0-py3.4.egg-info
> 
> Today, I did a "yum update" and I now have
> /usr/lib/python3.4/site-packages/Pillow-2.6.2-py3.4.egg-info
> dated Apr 15 07:20
> 
> Today,
> "wsjt10" runs fine via RDP session, (headless, there is no Mali driver yet)
> 
> Back on Jan 15, there was, when the Banana Pi was loaded, "pillow" 2.6.1.
> 
> Keep Smiling
> 
> Alan VK2ZIW
> 
> 
> 
> On Tue, 14 Apr 2015 10:50:28 -0600, KI7MT wrote
>> Hello All,
>>
>> While updating WSJT/WSPR build documentation, I've come full circle 
>> on the Python3-Pillow 2.6.1 segfault problem that many have 
>> reported. I'm need of assistance in trying to debug / generate a 
>> work around, as this has gone well past my level of knowledge with Python.
>>
>> This issue affects both Windows and *Nix, but "seems" to be isolated 
>> to the Pillow 2.6.1.
>>
>> THE PROBLEM
>>
>> When using Pillow 2.6.1, WSPR and WSJT will both segfault, almost
>> immediately, either at decode time for WSPR ( sample *.wav file or T=50
>> to 55 of the 2min cycle ) or at the end of the first FSK441 cycle (
>> first whole minute? ) with WSJT. Neither application present the 
>> issue when using Pillow < or > 2.6.1 on my test distro's.
>>
>> TESTING PERFORMED
>>
>> I've performed several tests with various versions of Pillow, primarily
>> on Linux. On my Ubuntu based installs, after installing JTSDK Nix, those
>> distros using python3-pil 2.6.1 ( Ubuntu 14.10, Debian Jessie for
>> example ) will build correctly but fail as above.
>>
>> Removing python3-pil and python3-pil.imagetk, installing the required
>> build dependencies:
>>
>> libtiff4-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev
>> libwebp-dev tcl8.6-dev tk8.6-dev
>>
>> then installing ( via pip3 ) Pillow==2.5.3, ==2.7.0 or ==2.8.1 ( the
>> latest Pillow release ), neither WSJT nor WSPR present the segfault.
>>
>> At this point, I would think the import instructions in WSPR.py an
>> WSJT.py are OK, but I don't know where or how to take this any further.
>>
>> Without getting this resolved, we will not be able to update WSJT / WSPR
>> in any distro using Pillow 2.6.1 as the default package (Ubuntu 14.10
>> and Debian Jessie at present ). I believe there are Fedora based distros
>> also using Pillow-2.6.1, but I am not as familiar with their package
>> structures, so I cannot say for sure which ones.
>>
>> Any input or debugging suggestions would be much appreciated.
>>
>> 73's
>> Greg, KI7MT
>>
>> --
>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
>> Develop your own process in accordance with the BPMN 2 standard
>> Learn Process modeling best practices with Bonita BPM through live exercises
>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> ___ wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 
> 
> Alan
> 
> Man's greatest waste of time: Worshipping the wrong God.
> Consider Jesus.
> ---
> Alan Beard   Unix Support Technician from 1984 to today
> 70 Wedmore Rd.   Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer 5.0.X
> Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals etc..
> +61 2 47353013 (h)   Support Programming, shell scripting, "C", assembler
> 0414 353013 (mobile) After uni, electr
> 
> 
> --
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-de

Re: [wsjt-devel] WSJT/WSPR Python3-Pillow 2.6.1 Issue

2015-04-14 Thread Alan VK2ZIW
Hi Greg,

Fedora 21 now cones with: python3-pillow.armv7hl  2.6.2-1.fc21

So, does 2.6.2 work?

I'm not sure as I've upgraded "pillow" using "pip" to 2.7.0.
 
/usr/lib/python3.4/site-packages/Pillow-2.7.0-py3.4.egg-info

Today, I did a "yum update" and I now have
/usr/lib/python3.4/site-packages/Pillow-2.6.2-py3.4.egg-info
dated Apr 15 07:20

Today,
"wsjt10" runs fine via RDP session, (headless, there is no Mali driver yet)

Back on Jan 15, there was, when the Banana Pi was loaded, "pillow" 2.6.1.

Keep Smiling

Alan VK2ZIW



On Tue, 14 Apr 2015 10:50:28 -0600, KI7MT wrote
> Hello All,
> 
> While updating WSJT/WSPR build documentation, I've come full circle 
> on the Python3-Pillow 2.6.1 segfault problem that many have 
> reported. I'm need of assistance in trying to debug / generate a 
> work around, as this has gone well past my level of knowledge with Python.
> 
> This issue affects both Windows and *Nix, but "seems" to be isolated 
> to the Pillow 2.6.1.
> 
> THE PROBLEM
> 
> When using Pillow 2.6.1, WSPR and WSJT will both segfault, almost
> immediately, either at decode time for WSPR ( sample *.wav file or T=50
> to 55 of the 2min cycle ) or at the end of the first FSK441 cycle (
> first whole minute? ) with WSJT. Neither application present the 
> issue when using Pillow < or > 2.6.1 on my test distro's.
> 
> TESTING PERFORMED
> 
> I've performed several tests with various versions of Pillow, primarily
> on Linux. On my Ubuntu based installs, after installing JTSDK Nix, those
> distros using python3-pil 2.6.1 ( Ubuntu 14.10, Debian Jessie for
> example ) will build correctly but fail as above.
> 
> Removing python3-pil and python3-pil.imagetk, installing the required
> build dependencies:
> 
> libtiff4-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev
> libwebp-dev tcl8.6-dev tk8.6-dev
> 
> then installing ( via pip3 ) Pillow==2.5.3, ==2.7.0 or ==2.8.1 ( the
> latest Pillow release ), neither WSJT nor WSPR present the segfault.
> 
> At this point, I would think the import instructions in WSPR.py an
> WSJT.py are OK, but I don't know where or how to take this any further.
> 
> Without getting this resolved, we will not be able to update WSJT / WSPR
> in any distro using Pillow 2.6.1 as the default package (Ubuntu 14.10
> and Debian Jessie at present ). I believe there are Fedora based distros
> also using Pillow-2.6.1, but I am not as familiar with their package
> structures, so I cannot say for sure which ones.
> 
> Any input or debugging suggestions would be much appreciated.
> 
> 73's
> Greg, KI7MT
> 
> --
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___ wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Alan

Man's greatest waste of time: Worshipping the wrong God.
Consider Jesus.
---
Alan Beard   Unix Support Technician from 1984 to today
70 Wedmore Rd.   Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer 5.0.X
Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals etc..
+61 2 47353013 (h)   Support Programming, shell scripting, "C", assembler
0414 353013 (mobile) After uni, electr


--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] JTSDK

2015-04-14 Thread KI7MT
Hi David,

Yes, I understand, I try not to mix and match pkg managers.

Fare Warning: Cinn DE installs python-numpy (Python 2.7 version) as part
of it's default DE installation. That may cause you problems with WSJT
and WSPR, as f2py gets put into /usr/bin

WSJT & WSPR need python3-numpy (f2py3), which gets installed during
$(make) but, to the best of my knowledge, there is no
update-alternatives for f2py enabled, so you may get a PObject error.

If you do, I've not figured a way around this yet. That only applies to
the Cinn. DE though, not Mate or the others.

73's
Greg, KI7MT



On 04/14/2015 04:26 PM, David wrote:
> Greg...i find synaptic the easy way for me..Mint 17.1 Rebecca with 
> Cinn desktop...
> 
> David
> On 15/04/15 08:21, KI7MT wrote:
>> Hi David,
>>
>> You shouldn't have to use synaptic.
>>
>> I need to look at that list, as python-pip should not be on it at all,
>> python3-pip should be.
>>
>> The other three should should be available via apt-get.
>>
>> What version of Mint are you using, I'm assuming 17.1 ? And what is the
>> DE (Desktop Environment). Mate, Cinn, other?
>>
>> 73's
>> Greg, KI7MT
>>
>> On 04/14/2015 04:14 PM, David wrote:
>>> Hi again...pkgs were clang-3.5,packaging-dev,python-dev,python-pip
>>>
>>> have d/l via Synaptic nowto see if it works
>>>
>>> David
>>>
>>> On 15/04/15 07:48, KI7MT wrote:
 Hi David,

 Ok, thanks, thats good feedback.

 The file that houses the "needed files in just that:

 cat ./needed.txt

 should list those files.

 If you could post back the contents of that files here.

 It should also get copied to:

 cat ./orig-needed.txt

 after running make.

 73's
 Greg, KI7MT


 On 04/14/2015 03:43 PM, David wrote:
> Hi againwith the autogen.sh set to mint it runs then comes up with
> an error that there are 4 packages missing.run make to get them and
> get an error that it cant find 2 list lines and doesnt say what the
> packages are...even with make simulate
>
> any work around
>
> 73 David VK4BDJ
>
>
> On 15/04/15 06:50, KI7MT wrote:
>> Hi David,
>>
>> That should be fine. Just change your distro name to match:
>>
>> Ubuntu 14.04
>> ./autogeh.sh --with-distro=ubuntu --enable-parallel=yes
>>
>> Mint 17.1
>> ./autogeh.sh --with-distro=mint --enable-parallel=yes
>>
>> Debian 8.0 (for WSJTX Only at this time)
>> ./autogeh.sh --with-distro=debian --enable-parallel=yes
>>
>>
>> 73's
>> Greg, KI7MT
>>
>>
>> On 04/14/2015 02:40 PM, David wrote:
>>> Hi Greg..just saw your post to Pino so will use that
>>>
>>> David
>>>
>>> On 15/04/15 06:31, David wrote:
 Hi Gregwhere do i find JTSDK for Linuxfound the Windows version
 but not the Linux Version
>> --
>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
>> Develop your own process in accordance with the BPMN 2 standard
>> Learn Process modeling best practices with Bonita BPM through live 
>> exercises
>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- 
>> event?utm_
>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
 --
 BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
 Develop your own process in accordance with the BPMN 2 standard
 Learn Process modeling best practices with Bonita BPM through live 
 exercises
 http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
 source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
 ___
 wsjt-devel mailing list
 wsjt-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wsjt-devel

>> --
>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
>> Develop your own process in accordance with the BPMN 2 standard
>> Learn Process modeling best practices with Bonita BPM through live exercises
>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
> 

--
BPM Camp - Free Virtual Workshop May 6th at 10am P

Re: [wsjt-devel] JTSDK

2015-04-14 Thread David
yep it was python3-pip

On 15/04/15 08:26, David wrote:
> Greg...i find synaptic the easy way for me..Mint 17.1 Rebecca with
> Cinn desktop...
>
> David
> On 15/04/15 08:21, KI7MT wrote:
>> Hi David,
>>
>> You shouldn't have to use synaptic.
>>
>> I need to look at that list, as python-pip should not be on it at all,
>> python3-pip should be.
>>
>> The other three should should be available via apt-get.
>>
>> What version of Mint are you using, I'm assuming 17.1 ? And what is the
>> DE (Desktop Environment). Mate, Cinn, other?
>>
>> 73's
>> Greg, KI7MT
>>
>> On 04/14/2015 04:14 PM, David wrote:
>>> Hi again...pkgs were clang-3.5,packaging-dev,python-dev,python-pip
>>>
>>> have d/l via Synaptic nowto see if it works
>>>
>>> David
>>>
>>> On 15/04/15 07:48, KI7MT wrote:
 Hi David,

 Ok, thanks, thats good feedback.

 The file that houses the "needed files in just that:

 cat ./needed.txt

 should list those files.

 If you could post back the contents of that files here.

 It should also get copied to:

 cat ./orig-needed.txt

 after running make.

 73's
 Greg, KI7MT


 On 04/14/2015 03:43 PM, David wrote:
> Hi againwith the autogen.sh set to mint it runs then comes up with
> an error that there are 4 packages missing.run make to get them and
> get an error that it cant find 2 list lines and doesnt say what the
> packages are...even with make simulate
>
> any work around
>
> 73 David VK4BDJ
>
>
> On 15/04/15 06:50, KI7MT wrote:
>> Hi David,
>>
>> That should be fine. Just change your distro name to match:
>>
>> Ubuntu 14.04
>> ./autogeh.sh --with-distro=ubuntu --enable-parallel=yes
>>
>> Mint 17.1
>> ./autogeh.sh --with-distro=mint --enable-parallel=yes
>>
>> Debian 8.0 (for WSJTX Only at this time)
>> ./autogeh.sh --with-distro=debian --enable-parallel=yes
>>
>>
>> 73's
>> Greg, KI7MT
>>
>>
>> On 04/14/2015 02:40 PM, David wrote:
>>> Hi Greg..just saw your post to Pino so will use that
>>>
>>> David
>>>
>>> On 15/04/15 06:31, David wrote:
 Hi Gregwhere do i find JTSDK for Linuxfound the Windows version
 but not the Linux Version
>> --
>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
>> Develop your own process in accordance with the BPMN 2 standard
>> Learn Process modeling best practices with Bonita BPM through live 
>> exercises
>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- 
>> event?utm_
>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
 --
 BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
 Develop your own process in accordance with the BPMN 2 standard
 Learn Process modeling best practices with Bonita BPM through live 
 exercises
 http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
 source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
 ___
 wsjt-devel mailing list
 wsjt-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wsjt-devel

>> --
>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
>> Develop your own process in accordance with the BPMN 2 standard
>> Learn Process modeling best practices with Bonita BPM through live exercises
>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>

-- 
73 David VK4BDJ

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] JTSDK

2015-04-14 Thread KI7MT
Hi David,

Ok, thanks.

You should not of had to run synaptic at all. I need to look into that.
I may of had a repository enabled or something before hand, but I don'
recall doing so, but this was on the same image I was doing FLDIGI build
testing, so may have done so for that.

I'll run up a Mint VM and test it to see where things go sideways.

If you could, can you run: inxi -r > mint-repo.txt and email that to me
off line?

You may need to install the package: sudo apt-get install inxi


Thanks for testing.


73's
Greg, KI7MT



On 04/14/2015 04:23 PM, David wrote:
> yep it worked and did the rest ot the install
> as per instructions
> 
> David
> 
> 
> On 15/04/15 08:14, David wrote:
>> Hi again...pkgs were clang-3.5,packaging-dev,python-dev,python-pip
>>
>> have d/l via Synaptic nowto see if it works
>>
>> David
>>
>> On 15/04/15 07:48, KI7MT wrote:
>>> Hi David,
>>>
>>> Ok, thanks, thats good feedback.
>>>
>>> The file that houses the "needed files in just that:
>>>
>>> cat ./needed.txt
>>>
>>> should list those files.
>>>
>>> If you could post back the contents of that files here.
>>>
>>> It should also get copied to:
>>>
>>> cat ./orig-needed.txt
>>>
>>> after running make.
>>>
>>> 73's
>>> Greg, KI7MT
>>>
>>>
>>> On 04/14/2015 03:43 PM, David wrote:
 Hi againwith the autogen.sh set to mint it runs then comes up with
 an error that there are 4 packages missing.run make to get them and
 get an error that it cant find 2 list lines and doesnt say what the
 packages are...even with make simulate

 any work around

 73 David VK4BDJ


 On 15/04/15 06:50, KI7MT wrote:
> Hi David,
>
> That should be fine. Just change your distro name to match:
>
> Ubuntu 14.04
> ./autogeh.sh --with-distro=ubuntu --enable-parallel=yes
>
> Mint 17.1
> ./autogeh.sh --with-distro=mint --enable-parallel=yes
>
> Debian 8.0 (for WSJTX Only at this time)
> ./autogeh.sh --with-distro=debian --enable-parallel=yes
>
>
> 73's
> Greg, KI7MT
>
>
> On 04/14/2015 02:40 PM, David wrote:
>> Hi Greg..just saw your post to Pino so will use that
>>
>> David
>>
>> On 15/04/15 06:31, David wrote:
>>> Hi Gregwhere do i find JTSDK for Linuxfound the Windows version
>>> but not the Linux Version
> --
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live 
> exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- 
> event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
>>> --
>>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
>>> Develop your own process in accordance with the BPMN 2 standard
>>> Learn Process modeling best practices with Bonita BPM through live exercises
>>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
>>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
>>> ___
>>> wsjt-devel mailing list
>>> wsjt-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>
> 

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] JTSDK

2015-04-14 Thread David
Greg...i find synaptic the easy way for me..Mint 17.1 Rebecca with 
Cinn desktop...

David
On 15/04/15 08:21, KI7MT wrote:
> Hi David,
>
> You shouldn't have to use synaptic.
>
> I need to look at that list, as python-pip should not be on it at all,
> python3-pip should be.
>
> The other three should should be available via apt-get.
>
> What version of Mint are you using, I'm assuming 17.1 ? And what is the
> DE (Desktop Environment). Mate, Cinn, other?
>
> 73's
> Greg, KI7MT
>
> On 04/14/2015 04:14 PM, David wrote:
>> Hi again...pkgs were clang-3.5,packaging-dev,python-dev,python-pip
>>
>> have d/l via Synaptic nowto see if it works
>>
>> David
>>
>> On 15/04/15 07:48, KI7MT wrote:
>>> Hi David,
>>>
>>> Ok, thanks, thats good feedback.
>>>
>>> The file that houses the "needed files in just that:
>>>
>>> cat ./needed.txt
>>>
>>> should list those files.
>>>
>>> If you could post back the contents of that files here.
>>>
>>> It should also get copied to:
>>>
>>> cat ./orig-needed.txt
>>>
>>> after running make.
>>>
>>> 73's
>>> Greg, KI7MT
>>>
>>>
>>> On 04/14/2015 03:43 PM, David wrote:
 Hi againwith the autogen.sh set to mint it runs then comes up with
 an error that there are 4 packages missing.run make to get them and
 get an error that it cant find 2 list lines and doesnt say what the
 packages are...even with make simulate

 any work around

 73 David VK4BDJ


 On 15/04/15 06:50, KI7MT wrote:
> Hi David,
>
> That should be fine. Just change your distro name to match:
>
> Ubuntu 14.04
> ./autogeh.sh --with-distro=ubuntu --enable-parallel=yes
>
> Mint 17.1
> ./autogeh.sh --with-distro=mint --enable-parallel=yes
>
> Debian 8.0 (for WSJTX Only at this time)
> ./autogeh.sh --with-distro=debian --enable-parallel=yes
>
>
> 73's
> Greg, KI7MT
>
>
> On 04/14/2015 02:40 PM, David wrote:
>> Hi Greg..just saw your post to Pino so will use that
>>
>> David
>>
>> On 15/04/15 06:31, David wrote:
>>> Hi Gregwhere do i find JTSDK for Linuxfound the Windows version
>>> but not the Linux Version
> --
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live 
> exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- 
> event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
>>> --
>>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
>>> Develop your own process in accordance with the BPMN 2 standard
>>> Learn Process modeling best practices with Bonita BPM through live exercises
>>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
>>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
>>> ___
>>> wsjt-devel mailing list
>>> wsjt-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>
> --
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>

-- 
73 David VK4BDJ

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] JTSDK

2015-04-14 Thread David
yep it worked and did the rest ot the install
as per instructions

David


On 15/04/15 08:14, David wrote:
> Hi again...pkgs were clang-3.5,packaging-dev,python-dev,python-pip
>
> have d/l via Synaptic nowto see if it works
>
> David
>
> On 15/04/15 07:48, KI7MT wrote:
>> Hi David,
>>
>> Ok, thanks, thats good feedback.
>>
>> The file that houses the "needed files in just that:
>>
>> cat ./needed.txt
>>
>> should list those files.
>>
>> If you could post back the contents of that files here.
>>
>> It should also get copied to:
>>
>> cat ./orig-needed.txt
>>
>> after running make.
>>
>> 73's
>> Greg, KI7MT
>>
>>
>> On 04/14/2015 03:43 PM, David wrote:
>>> Hi againwith the autogen.sh set to mint it runs then comes up with
>>> an error that there are 4 packages missing.run make to get them and
>>> get an error that it cant find 2 list lines and doesnt say what the
>>> packages are...even with make simulate
>>>
>>> any work around
>>>
>>> 73 David VK4BDJ
>>>
>>>
>>> On 15/04/15 06:50, KI7MT wrote:
 Hi David,

 That should be fine. Just change your distro name to match:

 Ubuntu 14.04
 ./autogeh.sh --with-distro=ubuntu --enable-parallel=yes

 Mint 17.1
 ./autogeh.sh --with-distro=mint --enable-parallel=yes

 Debian 8.0 (for WSJTX Only at this time)
 ./autogeh.sh --with-distro=debian --enable-parallel=yes


 73's
 Greg, KI7MT


 On 04/14/2015 02:40 PM, David wrote:
> Hi Greg..just saw your post to Pino so will use that
>
> David
>
> On 15/04/15 06:31, David wrote:
>> Hi Gregwhere do i find JTSDK for Linuxfound the Windows version
>> but not the Linux Version
 --
 BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
 Develop your own process in accordance with the BPMN 2 standard
 Learn Process modeling best practices with Bonita BPM through live 
 exercises
 http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
 source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
 ___
 wsjt-devel mailing list
 wsjt-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wsjt-devel

>> --
>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
>> Develop your own process in accordance with the BPMN 2 standard
>> Learn Process modeling best practices with Bonita BPM through live exercises
>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>

-- 
73 David VK4BDJ

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] JTSDK

2015-04-14 Thread KI7MT
Hi David,

You shouldn't have to use synaptic.

I need to look at that list, as python-pip should not be on it at all,
python3-pip should be.

The other three should should be available via apt-get.

What version of Mint are you using, I'm assuming 17.1 ? And what is the
DE (Desktop Environment). Mate, Cinn, other?

73's
Greg, KI7MT

On 04/14/2015 04:14 PM, David wrote:
> Hi again...pkgs were clang-3.5,packaging-dev,python-dev,python-pip
> 
> have d/l via Synaptic nowto see if it works
> 
> David
> 
> On 15/04/15 07:48, KI7MT wrote:
>> Hi David,
>>
>> Ok, thanks, thats good feedback.
>>
>> The file that houses the "needed files in just that:
>>
>> cat ./needed.txt
>>
>> should list those files.
>>
>> If you could post back the contents of that files here.
>>
>> It should also get copied to:
>>
>> cat ./orig-needed.txt
>>
>> after running make.
>>
>> 73's
>> Greg, KI7MT
>>
>>
>> On 04/14/2015 03:43 PM, David wrote:
>>> Hi againwith the autogen.sh set to mint it runs then comes up with
>>> an error that there are 4 packages missing.run make to get them and
>>> get an error that it cant find 2 list lines and doesnt say what the
>>> packages are...even with make simulate
>>>
>>> any work around
>>>
>>> 73 David VK4BDJ
>>>
>>>
>>> On 15/04/15 06:50, KI7MT wrote:
 Hi David,

 That should be fine. Just change your distro name to match:

 Ubuntu 14.04
 ./autogeh.sh --with-distro=ubuntu --enable-parallel=yes

 Mint 17.1
 ./autogeh.sh --with-distro=mint --enable-parallel=yes

 Debian 8.0 (for WSJTX Only at this time)
 ./autogeh.sh --with-distro=debian --enable-parallel=yes


 73's
 Greg, KI7MT


 On 04/14/2015 02:40 PM, David wrote:
> Hi Greg..just saw your post to Pino so will use that
>
> David
>
> On 15/04/15 06:31, David wrote:
>> Hi Gregwhere do i find JTSDK for Linuxfound the Windows version
>> but not the Linux Version
 --
 BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
 Develop your own process in accordance with the BPMN 2 standard
 Learn Process modeling best practices with Bonita BPM through live 
 exercises
 http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
 source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
 ___
 wsjt-devel mailing list
 wsjt-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wsjt-devel

>> --
>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
>> Develop your own process in accordance with the BPMN 2 standard
>> Learn Process modeling best practices with Bonita BPM through live exercises
>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
> 

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] JTSDK

2015-04-14 Thread David
Hi again...pkgs were clang-3.5,packaging-dev,python-dev,python-pip

have d/l via Synaptic nowto see if it works

David

On 15/04/15 07:48, KI7MT wrote:
> Hi David,
>
> Ok, thanks, thats good feedback.
>
> The file that houses the "needed files in just that:
>
> cat ./needed.txt
>
> should list those files.
>
> If you could post back the contents of that files here.
>
> It should also get copied to:
>
> cat ./orig-needed.txt
>
> after running make.
>
> 73's
> Greg, KI7MT
>
>
> On 04/14/2015 03:43 PM, David wrote:
>> Hi againwith the autogen.sh set to mint it runs then comes up with
>> an error that there are 4 packages missing.run make to get them and
>> get an error that it cant find 2 list lines and doesnt say what the
>> packages are...even with make simulate
>>
>> any work around
>>
>> 73 David VK4BDJ
>>
>>
>> On 15/04/15 06:50, KI7MT wrote:
>>> Hi David,
>>>
>>> That should be fine. Just change your distro name to match:
>>>
>>> Ubuntu 14.04
>>> ./autogeh.sh --with-distro=ubuntu --enable-parallel=yes
>>>
>>> Mint 17.1
>>> ./autogeh.sh --with-distro=mint --enable-parallel=yes
>>>
>>> Debian 8.0 (for WSJTX Only at this time)
>>> ./autogeh.sh --with-distro=debian --enable-parallel=yes
>>>
>>>
>>> 73's
>>> Greg, KI7MT
>>>
>>>
>>> On 04/14/2015 02:40 PM, David wrote:
 Hi Greg..just saw your post to Pino so will use that

 David

 On 15/04/15 06:31, David wrote:
> Hi Gregwhere do i find JTSDK for Linuxfound the Windows version
> but not the Linux Version
>>> --
>>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
>>> Develop your own process in accordance with the BPMN 2 standard
>>> Learn Process modeling best practices with Bonita BPM through live exercises
>>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
>>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
>>> ___
>>> wsjt-devel mailing list
>>> wsjt-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>
> --
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>

-- 
73 David VK4BDJ

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] JTSDK

2015-04-14 Thread KI7MT
Hi David,

Ok, thanks, thats good feedback.

The file that houses the "needed files in just that:

cat ./needed.txt

should list those files.

If you could post back the contents of that files here.

It should also get copied to:

cat ./orig-needed.txt

after running make.

73's
Greg, KI7MT


On 04/14/2015 03:43 PM, David wrote:
> Hi againwith the autogen.sh set to mint it runs then comes up with 
> an error that there are 4 packages missing.run make to get them and 
> get an error that it cant find 2 list lines and doesnt say what the 
> packages are...even with make simulate
> 
> any work around
> 
> 73 David VK4BDJ
> 
> 
> On 15/04/15 06:50, KI7MT wrote:
>> Hi David,
>>
>> That should be fine. Just change your distro name to match:
>>
>> Ubuntu 14.04
>> ./autogeh.sh --with-distro=ubuntu --enable-parallel=yes
>>
>> Mint 17.1
>> ./autogeh.sh --with-distro=mint --enable-parallel=yes
>>
>> Debian 8.0 (for WSJTX Only at this time)
>> ./autogeh.sh --with-distro=debian --enable-parallel=yes
>>
>>
>> 73's
>> Greg, KI7MT
>>
>>
>> On 04/14/2015 02:40 PM, David wrote:
>>> Hi Greg..just saw your post to Pino so will use that
>>>
>>> David
>>>
>>> On 15/04/15 06:31, David wrote:
 Hi Gregwhere do i find JTSDK for Linuxfound the Windows version
 but not the Linux Version
>> --
>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
>> Develop your own process in accordance with the BPMN 2 standard
>> Learn Process modeling best practices with Bonita BPM through live exercises
>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
> 

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] JTSDK

2015-04-14 Thread David
Hi againwith the autogen.sh set to mint it runs then comes up with 
an error that there are 4 packages missing.run make to get them and 
get an error that it cant find 2 list lines and doesnt say what the 
packages are...even with make simulate

any work around

73 David VK4BDJ


On 15/04/15 06:50, KI7MT wrote:
> Hi David,
>
> That should be fine. Just change your distro name to match:
>
> Ubuntu 14.04
> ./autogeh.sh --with-distro=ubuntu --enable-parallel=yes
>
> Mint 17.1
> ./autogeh.sh --with-distro=mint --enable-parallel=yes
>
> Debian 8.0 (for WSJTX Only at this time)
> ./autogeh.sh --with-distro=debian --enable-parallel=yes
>
>
> 73's
> Greg, KI7MT
>
>
> On 04/14/2015 02:40 PM, David wrote:
>> Hi Greg..just saw your post to Pino so will use that
>>
>> David
>>
>> On 15/04/15 06:31, David wrote:
>>> Hi Gregwhere do i find JTSDK for Linuxfound the Windows version
>>> but not the Linux Version
> --
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>

-- 
73 David VK4BDJ

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] JTSDK

2015-04-14 Thread KI7MT
Hi David,

That should be fine. Just change your distro name to match:

Ubuntu 14.04
./autogeh.sh --with-distro=ubuntu --enable-parallel=yes

Mint 17.1
./autogeh.sh --with-distro=mint --enable-parallel=yes

Debian 8.0 (for WSJTX Only at this time)
./autogeh.sh --with-distro=debian --enable-parallel=yes


73's
Greg, KI7MT


On 04/14/2015 02:40 PM, David wrote:
> Hi Greg..just saw your post to Pino so will use that
> 
> David
> 
> On 15/04/15 06:31, David wrote:
>> Hi Gregwhere do i find JTSDK for Linuxfound the Windows version
>> but not the Linux Version
> 

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] JTSDK

2015-04-14 Thread David
Hi Greg..just saw your post to Pino so will use that

David

On 15/04/15 06:31, David wrote:
> Hi Gregwhere do i find JTSDK for Linuxfound the Windows version
> but not the Linux Version

-- 
73 David VK4BDJ

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] JTSDK

2015-04-14 Thread David
Hi Gregwhere do i find JTSDK for Linuxfound the Windows version 
but not the Linux Version
-- 
73 David VK4BDJ

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] JTSDK-NIX

2015-04-14 Thread KI7MT
Hi Pino,

I've not finished the dev-guide updates for v2.0.0 yet, but this should
get you started:

INSTALL PREREQS:
* Open a terminal (Ctrl+Alt+T)
* sudo apt-get update
* sudo apt-get install autoconf subversion

CHECKOUT JTSDK ( for Linux )
* mkdir -p ~/Projects
* cd ~/Projects
* svn co svn://svn.code.sf.net/p/jtsdk/jtsdk/trunk/linux jtsdk-dev
* cd ./jtsdk-dev

CONFIGURE INSTALL
* ./autogen.sh --with-distro=mint --enable-parallel=yes
* At the terminal prompt, type: make
* When asked, provide your sudo password
* After installation, Re-Run the autogen.sh command:
* ./autogen.sh --with-distro=mint --enable-parallel=yes
* If no errors: sudo make install

TO RUN JTSDK
* At the terminal prompt, type: jtsdk
* For building WSJT-X, Build Hamlib3 first, then WSJT-X
* WSPR and WSJT built without Hamlib3

If you have troubles, post back here and we'll get you sorted out.

73's
Greg, KI7MT


On 04/14/2015 02:18 PM, Pino Zollo wrote:
> 
> 
> Please, ho do I get jtsdk-nix ? ...
> 
> Looking around I have found only this
> 
> http://sourceforge.net/p/wsjt/wsjt/4316/tree/branches/jtsdk/nix/setup.sh
> 
> and a Winz* version
> 
> http://sourceforge.net/projects/jtsdk/?source=directory
> 
> 
> 
> TU
> 
> Pino ZP4KFX
> 
> --
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] JTSDK-NIX

2015-04-14 Thread Pino Zollo


Please, ho do I get jtsdk-nix ? ...

Looking around I have found only this

http://sourceforge.net/p/wsjt/wsjt/4316/tree/branches/jtsdk/nix/setup.sh

and a Winz* version

http://sourceforge.net/projects/jtsdk/?source=directory



TU

Pino ZP4KFX

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] UDP Server

2015-04-14 Thread Bill Somerville
On 14/04/2015 18:35, SM0THU wrote:
> Hi Bill,
Hi Anders,
>
> That sounds great.
>
> One of the reasons for creating my application was to learn Apples new Swift 
> language and Xcode, so that is what I’m using.
OK, I quite like Objective C and Swift is interesting but beware 
disappearing down the Apple proprietary language Rabbit hole ;)
> I’ll have to look into QDataStream and see how I can do that with Swift.
Here is the key information: http://doc.qt.io/qt-5/datastreamformat.html

That page lists how the various supported data types are serialized. All 
the numbers are Big Endian i.e. normal network byte ordering. There will 
be a header and the message formats are implicit i.e. no type ids or 
framing, just read the expected fields in the expected order. Simple and 
compact. Strings will all be encoded as utf-8 and serialized as 
QByteArray types i.e. 32-bit count followed by the string content 
converted to utf-8.

There will be a C++ header file that documents the message format, 
headers, various message types and, content. Here is a provisional 
snapshot of that:

#include 

#include "pimpl_h.hpp"

class QIODevice;
class QByteArray;
class QString;

/*
  * WSJT-X Message Formats
  * ==
  *
  * All messages are written or  read using the QDataStream derivatives
  * defined below.
  *
  * Type utf8  is a  utf-8 byte  string formatted  as a  QByteArray for
  * serialization purposes  (currently a quint32 size  followed by size
  * bytes, no terminator is present or counted).
  *
  * Schema Version 1:
  * -
  *
  * Message   Direction Value  Type
  * - - -- ---
  * Heartbeat Out   0  quint32
  * Id (unique key)utf8
  *
  * StatusOut   1  quint32
  * Id (unique key)utf8
  * Dial Frequency (Hz)quint64
  * Mode   utf8
  * DX callutf8
  * Report utf8
  * Tx Modeutf8
  *
  * DecodeOut   2  quint32
  * Id (unique key)utf8
  * Time   QTime
  * snrqint32
  * Delta time (S) float
  * Delta frequency (Hz)   quint32
  * Mode   utf8
  * Messageutf8
  *
  * Clear Out   3  quint32
  * Id (unique key)utf8
  *
  * Reply In4  quint32
  * Id (target unique key) utf8
  * Time   QTime
  * snrqint32
  * Delta time (S) float
  * Delta frequency (Hz)   quint32
  * Mode   utf8
  * Messageutf8
  *
  * QSO LoggedOut   5  quint32
  * Id (unique key)utf8
  * Date & TimeQDateTime
  * DX callutf8
  * DX gridutf8
  * Dial frequency (Hz)quint64
  * Mode   utf8
  * Report sendutf8
  * Report receivedutf8
  * Tx power   utf8
  * Comments   utf8
  * Name   utf8
  *
  * Close Out   6  quint32
  * Id (unique key)utf8
  */

namespace NetworkMessage
{
   // NEVER DELETE MESSAGE TYPES
   enum Type
 {
   Heartbeat,
   Status,
   Decode,
   Clear,
   Reply,
   QSOLogged,
   Close,
   maximum_message_type_ // add new message types before here
 };

   quint32 constexpr pulse {15}; // seconds

   //
   // NetworkMessage::Build - build a message containing serialized Qt types
   //
   // Message is big endian format
   //
   // Header format:
   //
   //32-bit unsigned integer magic number 0xadbccbda
   //32-bit unsigned integer schema number
   //
   // Payload format:
   //
   //As per  the QDataStream format,  see below for version used and
   //here:
   //
   //  http://doc.qt.io/qt-5/datastreamformat.html
   //
   //for the serialization details for each type.
   //
   class Builder
 : public QDataStream
   {
   public:
 static quint32 constexpr magic {0xadbccbda}; 

Re: [wsjt-devel] UDP Server

2015-04-14 Thread SM0THU
Hi Bill,

That sounds great. 

One of the reasons for creating my application was to learn Apples new Swift 
language and Xcode, so that is what I’m using.
I’ll have to look into QDataStream and see how I can do that with Swift. 

73
/Anders


> On 14 Apr 2015, at 19:23, Bill Somerville  wrote:
> 
> On 14/04/2015 17:57, Anders Östlund wrote:
>> Hi,
> Hi Anders,
>> 
>> I'm writing a program that is kind of a JT-Alert alternative, but for Mac OS 
>> X.
>> Being able to trigger a reply to a CQ from externally would be a great 
>> feature.
>> 
>> I've got Mike's patch to work on r5068. Before trying to get it to work on a
>> more recent commit, I just want to ask if there has been more work done on
>> this already.
> Yes, I am close to committing a full functioning version with a formal 
> message protocol that is extensible. I am adding some other messages 
> (outgoing from WSJT-X) that should be useful to applications like 
> JTAlert and yours such as status updates, WSJT-X closedown and 
> notification of QSOs logged.
> 
> The protocol is binary and pretty simple, based on the Qt QDataStream 
> serialization capability. I am testing my changes right now after a 
> final clean up before check in, currently it is broken but I should have 
> it all working again shortly.
>> 
>> I'd be happy to help out with testing or coding, if needed.
> OK. What is your choice of implementation language and tools for your 
> application? I would like to have some reference code for various 
> platforms for usage of the message protocol. C++ with Qt I have in hand 
> already.
>> 
>> 73
>> /Anders - SM0THU
>> http://jt-bridge.eller.nu
> 73
> Bill
> G4WJS.
>> 
>> Bill Somerville  writes:
>> 
>>> Hi Mike,
>>> 
>>> some more comments:
>>> 
>>> I think it would be sensible to include the instance name in the
>>> broadcast datagram as a third field. You can use the method
>>> QApplication::applicationName() result as the instance name.
>>> 
>>> There is no need to call member functions with an explicit this pointer,
>>> that is not idiomatic C++, so:
>>> 
>>> this->member();
>>> 
>>> becomes:
>>> 
>>> member();
>>> 
>>> In MainWindow::doCallCQ() there is no need to write to the RHS decoded
>>> text window, MainWindow::doubleClickOnCall() does that for you.
>> [...]
>> 
> 
> 
> --
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] UDP Server

2015-04-14 Thread Bill Somerville
On 14/04/2015 17:57, Anders Östlund wrote:
> Hi,
Hi Anders,
>
> I'm writing a program that is kind of a JT-Alert alternative, but for Mac OS 
> X.
> Being able to trigger a reply to a CQ from externally would be a great 
> feature.
>
> I've got Mike's patch to work on r5068. Before trying to get it to work on a
> more recent commit, I just want to ask if there has been more work done on
> this already.
Yes, I am close to committing a full functioning version with a formal 
message protocol that is extensible. I am adding some other messages 
(outgoing from WSJT-X) that should be useful to applications like 
JTAlert and yours such as status updates, WSJT-X closedown and 
notification of QSOs logged.

The protocol is binary and pretty simple, based on the Qt QDataStream 
serialization capability. I am testing my changes right now after a 
final clean up before check in, currently it is broken but I should have 
it all working again shortly.
>
> I'd be happy to help out with testing or coding, if needed.
OK. What is your choice of implementation language and tools for your 
application? I would like to have some reference code for various 
platforms for usage of the message protocol. C++ with Qt I have in hand 
already.
>
> 73
> /Anders - SM0THU
> http://jt-bridge.eller.nu
73
Bill
G4WJS.
>
> Bill Somerville  writes:
>
>> Hi Mike,
>>
>> some more comments:
>>
>> I think it would be sensible to include the instance name in the
>> broadcast datagram as a third field. You can use the method
>> QApplication::applicationName() result as the instance name.
>>
>> There is no need to call member functions with an explicit this pointer,
>> that is not idiomatic C++, so:
>>
>> this->member();
>>
>> becomes:
>>
>> member();
>>
>> In MainWindow::doCallCQ() there is no need to write to the RHS decoded
>> text window, MainWindow::doubleClickOnCall() does that for you.
> [...]
>


--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] UDP Server

2015-04-14 Thread Anders Östlund
>
Hi,

I'm writing a program that is kind of a JT-Alert alternative, but for Mac OS X. 
Being able to trigger a reply to a CQ from externally would be a great feature.

I've got Mike's patch to work on r5068. Before trying to get it to work on a 
more recent commit, I just want to ask if there has been more work done on 
this already.

I'd be happy to help out with testing or coding, if needed.

73
/Anders - SM0THU
http://jt-bridge.eller.nu


Bill Somerville  writes:

> 
> Hi Mike,
> 
> some more comments:
> 
> I think it would be sensible to include the instance name in the 
> broadcast datagram as a third field. You can use the method 
> QApplication::applicationName() result as the instance name.
> 
> There is no need to call member functions with an explicit this pointer, 
> that is not idiomatic C++, so:
> 
> this->member();
> 
> becomes:
> 
> member();
> 
> In MainWindow::doCallCQ() there is no need to write to the RHS decoded 
> text window, MainWindow::doubleClickOnCall() does that for you.
[...]


--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] WSJT/WSPR Python3-Pillow 2.6.1 Issue

2015-04-14 Thread KI7MT
Hello All,

While updating WSJT/WSPR build documentation, I've come full circle on
the Python3-Pillow 2.6.1 segfault problem that many have reported. I'm
need of assistance in trying to debug / generate a work around, as this
has gone well past my level of knowledge with Python.

This issue affects both Windows and *Nix, but "seems" to be isolated to
the Pillow 2.6.1.


THE PROBLEM

When using Pillow 2.6.1, WSPR and WSJT will both segfault, almost
immediately, either at decode time for WSPR ( sample *.wav file or T=50
to 55 of the 2min cycle ) or at the end of the first FSK441 cycle (
first whole minute? ) with WSJT. Neither application present the issue
when using Pillow < or > 2.6.1 on my test distro's.


TESTING PERFORMED

I've performed several tests with various versions of Pillow, primarily
on Linux. On my Ubuntu based installs, after installing JTSDK Nix, those
distros using python3-pil 2.6.1 ( Ubuntu 14.10, Debian Jessie for
example ) will build correctly but fail as above.

Removing python3-pil and python3-pil.imagetk, installing the required
build dependencies:

libtiff4-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev
libwebp-dev tcl8.6-dev tk8.6-dev

then installing ( via pip3 ) Pillow==2.5.3, ==2.7.0 or ==2.8.1 ( the
latest Pillow release ), neither WSJT nor WSPR present the segfault.

At this point, I would think the import instructions in WSPR.py an
WSJT.py are OK, but I don't know where or how to take this any further.

Without getting this resolved, we will not be able to update WSJT / WSPR
in any distro using Pillow 2.6.1 as the default package (Ubuntu 14.10
and Debian Jessie at present ). I believe there are Fedora based distros
also using Pillow-2.6.1, but I am not as familiar with their package
structures, so I cannot say for sure which ones.

Any input or debugging suggestions would be much appreciated.


73's
Greg, KI7MT



--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel