I compiled "Fix fricas-aldor interface" fa45633db5587c104bcdd4e9a1889bd1650a3901 just fine.
However, now I realized that there still seems to be a problem.

For the attached files I get the following, but have no idea where I should look for the source of the problem.

With sieve.as I have the same problem. When calling sieve(10) it yields

(1) ->
   >> System error:
   The function FOAM-USER::|fiRaiseException| is undefined.

I use:

Aldor version 1.3.0(ac0a8a0b9d37d6c937615dfd4301b862817590cb) for LINUX(glibc2.10+)

Any idea how to trace this down?

Ralf

(1) ->    Compiling FriCAS source code from file
      /dev/shm/hemmecke/fricas/b/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 /dev/shm/hemmecke/fricas/b/aldortest/funny.asy
   FunnySeries is now explicitly exposed in frame initial
   FunnySeries will be automatically loaded when needed from
      /dev/shm/hemmecke/fricas/b/aldortest/funny
(1) -> Type: Void (2) -> Type: Void (3) -> Type: Void (4) -> Type: Void
(5) ->
   (5)  0
Type: Fraction(Integer)
(6) ->
   (6)  z
Type: Symbol
(7) ->
   (7)  1
Type: UnivariateLaurentSeries(Fraction(Integer),z,0)
(8) ->
   (8)  z
Type: UnivariateLaurentSeries(Fraction(Integer),z,0)
(9) ->
   >> System error:
   The function FOAM-USER::|fiRaiseException| is undefined.

(9) ->
   sx is declared as being in FunnySeries(Fraction(Integer),z,0) but
      has not been given a value.

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/6c912315-039b-7747-0e25-8451e37e4c23%40hemmecke.org.

Attachment: funny.as
Description: application/applix-spreadsheet

)compile funny.as
Z ==> Integer
Q ==> Fraction Z
L ==> UnivariateLaurentSeries(Q, v, c)
S ==> FunnySeries(Q, v, c)
c: Q := 0
v: Symbol := "z" :: Symbol
l1: L := 1$L
lx: L := integrate l1
sx: S := lx :: S
sx + sx

Attachment: sieve.as
Description: application/applix-spreadsheet

Reply via email to