Package: chicken
Version: 3.4.0-1
Severity: normal

Hi,

chicken currently fails to build on Debian GNU/Hurd. Removing the defined(__MACH__) check from the following block in runtime.c seems to fix it. However, it should not be hitting this block at all I don't think since that is wrapped in #ifdef _MSC_VER.

# ifdef C_HACKED_APPLY
#  if defined(__MACH__) || defined(__MINGW32__) || defined(__CYGWIN__)
extern void C_do_apply_hack(void *proc, C_word *args, int count) C_noret;
#  else
extern void _C_do_apply_hack(void *proc, C_word *args, int count) C_noret;
#   define C_do_apply_hack _C_do_apply_hack
#  endif
# endif
#endif


Thank you,

Barry deFreese




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to