Kai Pastor

Results 944 comments of Kai Pastor
trafficstars

> have already solved. OS need to do is install the libncurses5-dev library. No? Port libmysql depends on port ncurses, so it must come from vcpkg, not the OS. But...

> `~/project/build/vcpkg_installed/x64-osx/share/sdl3/SDL3Config.cmake` `x64-windows` has dynamic library linkage and builds SDL3-shared. `x64-osx` has static library linkage and builds SDL3-static. `x64-osx-dynamic` has dynamic library linkage and builds SDL3-shared.

ATM it needs a `vcpkg format-manifest ports/kf5archive/vcpkg.json`.

Mabye the sdl2-image config log should be consulted first.

Also, report here which version of port sdl2-image you are installing. Without a good report, you can't expect a useful response.

Okay, the versions are up-to-date. It is still strange that jpeg is reported as unsupported. The port's cmake options look okay w.r.t. to the package's sources. There should be logs...

According to these logs, sdl2_image should really have the desired JPEG write support: ~~~ -- Configuring SDL2_image 2.8.2 -- SDL2_image: Using system libjpeg -- Found JPEG: optimized;C:/Users/GPerniola/source/repos/vcpkg/installed/x64-windows/lib/jpeg.lib;debug;C:/Users/GPerniola/source/repos/vcpkg/installed/x64-windows/debug/lib/jpeg.lib (found version "62")...

> Doing a little of debugging it seems some defines aren't set, like LOAD_JPG. But they are used only when you build sdl2_image, and the log says they are defined...

> Does it compile if you just remove this include block? Maybe if I adjust the typedefs. https://github.com/OpenVPN/openvpn3/blob/9cafba7c7ed1ac8e3237cb19d5b7a626ad830de3/openvpn/transport/socket_protect.hpp#L43-L47 I can't test now, but it might do another vcpkg CI run...