Hi,
I noticed Chicken 5.2.0 is now failing to build as a debian package on Gnu
Hurd with the error.
runtime.c: In function 'C_resolve_executable_pathname':
runtime.c:12849:3: error: #error "Please either define SEARCH_EXE_PATH in
Makefile.<platform> or implement C_resolve_executable_pathname for your
platform!"
12849 | # error "Please either define SEARCH_EXE_PATH in
Makefile.<platform> or implement C_resolve_executable_pathname for your
platform!"
| ^~~~~
This is confusing because it looks like SEARCH_EXE_PATH is defined to 1 in
Makefile.hurd.
*Andrew Eggenberger*