In Arch linux there is no libcc++-dev, only a libc++experimental.
Installing this package I have the same installation problems as with
just the libc++ library (already present). I can't even find packages
regarding mdk-sdk API, so probably the source of the errors is this
lack.
try this pkgbuild, no mwk-sdk spotted ...
oh, no, its here ... just binary so file?
# I can't find any existing package for this file.
install -Dm0755 "target/release/libmdk.so.0" "${pkgdir}/opt/${_pkgname}/libmdk.so.0"
cp -a "resources/camera_presets" "${pkgdir}/opt/${_pkgname}"
but does this make sense? I mean gpl3 supposedly software sneaking binary library with unclear license ....
but yeah ... hopefully first project will give you adequate results? (but opencl over rusticl in mesa still very WIP)