Skip to content

cmake error on Nobara Linux #84

@bytemike93

Description

@bytemike93

Hi @ all,

I just tried to compile the plugin on Nobara, following the steps in the readme:

sudo dnf install @c-development git cmake obs-studio-devel fftw-devel

git clone --recurse-submodules https://github.com/phandasm/waveform.git
mkdir waveform/build
cd waveform/build

cmake ..
make
make install

cmake stops with an error:

··• cmake ..
-- The C compiler identification is GNU 15.2.1
-- The CXX compiler identification is GNU 15.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib64/ccache/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/lib64/ccache/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Warning (dev) at /usr/lib64/cmake/libobs/finders/FindSIMDe.cmake:67 (message):
  Failed to find SIMD Everywhere version.
Call Stack (most recent call first):
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib64/cmake/libobs/libobsConfig.cmake:44 (find_dependency)
  CMakeLists.txt:54 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
  Could NOT find SIMDe (missing: SIMDe_INCLUDE_DIR) (found version "0.0.0")

      Reason given by package: Ensure SIMD Everywhere is available in local library paths.

Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
  /usr/lib64/cmake/libobs/finders/FindSIMDe.cmake:78 (find_package_handle_standard_args)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib64/cmake/libobs/libobsConfig.cmake:44 (find_dependency)
  CMakeLists.txt:54 (find_package)


-- Configuring incomplete, errors occurred!

I also tried to compile with the SIMD option:

··• cmake -DENABLE_X86_SIMD=OFF ..
CMake Warning (dev) at /usr/lib64/cmake/libobs/finders/FindSIMDe.cmake:67 (message):
  Failed to find SIMD Everywhere version.
Call Stack (most recent call first):
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib64/cmake/libobs/libobsConfig.cmake:44 (find_dependency)
  CMakeLists.txt:54 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
  Could NOT find SIMDe (missing: SIMDe_INCLUDE_DIR) (found version "0.0.0")

      Reason given by package: Ensure SIMD Everywhere is available in local library paths.

Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
  /usr/lib64/cmake/libobs/finders/FindSIMDe.cmake:78 (find_package_handle_standard_args)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib64/cmake/libobs/libobsConfig.cmake:44 (find_dependency)
  CMakeLists.txt:54 (find_package)


-- Configuring incomplete, errors occurred!

Does someone know how to fix this? And I have to install it like this correct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions