Daniel Richard G.
Daniel Richard G.
I have my own builds of the **GTest** and **benchmark** libraries that I want to use in the cpuinfo build, but the `USE_SYSTEM_LIBS` option assumes that these are installed in...
...without touching a Windows PC. This should make possible a u-c build that is... * More easily reproducible and CI-friendly, since no manual "install Visual Studio on your PC" step...
Hello all. At long last, I've had an opportunity to read up on / experiment with [OBS](https://build.opensuse.org/), and have put together a design proposal for a release-automation system to replace...
Hello everyone, I recently discovered this project. It is similar to a home-rolled framework I have been using for some time which provides equivalent functionality. I'd like to get rid...
I am using `ctrtool` to unpack an existing ROM, and would like to use `makerom` to repack it (after making modifications to files in the RomFS). However, I see that...
I am building Leptonica on a variety of (POSIX) platforms, and have found a few minor issues hindering its portability. First, I'll present a few straightforward fixes. 1. Some compilers...
I am building Leptonica for use in a software system where image I/O and compression are handled by other components. Therefore, I configure with ``` --without-zlib --without-libpng --without-jpeg --without-giflib --without-libtiff...
On POSIX systems, `soundio_os_init_mirrored_memory()` calls `mkstemp()` to create a temporary file as a basis for a later `mmap()` call. However, the `mkstemp.3` man page states ``` The old behavior of...
When compiling `os.c` on FreeBSD, you need to zap `_POSIX_C_SOURCE` or else you get this: ``` [ 9%] Building C object CMakeFiles/unit_tests.dir/src/os.c.o In file included from /tmp/libsoundio/src/os.c:74: /usr/include/sys/event.h:61:2: error: unknown...
(Re-push of #1384) I am building the project in a restricted environment that does not allow network access (so FetchContent is not usable), and already have a pre-compiled build of...