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/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.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/tim/hamlib-prefix/include;/opt/local/include/libusb-1.0
-- hamlib_LIBRARIES:
-L/Users/tim/hamlib-prefix/lib;-L/opt/local/lib;-lhamlib;-lusb-1.0;-lobjc;-Wl,-framework,IOKit;-Wl,-framework,CoreFoundation
-- hamlib_LIBRARY_DIRS: /Users/tim/hamlib-prefix/lib;/opt/local/lib
-- Asking qmake for QT_PLUGINS_DIR and got
/Users/tim/Qt3/5.9.1/clang_64/plugins
-- Asking qmake for QT_IMPORTS_DIR and got
/Users/tim/Qt3/5.9.1/clang_64/imports
-- Asking qmake for QT_DATA_DIR and got /Users/tim/Qt3/5.9.1/clang_64
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tim/wsjtx-prefix/build
I just noticed the “Could NOT find OpenMP_C" and OpenMP_CXX lines -
does that have anything to do with the subsequent error?
-Tim
Hi Tim,
those OpenMP messages are expected because we use the Apple Clang
compilers for C and C++ which do not support OpenMP but I would expect
to see some messages about OpenMP and FORTRAN. There is definitely
something odd going on with setting up the FORTRAN compiler. Did you
delete the whole build tree before re-configuring? CMake will use cached
configuration information if it is there and I suspect that there is
something referenced in the CMake that has gone or moved.
73
Bill
G4WJS.
------------------------------------------------------------------------------
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