missing apps?

Pasted by Anonymous on Tue Sep 20 22:11:26 2022 UTC as Text only
karlp@beros:~/src/scopehal-apps.git/build (master *)$ realpath ~/tools/vulkan/1.3.224.1/x86_64
/home/karlp/tools/vulkan/1.3.224.1/x86_64
karlp@beros:~/src/scopehal-apps.git/build (master *)$ export VULKAN_SDK=/home/karlp/tools/vulkan/1.3.224.1/x86_64
karlp@beros:~/src/scopehal-apps.git/build (master *)$ export PATH=$VULKAN_SDK/bin:$PATH
karlp@beros:~/src/scopehal-apps.git/build (master *)$ export LD_LIBRARY_PATH=$VULKAN_SDK/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
karlp@beros:~/src/scopehal-apps.git/build (master *)$ export VK_LAYER_PATH=$VULKAN_SDK/etc/vulkan/explicit_layer.d
karlp@beros:~/src/scopehal-apps.git/build (master *)$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME/.local
-- The C compiler identification is GNU 12.2.1
-- The CXX compiler identification is GNU 12.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0") 
-- Checking for module 'gtkmm-3.0'
--   Found gtkmm-3.0, version 3.24.6
-- Checking for module 'sigc++-2.0'
--   Found sigc++-2.0, version 2.10.8
-- Checking for module 'ffts'
--   Package 'ffts', required by 'virtual:world', not found
-- Found libffts: /home/karlp/.local/include/ffts, /home/karlp/.local/lib/libffts.so
-- Found OpenMP_C: -fopenmp (found version "4.5") 
-- Found OpenMP_CXX: -fopenmp (found version "4.5") 
-- Found OpenMP: TRUE (found version "4.5")  
-- Found Vulkan: /home/karlp/tools/vulkan/1.3.224.1/x86_64/lib/libvulkan.so (found version "1.3.224") found components: glslang shaderc_combined glslc glslangValidator 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
CMake Error at CMakeLists.txt:138 (add_subdirectory):
  The source directory

    /home/karlp/src/scopehal-apps.git/lib/graphwidget

  does not contain a CMakeLists.txt file.


-- Found YAML: /usr/lib64/libyaml-cpp.so  
-- Found components for YAML
-- YAML_ROOT_DIR  = /home/karlp/.local
-- YAML_INCLUDES  = /usr/include
-- YAML_LIBRARIES = /usr/lib64/libyaml-cpp.so
CMake Error at CMakeLists.txt:142 (add_subdirectory):
  The source directory

    /home/karlp/src/scopehal-apps.git/lib/xptools

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:143 (add_subdirectory):
  The source directory

    /home/karlp/src/scopehal-apps.git/lib/log

  does not contain a CMakeLists.txt file.


-- Found GLEW: /usr/include (found version "2.2.0") 
-- Found OpenGL: /usr/lib64/libOpenGL.so   
-- Found Git: /usr/bin/git (found version "2.37.3") 
-- Found components for YAML
-- YAML_ROOT_DIR  = /home/karlp/.local
-- YAML_INCLUDES  = /usr/include
-- YAML_LIBRARIES = /usr/lib64/libyaml-cpp.so
Skipping MSI package build; define WIXPATH to enable
CMake Error at CMakeLists.txt:165 (set_property):
  set_property could not find TARGET log.  Perhaps it has not yet been
  created.


CMake Error at CMakeLists.txt:166 (set_property):
  set_property could not find TARGET xptools.  Perhaps it has not yet been
  created.


-- Configuring incomplete, errors occurred!
See also "/home/karlp/src/scopehal-apps.git/build/CMakeFiles/CMakeOutput.log".
karlp@beros:~/src/scopehal-apps.git/build (master *)$