Hi Waldek,
seemingly, commit b3949674b6ec5234c9756b8ff475b87e4820323f broke
something in the FriCAS Aldor connection.
For the attached files, I get ... (see below).
Unfortunately, I am unable to see where it comes from.
Ralf
%%% (1) -> )co
funny.as
Compiling FriCAS source code from file
/home/hemmecke/backup/git/fricas-bisect/aldortest/
funny.as using
Aldor compiler and options
-O -Fasy -Fao -Flsp -lfricas -Mno-ALDOR_W_WillObsolete -DFriCAS -Y
$FRICAS/algebra -I $FRICAS/algebra
Use the system command )set compiler args to change these
options.
Compiling Lisp source code from file ./funny.lsp
Issuing )library command for funny
Reading #P"/home/hemmecke/backup/git/fricas-bisect/aldortest/funny.asy"
WARNING:
(get_database FunnySeries modemaps) failed
>> System error:
The function BOOT::|database-constructorform| is undefined.
===============================================================
%%% (2) -> )compile
simple.as
Compiling FriCAS source code from file
/home/hemmecke/backup/git/fricas-bisect/aldortest/
simple.as using
Aldor compiler and options
-O -Fasy -Fao -Flsp -lfricas -Mno-ALDOR_W_WillObsolete -DFriCAS -Y
$FRICAS/algebra -I $FRICAS/algebra
Use the system command )set compiler args to change these
options.
Compiling Lisp source code from file ./simple.lsp
Issuing )library command for simple
Reading #P"/home/hemmecke/backup/git/fricas-bisect/aldortest/simple.asy"
WARNING:
(get_database dd1 modemaps) failed
>> System error:
The function BOOT::|database-constructorform| is undefined.