Skip to content

Instantly share code, notes, and snippets.

@tgunr
Created April 5, 2020 23:00
Show Gist options
  • Save tgunr/3e10a4f438bfbaf08adf689aa6e517d4 to your computer and use it in GitHub Desktop.
Save tgunr/3e10a4f438bfbaf08adf689aa6e517d4 to your computer and use it in GitHub Desktop.
js8call cmake
The C compiler identification is AppleClang 11.0.3.11030032
The CXX compiler identification is AppleClang 11.0.3.11030032
The Fortran compiler identification is unknown
Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - 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/clang++
Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ - 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: /usr/local/bin/gfortran
Check for working Fortran compiler: /usr/local/bin/gfortran - works
Detecting Fortran compiler ABI info
Detecting Fortran compiler ABI info - failed
Checking whether /usr/local/bin/gfortran supports Fortran 90
Checking whether /usr/local/bin/gfortran supports Fortran 90 - yes
Building js8call-2.1.2-devel
******************************************************
Building for for: Darwin-x86_64
******************************************************
Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)
CMake Error at /Applications/CMake.app/Contents/share/cmake-3.17/Modules/FindOpenMP.cmake:381 (try_compile):
Cannot copy output executable
''
to destination specified by COPY_FILE:
'/Users/davec/work/js8call/build/CMakeFiles/FindOpenMP/ompver_Fortran.bin'
Unable to find the executable at any of:
/Users/davec/work/js8call/build/CMakeFiles/CMakeTmp/cmTC_63f69
/Users/davec/work/js8call/build/CMakeFiles/CMakeTmp/Debug/cmTC_63f69
/Users/davec/work/js8call/build/CMakeFiles/CMakeTmp/Debug/cmTC_63f69.app/cmTC_63f69
/Users/davec/work/js8call/build/CMakeFiles/CMakeTmp/cmTC_63f69.app/cmTC_63f69
/Users/davec/work/js8call/build/CMakeFiles/CMakeTmp/Development/cmTC_63f69
Call Stack (most recent call first):
/Applications/CMake.app/Contents/share/cmake-3.17/Modules/FindOpenMP.cmake:509 (_OPENMP_GET_SPEC_DATE)
CMakeLists.txt:676 (find_package)
Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND)
CMake Warning (dev) at CMake/Modules/Findhamlib.cmake:22 (set):
Only the first value argument is used when setting an environment variable.
Argument '/usr/local/lib/pkgconfig' and later are unused.
Call Stack (most recent call first):
CMakeLists.txt:687 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
Found hamlib
hamlib_INCLUDE_DIRS: /usr/local/Cellar/hamlib/3.3/include;/usr/local/Cellar/libusb/1.0.23/include/libusb-1.0
hamlib_LIBRARIES: -L/usr/local/Cellar/hamlib/3.3/lib;-L/usr/local/Cellar/libusb/1.0.23/lib;-lhamlib;-ldl;-lusb-1.0;-lobjc;-Wl,-framework,IOKit;-Wl,-framework,CoreFoundation
hamlib_LIBRARY_DIRS: /usr/local/Cellar/hamlib/3.3/lib;/usr/local/Cellar/libusb/1.0.23/lib
CMake Error at CMakeLists.txt:701 (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/davec/work/js8call/build/CMakeFiles/CMakeOutput.log".
See also "/Users/davec/work/js8call/build/CMakeFiles/CMakeError.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment