|
From: Raymond T. <toy...@gm...> - 2025-04-24 14:02:12
|
On 4/23/25 9:51 PM, David Scherfgen wrote: > That's great news! > Increasing numerical thresholds should not be a problem, the > differences are probably due to a different order of floating point > operations. By the way, some other Lisps also fail a few numerical > tests, IIRC. > ideally, we should figure out why there’s a difference if it used to pass, but I’m way too lazy to do that. :-( > > I still haven't been able to build GCL on my Ubuntu 22.04.5 system. > The 2.7.1 source distribution (after patching as described on the > website) leads to one error, trying to build from the current Git > master leads to another error. Raymond, could you share your GCL build > procedure? > I don’t think I did anything special. I just cloned the repo, checked out the Version_2.7.1 branch. I think I had to do autoreconf or autoconf because my version of automake/autoconf were older than configure expected. Then a basic configure and make. It takes a long time to build…. I’ll try again on a different machine. I don’t want to mess up the version I have. I usually have a very hard time building gcl if the directory is not pristine. ​ |