OK i think i’m getting closer…The passage below did not work however:
cd ~/wsjtx-prefix/build
FC=gfortran-mp-5 \
cmake \
-D CMAKE_PREFIX_PATH="~/Qt/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.12.sdk
\
~/wsjtx-prefix/src
Yielded the following:
Last login: Sun Aug 6 12:20:16 on ttys001
Charless-MacBook-Pro:~ charlesrogers$ cd ~/wsjtx-prefix/build
Charless-MacBook-Pro:build charlesrogers$ FC=gfortran-mp-5 \
> cmake \
> -D CMAKE_PREFIX_PATH="~/Qt/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.12.sdk
> \
> ~/wsjtx-prefix/src
-- Building wsjtx-1.7.1-devel
-- ******************************************************
-- Building for for: Darwin-x86_64
-- ******************************************************
-- Boost version: 1.63.0
-- Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES) (found
version "1.0")
-- Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)
(found version "1.0")
-- Checking for module 'hamlib'
-- Found hamlib, version 3.2~git
-- Found hamlib
-- hamlib_INCLUDE_DIRS:
/Users/charlesrogers/hamlib-prefix/include;/opt/local/include/libusb-1.0
-- hamlib_LIBRARIES:
-L/Users/charlesrogers/hamlib-prefix/lib;-L/opt/local/lib;-lhamlib;-lusb-1.0;-lobjc;-Wl,-framework,IOKit;-Wl,-framework,CoreFoundation
-- hamlib_LIBRARY_DIRS: /Users/charlesrogers/hamlib-prefix/lib;/opt/local/lib
CMake Error at doc/CMakeLists.txt:119 (message):
asciidoctor is required to build the documentation
Building the documenation may optionally be turned off by setting the CMake
option WSJT_GENERATE_DOCS to OFF.
-- Configuring incomplete, errors occurred!
See also "/Users/charlesrogers/wsjtx-prefix/build/CMakeFiles/CMakeOutput.log".
Charless-MacBook-Pro:build charlesrogers$
Thoughts on next steps?
> On Jul 31, 2017, at 8:05 AM, Bill Somerville <g4...@classdesign.com> wrote:
>
> FC=gfortran-mp-5 \
> cmake \
> -D CMAKE_PREFIX_PATH=~/Qt/5.7/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
> \
> ~/wsjtx-prefix/src
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel