So i tried following the instructions at
https://sourceforge.net/p/wsjt/wsjtx/ci/master/tree/INSTALL
<https://sourceforge.net/p/wsjt/wsjtx/ci/master/tree/INSTALL> for Mac OS…Was
able to build hamlib no problem…Preparing to start to build using the commands
below and encounter an error asking for Qt5 Widgets…I’ve looked on line for how
to solve but can’t find a clear answer…Note i updated the command with my
version of QT, clang and SDK…Any suggestions as to how to resolve?…Thanks much
appreciated…Gary KO3F
Last login: Fri Jul 13 09:59:44 on ttys000
Charless-MacBook-Pro-2:~ charlesrogers$ cd ~/wsjtx-prefix/build
Charless-MacBook-Pro-2:build charlesrogers$ FC=gfortran-mp-5 \
> cmake \
> -D CMAKE_PREFIX_PATH="~/Qt/5.10.1/clang_80;~/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.13.sdk
> \
> ~/wsjtx-prefix/src
-- Building wsjtx-1.9.2-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.3~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 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.
-- Configuring incomplete, errors occurred!
See also "/Users/charlesrogers/wsjtx-prefix/build/CMakeFiles/CMakeOutput.log".
See also "/Users/charlesrogers/wsjtx-prefix/build/CMakeFiles/CMakeError.log".
Charless-MacBook-Pro-2:build charlesrogers$
------------------------------------------------------------------------------
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