Re: Removal of hppa support
John Paul Adrian Glaubitz <[email protected]>
| Newsgroups | gmane.linux.debian.ports.hppa,gmane.lisp.guile.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! On 2/4/20 12:23 PM, Andy Wingo wrote: >> On 1/27/20 4:46 PM, Andy Wingo wrote: >>> William is correct. HPPA support is not gone from Guile; and indeed >>> it's good to hear from you :) I wasn't sure there were any IA64 users >>> remaining. >> >> It fails to build from source on Debian hppa, however: > > Thanks for these reports and apologies for the breakages. Looking > forward to the patches. Sure. Just sent the one for hppa. >> I fixed the preprocessor conditional, but then I'm running into another >> issue: >> >> continuations.c: In function 'capture_auxiliary_stack': >> continuations.c:152:7: warning: implicit declaration of function 'getcontext' [-Wimplicit-function-declaration] > > Probably a missing include for ucontext.h. It's there: #if SCM_HAVE_AUXILIARY_STACK #include <ucontext.h> #endif There are some more issues. I wills send a patch for ia64 in a bit. Adrian