Ryan Carsten Schmidt
Ryan Carsten Schmidt
> This is only happening on the macOS 14 runner. Might be worth rechecking after fixes for https://trac.macports.org/ticket/69661 happen.
> Can’t say it’s of tremendous utility, but it works: It's not intended to be of tremendous utility as a standalone web browser. litehtml is an HTML-rendering library intended to...
> The automatic MacPorts BuildBot fails for v3.0 for macOS 13 on Intel: https://github.com/macports/macports-ports/actions/runs/8404522873/job/23016874695 I still haven't figured out how to obtain `/opt/local/var/macports/logs/_Users_runner_work_macports-ports_macports-ports_ports_aqua_ssh-askpass-mac/ssh-askpass-mac/main.log` from the MacPorts BuildBot to see what...
> I suspect that the required SDK for macOS 13 is no longer included the used Xcode version 15.0.1. You would probably have to use an older xcode version. But...
Can't diagnose without seeing contents of CMakeError.log and CMakeOutput.log.
I used the updated MacPorts libsdl Portfile as per [this PR](https://github.com/macports/macports-ports/pull/7314). But if you're not using MacPorts or want to do it manually you should be able to download and...
In fact I bet there's a CMake `find_package` incantation that could locate libgs for you or could be overridden by the user in the usual way if desired; then you...
I could opine that it is erroneous to define `__LINUX__` on all non-Apple Unix operating systems. I'm sure people on various BSD operating systems would object to that. There's only...
Since OS detection can be a bit convoluted, and since you're already using boost, you could leverage the [BOOST_OS](https://www.boost.org/doc/libs/1_85_0/libs/predef/doc/index.html#_boost_os_operating_system_macros) macros. The documentation isn't very detailed though so you'd want to...
Using the new behavior of CMP0167 would mean requiring cmake 3.30 which was just released one month ago today. That would be a problem for the many Linux distributions that...