Hi Waldek, (hi Kurt), I've just realized that my jupyter-fricas complains about
SIMPLE-FILE-ERROR: Couldn't load "/home/hemmecke/g/fricas-bisect/install/lib/fricas/target/x86_64-unknown-linux/autoload/apply": file does not exist. And indeed the autoload directory is there, but it is empty. I still have an old build-tree where I see... find . -name 'apply.*' ./src/interp/apply.clisp ./src/algebra/axp/autoload/apply.fasl ./target/x86_64-unknown-linux/autoload/apply.fasl (and ./lib/fricas/target/x86_64-unknown-linux/autoload/apply.fasl in the install directory). Now (with some additional commits on top of trunk r2165) I get: find . -name 'apply.*' ./src/interp/apply.clisp ./src/interp/apply.fasl and after "make install" find . -name 'apply.*' does not find anything in the installation directory. Is this to be expected? If the answer is yes, I must ask Kurt how I have to modify the jupyter-fricas interface so that I don't get this SIMPLE-FILE-ERROR anymore. (Note that I have a (at least) half-year old jupyter-fricas.) Best, Ralf -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
