The patch for tinyxml2 does not work here...
I build for github master (LE9) - works here without problems (I build for Generic).
BTW: how to get your latest (unmerged) commits?
there are several ways, maybe easiest
adds my repo to your git
should list all available repos
should get the latest information from all gits
and git checkout 9.0-vdr-epg should switch to my branch
you can ofc also hand pic any change you like
curl -L https://github.com/CvH/LibreELEC.tv/commit/fecfa09d9fe7f98c376834a098d236f268952775.patch | git am -
^^^ that adds an commit + commit it under the original commit message/author
curl -L https://github.com/CvH/LibreELEC.tv/commit/fecfa09d9fe7f98c376834a098d236f268952775.patch | git apply -
^^^ that just merges the changes
all you need is replace the sha256 hash to the commit you like and add .patch