Re: [wsjt-devel] How to set up for WSJT-X development?

2020-01-21 Thread Bill Somerville
On 21/01/2020 09:43, Alessandro Gorobey via wsjt-devel wrote: please see https://sourceforge.net/p/wsjt/mailman/message/36884654/ Can be as my problem that Bill solve with the patch ? Hi Sandro, Paul's issue was with a broken Hamlib installation. We are not sure how but an old version was

Re: [wsjt-devel] How to set up for WSJT-X development?

2020-01-21 Thread Alessandro Gorobey via wsjt-devel
Hi Paul, Bill, Il 20/01/2020 21:23, Bill Somerville ha scritto: On 20/01/2020 20:05, Paul Kube wrote: $ mkdir -p ~/wsjtx-prefix/build $ cd ~/wsjtx-prefix $ git clone git://git.code.sf.net/p/wsjt/wsjtx src $ cd ~/wsjtx-prefix/build

Re: [wsjt-devel] How to set up for WSJT-X development?

2020-01-20 Thread Bill Somerville
On 20/01/2020 20:05, Paul Kube wrote: $ mkdir -p ~/wsjtx-prefix/build $ cd ~/wsjtx-prefix $ git clone git://git.code.sf.net/p/wsjt/wsjtx src $ cd ~/wsjtx-prefix/build $ cmake -D CMAKE_PREFIX_PATH=~/hamlib-prefix ../src $ cmake

Re: [wsjt-devel] How to set up for WSJT-X development?

2020-01-20 Thread Paul Kube
Hi Bill -- On Mon, Jan 20, 2020 at 8:53 AM Bill Somerville wrote: > You could use the tarball as a starting point for casual development but > cloning the official public git repository is best for anything other than > the simplest of development. > Sounds good to me, I'd like to get that

Re: [wsjt-devel] How to set up for WSJT-X development?

2020-01-20 Thread Bill Somerville
On 20/01/2020 08:24, Paul Kube wrote: A simple question: Suppose I want to do a little WSJT-X development... experimenting with new features, bug fixing, submitting the occasional patch. I'll be coding on Linux, but will want to compile for Windows as well as Linux for testing. (Not

Re: [wsjt-devel] How to set up for WSJT-X development?

2020-01-20 Thread Joe Taylor
Hi Paul, On 1/20/2020 3:24 AM, Paul Kube L6PO wrote: A simple question: Suppose I want to do a little WSJT-X development... experimenting with new features, bug fixing, submitting the occasional patch. I'll be coding on Linux, but will want to compile for Windows as well as Linux for testing.