Re: [wsjt-devel] wsjt-x build problem on OS X

2015-08-27 Thread Bill Somerville
On 27/08/2015 19:02, Eric Thornton wrote: Bill, Hi Eric, Thanks for your reply. This is strange because I finally was able to get wsjtx to compile, but gave up on clang and used gcc for the whole process. After editing the hamlib autogen and configure scripts to get rid of an old no-prec

Re: [wsjt-devel] wsjt-x build problem on OS X

2015-08-27 Thread Eric Thornton
Bill, Thanks for your reply. This is strange because I finally was able to get wsjtx to compile, but gave up on clang and used gcc for the whole process. After editing the hamlib autogen and configure scripts to get rid of an old no-precomp flag, things went smoothly. After the fact, while lookin

Re: [wsjt-devel] wsjt-x build problem on OS X

2015-08-27 Thread Bill Somerville
On 09/08/2015 17:00, Eric Thornton wrote: Hello all, Hi Eric, firstly, sorry for the delayed response as I have been off the grid for a few weeks enjoying some holiday time. I've run into the same (or similar issue) compiling on OSX. I need to compile my own version since I'm using pulse au

Re: [wsjt-devel] wsjt-x build problem on OS X

2015-08-09 Thread Eric Thornton
Hello all, I've run into the same (or similar issue) compiling on OSX. I need to compile my own version since I'm using pulse audio as my sound server. I've already compiled QT from macports with pulse audio support. If I use CC=gcc and CXX=g++, ham lib won't compile. I have been unable to work a

Re: [wsjt-devel] wsjt-x build problem on OS X

2015-06-29 Thread Bill Somerville
On 29/06/2015 22:58, Steven Franke wrote: > Bill, Hi Steve, >> On Jun 29, 2015, at 4:43 PM, Bill Somerville wrote: >> >> On 29/06/2015 22:30, Steven Franke wrote: >>> Bill, >> Hi Steve, On Jun 29, 2015, at 4:26 PM, Bill Somerville wrote: On 29/06/2015 22:17, Steven Franke wrote: >>

Re: [wsjt-devel] wsjt-x build problem on OS X

2015-06-29 Thread Steven Franke
Bill, > On Jun 29, 2015, at 4:43 PM, Bill Somerville wrote: > > On 29/06/2015 22:30, Steven Franke wrote: >> Bill, > Hi Steve, >>> On Jun 29, 2015, at 4:26 PM, Bill Somerville wrote: >>> >>> On 29/06/2015 22:17, Steven Franke wrote: Bill, > On Jun 29, 2015, at 3:57 PM, Bill Somer

Re: [wsjt-devel] wsjt-x build problem on OS X

2015-06-29 Thread Bill Somerville
On 29/06/2015 22:30, Steven Franke wrote: > Bill, Hi Steve, >> On Jun 29, 2015, at 4:26 PM, Bill Somerville wrote: >> >> On 29/06/2015 22:17, Steven Franke wrote: >>> Bill, >>> On Jun 29, 2015, at 3:57 PM, Bill Somerville wrote: On 29/06/2015 21:34, Steven Franke wrote: > Bill,

Re: [wsjt-devel] wsjt-x build problem on OS X

2015-06-29 Thread Steven Franke
Bill, > On Jun 29, 2015, at 4:26 PM, Bill Somerville wrote: > > On 29/06/2015 22:17, Steven Franke wrote: >> Bill, >> >>> On Jun 29, 2015, at 3:57 PM, Bill Somerville wrote: >>> >>> On 29/06/2015 21:34, Steven Franke wrote: Bill, > On Jun 29, 2015, at 9:00 AM, Bill Somerville >

Re: [wsjt-devel] wsjt-x build problem on OS X

2015-06-29 Thread Bill Somerville
On 29/06/2015 22:17, Steven Franke wrote: > Bill, > >> On Jun 29, 2015, at 3:57 PM, Bill Somerville wrote: >> >> On 29/06/2015 21:34, Steven Franke wrote: >>> Bill, On Jun 29, 2015, at 9:00 AM, Bill Somerville wrote: On 28/06/2015 22:08, Steven Franke wrote: > Thanks Bill,

Re: [wsjt-devel] wsjt-x build problem on OS X

2015-06-29 Thread Steven Franke
Bill, > On Jun 29, 2015, at 3:57 PM, Bill Somerville wrote: > > On 29/06/2015 21:34, Steven Franke wrote: >> Bill, >>> On Jun 29, 2015, at 9:00 AM, Bill Somerville wrote: >>> >>> On 28/06/2015 22:08, Steven Franke wrote: Thanks Bill, >>> Hi Steve, For what it’s worth, here a link to

Re: [wsjt-devel] wsjt-x build problem on OS X

2015-06-29 Thread John Nelson
Steve, I had a look at your output but in cases like this, Bill is the expert. Does seem to be an omp problem. Your compiler picks out the same minor problems in wsprd.c as mine: in readwavfile unsigned long i, j, npoints might better be defined as int i, j, npoints to get rid of

Re: [wsjt-devel] wsjt-x build problem on OS X

2015-06-29 Thread Bill Somerville
On 29/06/2015 21:34, Steven Franke wrote: > Bill, >> On Jun 29, 2015, at 9:00 AM, Bill Somerville wrote: >> >> On 28/06/2015 22:08, Steven Franke wrote: >>> Thanks Bill, >> Hi Steve, >>> For what it’s worth, here a link to the VERBOSE build capture: >>> https://dl.dropboxusercontent.com/u/33211132

[wsjt-devel] wsjt-x build problem on OS X

2015-06-29 Thread Steven Franke
Bill, > On Jun 29, 2015, at 9:00 AM, Bill Somerville wrote: > > On 28/06/2015 22:08, Steven Franke wrote: >> Thanks Bill, > Hi Steve, >> >> For what it’s worth, here a link to the VERBOSE build capture: >> https://dl.dropboxusercontent.com/u/33211132/k9an_build_capture.txt >> >> Here’s the CMak