Hi Waldek,
for trunk@1056 you've applied the following patch below.
This doesn't look too obvious to me. What exactly does this have to do
with the commit message
"Fix build with newer sbcl."
?
Side remark: Maybe not so surprising...
When I apply this patch to trunk@1037, the formerly broken fricas build
now builds without problem. (But I still have the same problem with
building libaxiom.al. --- Now I can dig deeper to find out which file
compiles better with DEPSYS than with BOOTSYS.)
I am on Ubuntu Natty (64bit)
$ sbcl --version
SBCL 1.0.45.0.debian
Ralf
diff --git a/src/boot/tytree1.boot b/src/boot/tytree1.boot
index 3802a45..ed75cf1 100644
--- a/src/boot/tytree1.boot
+++ b/src/boot/tytree1.boot
@@ -710,7 +710,7 @@ shoeCompTran x==
if $fluidVars or $locVars or $dollarVars or $typings
then
lvars:=append($fluidVars,$locVars)
- $fluidVars:=UNION($fluidVars,$dollarVars)
+ -- $fluidVars:=UNION($fluidVars,$dollarVars)
if null $fluidVars
then
null $typings=> shoePROG(lvars,body)
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.