Dear Ralf, > http://sage.math.washington.edu/home/hemmecke/pub/fricas-trunk-r673.tar.bz2
Thank you for the tarball of FriCAS trunc ... I have extracted the sources and done the following: * I copied the aldor files into /src/aldor * (including the Makefile.in with your changes) * I made a build-dir directory and did a ../configure --with-listp=<pth>/sbcl --enable-aldor * I issued make The outcome is shown below, it compiles for quite a while, but gets once more stuck within the aldor build, this time it seems that a file 'lang.ao' is missing during the build of minimach.as, several other aldor files seems to have been processed correctly.... There is a file lang.as in the aldor subdirectory <fricas>/src/aldor/ In <fricas>/src/aldor/ap is a (single) file called lang.ap In the aldor directory <myaldor>/aldor/linux/1.0.3/lib there is a file lang.lsp Still confused BF. -- % PD Dr Bertfried Fauser % Research Fellow, School of Computer Science, Univ. of Birmingham % Honorary Associate, University of Tasmania % Privat Docent: University of Konstanz, Physics Dept <http://www.uni-konstanz.de> % contact |-> URL : http://clifford.physik.uni-konstanz.de/~fauser/ % Phone : +49 1520 9874517 test -f gendeps/XRPOLY.dep echo ')lisp (load "../../../src/aldor/gendepap.lsp")' > tmp/dep_YSTREAM.lsp echo ')lisp (generate-deps (quote (YSTREAM)))' >> tmp/dep_YSTREAM.lsp echo ')lisp (quit)' >> tmp/dep_YSTREAM.lsp DAASE=/home/fauser/fricas-trunk/build-dir/target/i686-suse-linux /home/fauser/fricas-trunk/build-dir/target/i686-suse-linux/bin/AXIOMsys < tmp/dep_YSTREAM.lsp > tmp/dep_YSTREAM.log test -f gendeps/YSTREAM.dep echo ')lisp (load "../../../src/aldor/gendepap.lsp")' > tmp/dep_ZDSOLVE.lsp echo ')lisp (generate-deps (quote (ZDSOLVE)))' >> tmp/dep_ZDSOLVE.lsp echo ')lisp (quit)' >> tmp/dep_ZDSOLVE.lsp DAASE=/home/fauser/fricas-trunk/build-dir/target/i686-suse-linux /home/fauser/fricas-trunk/build-dir/target/i686-suse-linux/bin/AXIOMsys < tmp/dep_ZDSOLVE.lsp > tmp/dep_ZDSOLVE.log test -f gendeps/ZDSOLVE.dep echo ')lisp (load "../../../src/aldor/gendepap.lsp")' > tmp/dep_ZLINDEP.lsp echo ')lisp (generate-deps (quote (ZLINDEP)))' >> tmp/dep_ZLINDEP.lsp echo ')lisp (quit)' >> tmp/dep_ZLINDEP.lsp DAASE=/home/fauser/fricas-trunk/build-dir/target/i686-suse-linux /home/fauser/fricas-trunk/build-dir/target/i686-suse-linux/bin/AXIOMsys < tmp/dep_ZLINDEP.lsp > tmp/dep_ZLINDEP.log test -f gendeps/ZLINDEP.dep echo ')lisp (load "../../../src/aldor/gendepap.lsp")' > tmp/dep_ZMOD.lsp echo ')lisp (generate-deps (quote (ZMOD)))' >> tmp/dep_ZMOD.lsp echo ')lisp (quit)' >> tmp/dep_ZMOD.lsp DAASE=/home/fauser/fricas-trunk/build-dir/target/i686-suse-linux /home/fauser/fricas-trunk/build-dir/target/i686-suse-linux/bin/AXIOMsys < tmp/dep_ZMOD.lsp > tmp/dep_ZMOD.log test -f gendeps/ZMOD.dep touch domaindepfiles aldor -Fap=tmp/lang.ap ../../../src/aldor/lang.as sed -e 's/\([->A-Za-z0-9\\]\+\)/|\1|/g' tmp/lang.ap > ap/lang.ap echo ')lisp (load "../../../src/aldor/gendepap.lsp")' > tmp/dep_lang.lsp echo ')lisp (generate-deps-from-ap-files (quote (|lang|)))' >> tmp/dep_lang.lsp echo ')lisp (quit)' >> tmp/dep_lang.lsp echo 'Generating dependency of lang.' Generating dependency of lang. DAASE=/home/fauser/fricas-trunk/build-dir/target/i686-suse-linux /home/fauser/fricas-trunk/build-dir/target/i686-suse-linux/bin/AXIOMsys < tmp/dep_lang.lsp > tmp/dep_lang.log test -f gendeps/lang.dep aldor -Fap=tmp/minimach.ap ../../../src/aldor/minimach.as #1 (Fatal Error) Could not open file `lang.ao'. make[2]: *** [ap/minimach.ap] Error 1 make[2]: Leaving directory `/home/fauser/fricas-trunk/build-dir/src/aldor' make[1]: *** [all-aldor] Error 2 make[1]: Leaving directory `/home/fauser/fricas-trunk/build-dir/src' make: *** [all-src] Error 2 fau...@moby:~/fricas-trunk/build-dir> locate lang.ao fau...@moby:~/fricas-trunk/build-dir> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
