Hi,
Em sexta-feira, 6 de agosto de 2021, às 19:55:17 -03, Thiago Jung Bauermann
escreveu:
> I was able to build your patch using this one.
Actually no. Sorry, I spoke too soon. It still fails.
Back to the drawing board.
--
Thanks,
Thiago
The SCons build system sets the compiler include path from the $CPPPATH
environment variable while GCC and Guix use $C_INCLUDE_PATH, so set the
former with the value of the latter.
* guix/build/scons-build-system.scm (build): Set $CPPPATH from
$C_INCLUDE_PATH.
---
Hi Leo,
I was able to build you