daniestevez / gr-ldpc-toolbox

GNU Radio blocks for the LDPC encoder and decoder from ldpc-toolbox
MIT License
5 stars 1 forks source link

Cmake configuration #3

Open Foxiks opened 6 months ago

Foxiks commented 6 months ago

Hello! I'm trying to build this assembly on my GR3.10 but I get the following error. How can I solve this? Thanks!

-- Using Corrosion as a subdirectory
-- Extracting version information from git describe...
fatal: No names found, cannot describe anything.
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.17") found components: doxygen missing components: dot
CMake Error at CMakeLists.txt:141 (add_subdirectory):
  INTERFACE_LIBRARY targets may only have whitelisted properties.  The
  property "SOVERSION" is not allowed.

CMake Error at CMakeLists.txt:141 (add_subdirectory):
  INTERFACE_LIBRARY targets may only have whitelisted properties.  The
  property "VERSION" is not allowed.

-- Using install prefix: /usr/local
-- Building for version: 1.0.0.0 / 1.0.0
-- No C++ unit tests... skipping
-- PYTHON and GRC components are enabled
-- Python checking for pygccxml - found
-- Configuring incomplete, errors occurred!
daniestevez commented 6 months ago

This error is unfamiliar, and a quick Google search didn't give many clues. What system are you using to build this? It might be easier to debug if I can replicate the problem locally.

daniestevez commented 6 months ago

I just added a CI workflow that builds this OOT module, in case this helps you set up your build environment.

Foxiks commented 6 months ago

Unfortunately it didn't help me :(