Compiling RT (dev) with Win11/Mingw64 works fine. But Mingw64 seems to be depricated. During compiling with ucrt64 I get the error message
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:290 (message):
Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:654 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake/Modules/FindJPEG.cmake:139 (find_package_handle_standard_args)
cmake/Dependencies.cmake:17 (find_package)
CMakeLists.txt:442 (rt_setup_dependencies)
I am not a IT-specalist and don’t know how to circumvent this problem. Any hint is very much appreciated.