oltolm
oltolm
The current version of the package is 2.82 https://packages.msys2.org/base/mingw-w64-glibmm-2.68. You are using an outdated and unsupported package version.
What does `3rdparty/wolfssl/wolfssl/wolfssl/options.h` look like in the build directory? It's the only other place where `OPENSSL_EXTRA` is defined beside the command like. Also make sure you have no `3rdparty/wolfssl/wolfssl/wolfssl/options.h` in...
> @oltolm: > > `rpcs3/build/3rdparty/wolfssl/wolfssl/wolfssl/options.h`: [options.h.zip](https://github.com/user-attachments/files/16325267/options.h.zip) (zipped since GH does't permit uploading files with .h extensions) The only reference to OPENSSL_EXTRA is: `#undef OPENSSL_EXTRA` That's the problem. It's not being...
I don't know why it happens. You could try uncommenting the commented lines 2340 and 2343 in `3rdparty\wolfssl\wolfssl\CMakeLists.txt` to enable `message` logging. Like this ``` foreach(DEF IN LISTS WOLFSSL_DEFINITIONS) string(REGEX...
I think I know what the problem is and I created a [PR](https://github.com/wolfSSL/wolfssl/pull/7834) upstream.
My PR has been merged upstream.
You can look at [NEWS](https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-16.3-release) and search for `* Python API`.
I fixed the problems and added a commit that makes "Enter" focus the HTML window. I wanted to submit it in a later PR, but it probably makes sense in...
Yes it's the list control and not the tree control. I tested it on Windows. I know it's not supported, so if it's working for you I'm OK with closing...