tenspd137
tenspd137
Hello - I am trying to build on a gentoo system, and the build keeps failing with: libnspr4.so 129:48.30 TEST-UNEXPECTED-FAIL | check_stdcxx | We do not want these libc symbol...
Using ubuntu 20.04, cling is hard to install, but guix supplies an install method. cling is on the path - I can run it from a terminal, but when I...
I have freetype installed on my system - after cloning per instructions and then: mkdir build cd build cmake -DIMGUI_FREETYPE_ON .. ``` CMake Error at CMakeLists.txt:29 (FIND_PACKAGE): Could not find...
Using rules_python, a person can add multiple toolchains - for example: ```bzl python = use_extension("@rules_python//python/extensions:python.bzl", "python") python.toolchain( configure_coverage_tool = True, python_version = "3.8", ) python.toolchain( configure_coverage_tool = True, # Only...