Re: [wsjt-devel] OT@Re: PyCObject_Type ??

2014-06-30 Thread RichardBown
On Mon, 30 Jun 2014 00:38:33 -0800 Mike Long wrote: > Hi Richard, > > I disagree. Mint is Ubuntu. Ubuntu is still at the core. And > like you said, it's Ubuntu with additional layers of bugs. > > Mike > > > On Jun 29, 2014, at 23:52, RichardBown wrote: &g

[wsjt-devel] OT@Re: PyCObject_Type ??

2014-06-30 Thread RichardBown
On Sun, 29 Jun 2014 17:53:28 -0600 ki7mt wrote: > Hi Mike, > > Well, Mint is *not* Ubuntu, need to understand that. It's based on > Ubuntu, but lags on packaging and updates. > > Personally, I dont understand why folks would run Mint, when they can > simply add the Mate or Cin desktop environ

Re: [wsjt-devel] WSJT 10.0 Planned Updates

2014-06-24 Thread RichardBown
On Mon, 23 Jun 2014 22:56:38 -0600 ki7mt wrote: > Hello All, > > Just wanted to send out a heads up. > > Over the next couple weeks, I'll be updating the WSJT build system > and clean up the top directory. The updates will mainly impact > *Nix/Mac and bring the build system up to date, similar

Re: [wsjt-devel] wsjt10, (latest in trunk )and Linux mint 17

2014-06-23 Thread RichardBown
On Mon, 23 Jun 2014 09:50:15 -0600 ki7mt wrote: > ./configure --with-portaudio-lib-dir=/usr/lib/x86_64-linux-gnu \ > --with-portaudio-include-dir=/usr/include \ > PYTHON=/usr/bin/python3.4 \ > F2PY=/usr/bin/f2py3.4 Thanks Greg, the above works fine, compiles nicely :( -- -- Best wishes /73 R

Re: [wsjt-devel] wsjt10, (latest in trunk )and Linux mint 17

2014-06-23 Thread RichardBown
On Mon, 23 Jun 2014 15:27:44 +0100 RichardBown wrote: > On Sun, 22 Jun 2014 14:06:49 -0600 > ki7mt wrote: > > > Hi Richard, > > > > The configure.ac script is quite old in WSJT, and needs to be > > updated. > > > > You could add -fpic to your FFL

Re: [wsjt-devel] wsjt10, (latest in trunk )and Linux mint 17

2014-06-23 Thread RichardBown
On Sun, 22 Jun 2014 14:06:49 -0600 ki7mt wrote: > Hi Richard, > > The configure.ac script is quite old in WSJT, and needs to be updated. > > You could add -fpic to your FFLAGS and CFLAGS in the generated > Makefile, for example: > > FFLAGS+= -O2 -Wall -fbounds-check > -fn

[wsjt-devel] wsjt10, (latest in trunk )and Linux mint 17

2014-06-22 Thread RichardBown
Hi As WSPR compiled with relative ease after changing f2py to f2py3.4 in the Makefile. As the prebuilt version on the repo is 9.3, I downloaded the latest trunk and made the same change to the Makefile to use f2py3.4 It built until this point:- /usr/bin/ld: libjt.a(decode_rs.o): relocation R_X86_6

Re: [wsjt-devel] PyCObject_Type ??

2014-06-22 Thread RichardBown
On Sun, 22 Jun 2014 18:50:08 +0200 Claude Frantz wrote: > On 06/22/2014 06:07 PM, Graham wrote: > > > it seems it might have been related to python-numpy. > > I'm using Fedora 19 and the following packages are installed: > > python3-numpy-f2py > python3-numpy > > When asking the information a

Re: [wsjt-devel] PyCObject_Type ??

2014-06-22 Thread RichardBown
use of python3 and f2py3. I'm not sure how to do that :( thanks > > > On 22/06/14 11:46, RichardBown wrote: > > On Sun, 22 Jun 2014 15:49:24 +0100 > > Graham wrote: > > > >> I seem to have solved or at least remedied my problem. > >> > >>

Re: [wsjt-devel] PyCObject_Type ??

2014-06-22 Thread RichardBown
On Sun, 22 Jun 2014 15:49:24 +0100 Graham wrote: > I seem to have solved or at least remedied my problem. > > I simply started over. > > I removed my /wspr folder and everything in it. > > checked out the source from the repository: > > $ svn co svn://svn.code.sf.net/p/wsjt/wsjt/branches/wspr