On 2020/11/23 17:04, Kurt Mosiejczuk wrote: > I was a bit bewildered for a while as to why picom would error out with > "couldn't find uthash.h" when uthash was a build dependency. I finally > looked at the log and the test program was specifying "-std=c++11" which > base-gcc errored out on. > > So specify ports-gcc in COMPILER fixes the build.
it's C11 not C++11 - probably wants COMPILER_LANGS=c too to avoid the extra dep?