If you set CXX to any value, even valid ones like /usr/bin/g++ or /usr/lib64/colorgcc/bin/g++, the configure script sets HAVE_CXX=no. This cascades through automake and results in some missing includes down the way. Reproducible: Always Steps to Reproduce: 1. in make.conf, set CXX to any value 2. install gst-plugins-taglib Actual Results: In the Makefiles, -I/usr/include/taglib gets set for CFLAGS, but not CXXFLAGS due to the missing CXX-compiler. Workaround: 1) Disable colorgcc for $PN = gst-plugins-taglib or 2) add -I/usr/include/taglib to CXXFLAGS for $PN = gst-plugins-taglib
Created attachment 344056 [details] Build log
Created attachment 344058 [details] config.log
Created attachment 344060 [details] Build log
Looks like bug #449334. *** This bug has been marked as a duplicate of bug 449334 ***