axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] aldor/axiom interoperability


From: Bill Page
Subject: Re: [Axiom-developer] aldor/axiom interoperability
Date: Fri, 14 Mar 2008 17:36:34 -0400

On 3/14/08, Bill Page wrote:
> On 3/13/08, Gregory Vanuxem wrote:
>  > ...
>  >  The output is :
>  >
>  >  Looking in OutputPackage() for ??349042727  with code 483270060
>  >  and an error message : "export not found"
>  >
>
>

As shown at

  http://axiom-wiki.newsynthesis.org/SandBoxEcfact

This problem seems to be related only the use of 'output' from inside
an Aldor function:

-------- file: testoutput.as ------
#include "axiom.as"
#pile
TestOutput: with
        testOutput: (Integer)                   -> Integer
    == add
        import from String
        import from OutputPackage
        testOutput(x:Integer):Integer ==
          output("help!")
          x
---------

(1) -> )co testoutput.as

   Compiling FriCAS source code from file
      /var/zope2/var/LatexWiki/7970768026816943239-25px003.as using
      AXIOM-XL compiler and options
-O -Fasy -Fao -Flsp -laxiom -Mno-AXL_W_WillObsolete -DAxiom -Y $AXIOM/algebra
      Use the system command )set compiler args to change these
      options.
#1 (Warning) Deprecated message prefix: use `ALDOR_' instead of `_AXL'
   Compiling Lisp source code from file
      ./7970768026816943239-25px003.lsp
   Issuing )library command for 7970768026816943239-25px003
   Reading /var/zope2/var/LatexWiki/7970768026816943239-25px003.asy
   TestOutput is now explicitly exposed in frame initial
   TestOutput will be automatically loaded when needed from
      /var/zope2/var/LatexWiki/7970768026816943239-25px003

(1) -> testOutput(1)
Looking in OutputPackage() for ??349042727  with code 320506156
   >> System error:
   FOAM-USER::|fiRaiseException| is invalid as a function.

Regards,
Bill Page.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]