Got further this time but back to the QT5 widgets:

Last login: Fri Jul 13 12:30:22 on ttys000
Charless-MacBook-Pro-2:~ charlesrogers$ mkdir -p ~/wsjtx-prefix/build
Charless-MacBook-Pro-2:~ charlesrogers$ cd ~/wsjtx-prefix/build
Charless-MacBook-Pro-2:build charlesrogers$ FC=gfortran-mp-6 \
>    cmake \
>    -D CMAKE_PREFIX_PATH="~/Qt/5.8/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
CMake Warning at 
/Applications/CMake.app/Contents/share/cmake-3.9/Modules/Platform/Darwin-Initialize.cmake:121
 (message):
  Ignoring CMAKE_OSX_SYSROOT value:

   
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk

  because the directory does not exist.
Call Stack (most recent call first):
  
/Applications/CMake.app/Contents/share/cmake-3.9/Modules/CMakeSystemSpecificInitialize.cmake:8
 (include)
  CMakeLists.txt:25 (project)


-- The C compiler identification is AppleClang 9.1.0.9020039
-- The CXX compiler identification is AppleClang 9.1.0.9020039
-- The Fortran compiler identification is GNU 6.4.0
-- Check for working C compiler: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
-- Check for working C compiler: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Checking whether Fortran compiler has -isysroot
-- Checking whether Fortran compiler has -isysroot - yes
-- Checking whether Fortran compiler supports OSX deployment target flag
-- Checking whether Fortran compiler supports OSX deployment target flag - yes
-- Check for working Fortran compiler: /opt/local/bin/gfortran-mp-6
-- Check for working Fortran compiler: /opt/local/bin/gfortran-mp-6  -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /opt/local/bin/gfortran-mp-6 supports Fortran 90
-- Checking whether /opt/local/bin/gfortran-mp-6 supports Fortran 90 -- yes
-- Building wsjtx-1.9.2-devel
-- ******************************************************
-- Building for for: Darwin-x86_64
-- ******************************************************
-- Boost version: 1.63.0
CMake Warning (dev) at 
/Applications/CMake.app/Contents/share/cmake-3.9/Modules/FindOpenMP.cmake:200 
(if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "m" will no longer be dereferenced when the policy is
  set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  /Applications/CMake.app/Contents/share/cmake-3.9/Modules/FindOpenMP.cmake:340 
(_OPENMP_GET_FLAGS)
  CMakeLists.txt:853 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- 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")
-- Found OpenMP_Fortran: -fopenmp (found version "4.0") 
-- Found FFTW3: /opt/local/lib/libfftw3_threads.dylib  
-- Found PkgConfig: /opt/local/bin/pkg-config (found version "0.29.2") 
-- Checking for module 'hamlib'
--   Found hamlib, version 3.3~git
-- Found hamlib 
-- Found hamlib: 
/Users/charlesrogers/hamlib-prefix/include;/opt/local/include/libusb-1.0 
(Required is at least version "3") 
-- 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 CMakeLists.txt:878 (find_package):
  By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5Widgets", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Widgets"
  (requested version 5) with any of the following names:

    Qt5WidgetsConfig.cmake
    qt5widgets-config.cmake

  Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  "Qt5Widgets_DIR" to a directory containing one of the above files.  If
  "Qt5Widgets" provides a separate development package or SDK, be sure it has
  been installed.
> On Jul 13, 2018, at 12:26 PM, Bill Somerville <g4...@classdesign.com> wrote:
> 
> gfor

------------------------------------------------------------------------------
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

Reply via email to