From 2dd3fed62fee80fecc9a3f3b9fbc7425fc77f768 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 31 May 2026 12:59:59 -0400 Subject: [PATCH] add info block for stddef issues --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4587b63..702fd89 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,13 @@ Generate Gomuks bindings: dart scripts/generate.dart ``` +> [!NOTE] +> If you are having issues with `stddef.h` not being found, try setting CPATH manually: +> +> ```sh +> export CPATH="$(clang -v 2>&1 | grep "Selected GCC installation" | rev | cut -d' ' -f1 | rev)/include" +> ``` + Build generated files, and watch for new changes: ```sh