I'm trying to build for RazPi 4 running slarm64-current (an unofficial slackware64 port) with kernel 6.1.3 and a full development set (headers, libs, compilers,tools).
I'm playing 'whack-a-mole' with the dependencies, which is ok, but the build can't find tinyxml. Tinyxml2 package is built and installed from git. Any suggestions for me pls?
QuoteDisplay Moredec@SrarrowFart:~/xbmc/build$ cmake --install-prefix=/usr -Dlibdir=/usr/lib64 -DAPP_RENDER_SYSTEM=gl ..
[SNIP!]
-- Found KissFFT: /home/dec/xbmc/xbmc/contrib
CMake Error at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find TinyXML (missing: TINYXML_LIBRARY)
Call Stack (most recent call first):
/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/FindTinyXML.cmake:36 (find_package_handle_standard_args)
cmake/scripts/common/Macros.cmake:372 (find_package)
cmake/scripts/common/Macros.cmake:386 (find_package_with_ver)
CMakeLists.txt:220 (core_require_dep)