Also need to be patched for missing headers
/build/rstudio-desktop/src/build/_deps/yaml-cpp-src/src/emitterutils.cpp:221:11: error: ‘uint16_t’ was not declared in this scope
221 | std::pair<uint16_t, uint16_t> EncodeUTF16SurrogatePair(int codePoint) {
| ^~~~~~~~
/build/rstudio-desktop/src/build/_deps/yaml-cpp-src/src/emitterutils.cpp:13:1: note: ‘uint16_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
12 | #include "yaml-cpp/null.h"
+++ |+#include <cstdint>
13 | #include "yaml-cpp/ostream_wrapper.h"
Pinned Comments
xiota commented on 2025-03-01 05:16 (UTC) (edited on 2025-05-01 20:46 (UTC) by xiota)
Packaging notes:
pacman -Syudd
prior to rebuilding. This is unnecessary when building in a clean chroot.: ${var:=value}
can be set in the environment prior to build.var=value makepkg -rsC
; Method for AUR helpers may vary.extra-x86_64-build -- var=value
Problems?