Francisco Facioni
Francisco Facioni
Thanks for the quick response. I thought I was just missing something obvious, thanks!
@djekl, done!
It is already in packagist, just waiting for @thomasbachem to merge this PR to master to make it work.
libsrt was generating srt_static.lib instead of srt.lib on Windows and that was breaking the static build. Added a patch to force the correct name so pkgconfig finds it
Actually it still doesn't work. It's linking against this libs `srt.lib libssl.lib libcrypto.lib crypt32.lib ws2_32.lib` but I'm getting this errors: ``` libcrypto.lib(libcrypto-lib-cryptlib.obj) : error LNK2019: unresolved external symbol __imp_DeregisterEventSource referenced...
Something is missing in openssl pkgconfig
Fixed by adding `-ladvapi32 -luser32` to libcrypto deps
Arm windows is failing at the package osg with something that looks unrelated: ``` CMake Error: try_run() invoked in cross-compiling mode, please set the following cache variables appropriately: _OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED_EXITCODE (advanced)...
Not sure what is going with uwp
Is the OpenEXR problem related to the changes to this PR?