Visualizations

As promised, I’ve taken a look at this.

At least under Kodi v20 (Nexus), it seems to be a no…

checking whether gcc is Clang... no
checking whether pthreads work with -pthread... no
checking whether pthreads work with -pthreads... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -pthread... no
checking whether pthreads work with -pthreads... no
checking whether pthreads work with -mthreads... no
checking for the pthreads library -lpthread... no
checking whether pthreads work with --thread-safe... no
checking whether pthreads work with -mt... no
checking for pthread-config... no
configure: error: pthreads not found

There is at the least a shared library issue dependency issue here.
I suspect a backport / fix will be too late now in this cycle, so if it’s broken with v21, then we can get it fixed there. It’s possible it could be fixed upstream but the fix pointed to above is for Kodi v1 and not v20.

Sam

3 Likes