Compiling sfcb 1.3.14 fails with
utilTypeCk.c:28:25: fatal error: cmpi/cmpidt.h: No such file or directory
Looks like this file depends on the system cmpi header files instead of using sfcb's own ones.
Not sure how to fix this. It might be worthwhile to remove cmpi*h files from sfcb and use the ones from cmpi-devel instead
Possible patch
The 1.4 branch will use cmpi-devel, but 1.3 should still be using the included headers. This was an oversight.
committed to HEAD