Hello,
Trying to start FriCAS using FRICASsys without any env variable related to riCAS leads to:
$ /home/greg/.local/lib/fricas/target/x86_64-linux-gnu/bin/FRICASsys
debugger invoked on a UNBOUND-VARIABLE @5472CE50 in thread
#<THREAD tid=1654 "main thread" RUNNING {1001380003}>:
The variable |binparent_dir| is unbound.
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [CONTINUE ] Retry using |binparent_dir|.
1: [USE-VALUE ] Use specified value.
2: [STORE-VALUE] Set specified value and use it.
3: [ABORT ] Exit from the current thread.
(|initroot|)
source: (STRCONC |binparent_dir| "algebra/interp.daase")
0
I am assuming from 'grep' that even with the FRICAS env var defined, this will not solve this?
- Greg