Re: [wsjt-devel] Error building on OS X

2017-07-02 Thread Tim Carlson
Hi Everyone, I’m grateful to Bill (G4WJS) for helping me resolve the issue. I’m posting the solution in case anyone else makes the same mistake as I did. The issue was that I downloaded the latest release candidate of CMake, rather than the current release version. After installing 3.8.2 (rat

Re: [wsjt-devel] Error building on OS X

2017-07-02 Thread Bill Somerville
On 02/07/2017 04:41, Tim Carlson wrote: Also, here’s my configuration results: $ FC=gfortran-mp-5 cmake -D CMAKE_PREFIX_PATH="~/Qt3/5.9.1/clang_64;~/hamlib-prefix;/opt/local" -D CMAKE_INSTALL_PREFIX=~/wsjtx-prefix -D CMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/P

Re: [wsjt-devel] Error building on OS X

2017-07-01 Thread Tim Carlson
Also, here’s my configuration results: $ FC=gfortran-mp-5 cmake -D CMAKE_PREFIX_PATH="~/Qt3/5.9.1/clang_64;~/hamlib-prefix;/opt/local" -D CMAKE_INSTALL_PREFIX=~/wsjtx-prefix -D CMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk

Re: [wsjt-devel] Error building on OS X

2017-07-01 Thread Tim Carlson
Thanks for your continued help, Bill. I appreciate it! The version on the system is gfortran-mp-5; gfortran-mp-6 doesn’t exist: $ gfortran-mp-6 -bash: gfortran-mp-6: command not found $ gfortran-mp-5 -v Using built-in specs. COLLECT_GCC=gfortran-mp-5 COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x

Re: [wsjt-devel] Error building on OS X

2017-07-01 Thread Bill Somerville
On 02/07/2017 03:49, Tim Carlson wrote: Thanks, Bill. That did cause it to recompile everything, but it still quits at the same point. Hi Tim, I think the problem is that the compiler is missing. Have you recently updated your MacPorts? If so then the compiler name has probably changed. Yo

Re: [wsjt-devel] Error building on OS X

2017-07-01 Thread Tim Carlson
Thanks, Bill. That did cause it to recompile everything, but it still quits at the same point. Here’s the output: $ cmake --build . --clean-first [ 0%] Automatic MOC for target wsjtx_udp-static Generating MOC source include/MessageServer.moc Generating MOC source include/moc_MessageServer.cp

Re: [wsjt-devel] Error building on OS X

2017-07-01 Thread Bill Somerville
On 01/07/2017 22:22, Tim Carlson wrote: I’m following the instructions here and everything works fine up until the build of wsjtx (revision 7770). It is failing with this: $ cmake --build . [ 0%] Automatic MOC fo

[wsjt-devel] Error building on OS X

2017-07-01 Thread Tim Carlson
I’m following the instructions here and everything works fine up until the build of wsjtx (revision 7770). It is failing with this: $ cmake --build . [ 0%] Automatic MOC for target wsjtx_udp-static [ 0%] Built target wsjt