[Aldor-l] [Axiom-developer] aldor/axiom interoperability
Bill Page
bill.page at newsynthesis.org
Fri Mar 14 17:36:34 EDT 2008
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.
More information about the Aldor-l
mailing list