Audio4Linux / JDSP4Linux

An audio effect processor for PipeWire and PulseAudio clients
GNU General Public License v3.0
874 stars 31 forks source link

fatal error: model/codecontainer.h: No such file or directory #158

Closed vibo69 closed 10 months ago

vibo69 commented 10 months ago
In file included from ../../src/data/EelParser.cpp:1:
../../src/data/EelParser.h:4:10: fatal error: model/codecontainer.h: No such file or directory
    4 | #include <model/codecontainer.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:2079: EelParser.o] Error 1

Debian 12 (up-to-date)

timschneeb commented 10 months ago

This repo contains git submodules that also need to be checked out. The --recursive flag when running git clone normally handles that, but since you already cloned the repo, you just need to run:

git submodule update --init 

to initialize the missing submodules.

vibo69 commented 10 months ago

submodule update was not enough.. I needed to clean everything and start over. Now it works! Thanks! :)