Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error with CLAP on RPi #449

Open
coax75ohm opened this issue Feb 9, 2023 · 2 comments
Open

Compile error with CLAP on RPi #449

coax75ohm opened this issue Feb 9, 2023 · 2 comments

Comments

@coax75ohm
Copy link

Trying to compile on Raspberry Pi 4, and cmake fails with:

CMake Error at libs/clap-juce-extensions/clap-libs/clap-helpers/CMakeLists.txt:8 (set_target_properties):
  INTERFACE_LIBRARY targets may only have whitelisted properties.  The
  property "POSITION_INDEPENDENT_CODE" is not allowed.


CMake Error at libs/clap-juce-extensions/clap-libs/clap-helpers/CMakeLists.txt:8 (set_target_properties):
  INTERFACE_LIBRARY targets may only have whitelisted properties.  The
  property "CXX_STANDARD" is not allowed.


CMake Error at libs/clap-juce-extensions/CMakeLists.txt:35 (add_library):
  add_library INTERFACE library requires no source arguments.


CMake Error at libs/clap-juce-extensions/CMakeLists.txt:39 (target_include_directories):
  Cannot specify include directories for target "clap_juce_sources" which is
  not built by this project.


-- Configuring juceaide
-- Building juceaide
-- Exporting juceaide
-- Creating CLAP Odin2_CLAP from Odin2
CMake Error at libs/clap-juce-extensions/CMakeLists.txt:67 (get_property):
  get_property could not find TARGET clap_juce_sources.  Perhaps it has not
  yet been created.
Call Stack (most recent call first):
  CMakeLists.txt:54 (clap_juce_extensions_plugin)


== Building for Linux
== Building configuration Release
-- Configuring incomplete, errors occurred!

Don't want CLAP part, rather have a LV2 plugging for Carla, and maybe a standalone. Not sure how to pass options to cmake for that.

@hfiguiere
Copy link

It's not CLAP.

You are missing the git submodule.

You should have run git submodule update --init at least

@hfiguiere
Copy link

Sorry git submodule update --init --recursive otherwise it's only half the job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants