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

Ninja error "'gst/app/gstappsink.h' file not found" #6

Closed
vonqo opened this issue Oct 25, 2018 · 2 comments
Closed

Ninja error "'gst/app/gstappsink.h' file not found" #6

vonqo opened this issue Oct 25, 2018 · 2 comments
Milestone

Comments

@vonqo
Copy link

vonqo commented Oct 25, 2018

After building with meson i got error message:

1 error generated.
[4/7] Compiling C++ object 'moodbar@exe/moodbar_exe.cpp.o'.
FAILED: moodbar@exe/moodbar_exe.cpp.o 
...
...

./src/moodbar/moodbarpipeline.h:22:10: fatal error: 'gst/app/gstappsink.h' file not found
#include <gst/app/gstappsink.h>

i'm running on macos system

@sjohannes
Copy link
Member

Thanks. Looks like it was for some old code in moodbarpipeline.cpp that has been removed, but not from the .h.

@sjohannes sjohannes added this to the v1.1 milestone Oct 25, 2018
@vonqo
Copy link
Author

vonqo commented Oct 25, 2018

There is still more

../gst/moodbar/gstfastspectrum.h:36:10: fatal error: 'gst/audio/gstaudiofilter.h' file not found
#include <gst/audio/gstaudiofilter.h>

sjohannes added a commit that referenced this issue Aug 31, 2020
This caused a dependency on gstappsink.h, which isn't used otherwise.

Fixes: #6
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