lopers working on it and also a userbase.
I'll second that. As can be seen from Adrian's links, there are no major
issues in building
guile on hppa linux:
I also build it from time to time on hpux11.11.
Regards,
Dave Anglin
--
John David Anglin dave.ang...@bell.net
ed the backends for Itanium, HPPA, Alpha, and SPARC; they have no
>>> Debian ports and there is no situation in which I can afford to do QA on
>>> them. [0]
There is a porter box for hppa and it's free!
I love this page:
https://buildd.debian.org/status/architecture.php
the 2.2 stable branch (v2.2.7).
There is no mra
parameter on 2.2.
Dave
--
John David Anglin dave.ang...@bell.net
On 2020-03-13 12:29 p.m., Andy Wingo wrote:
> On Tue 10 Mar 2020 23:58, John David Anglin writes:
>
>> On 2020-02-08 9:07 a.m., Ludovic Courtès wrote:
>>> John Paul Adrian Glaubitz skribis:
>>>
>>>> * libguile/continuations.c (scm_dynthrow): Fix missi
The following change fixes the build of guile-3.0 using gcc-8 on hpux11.11.
There are three issues addressed:
1) The printf function does not support %zu. Since all the type sizes are
small,
we can use %u and cast the sizeof results to unsigned int.
2) HP-UX 11.11 does not have readdir64 or rea
m/ivmai/bdwgc/blob/master/os_dep.c
>
> Maybe you could try to link this new version and see if the problem with the
> test persist.
>
> Best
> Massimiliano
>
>> On 23. Mar 2020, at 18:17, guile-devel-requ...@gnu.org
>> <mailto:guile-devel-requ...@gnu.org&g
As it stands, guile-1.8.2 doesn't build on hpux because of a few minor
configuration issues.
I've attached a patch which addresses a couple of issues. The two
remaining issues were addressed by hacking the generated config.h
(i.e., I don't have a fix for them).
I initially tried building guile-1