Re: [Axiom-developer] aldor/axiom interoperability

2008-03-14 Thread Bill Page
Greg, On 3/14/08, I wrote: > > 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 >

[Axiom-developer] 20080314.01.wxh.patch (heugcd fricas rev 256)

2008-03-14 Thread daly
The ``--disable-nls'' means diff --git a/changelog b/changelog index 6a0d90e..1076313 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +20080314 tpd Makefile --enable-maxpage=512*1024 due to kamke2 +20080314 tpd src/input/Makefile add heugcd.input +20080314 tpd src/input/heugcd.inp

Re: [Axiom-developer] aldor/axiom interoperability

2008-03-14 Thread Bill Page
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

Re: [Axiom-developer] aldor/axiom interoperability

2008-03-14 Thread Bill Page
On 3/13/08, Gregory Vanuxem wrote: > ...The main concern of this mail is if you are able to > compile ecfact.as (attached) and _execute_ the > LenstraEllipticMethod(Integer) function. On my system > it fails, a bug somewhere. Am I alone with this issue ? > Martin ? I'm still using the old build pr

Re: [Axiom-developer] aldor/axiom interoperability

2008-03-14 Thread Bill Page
On 3/14/08, Waldek Hebisch wrote: > Bill Page wrote: Actually just to be clear: I only reported successfully using the modified hashcode routine that was originally posted to the list by Peter Broadbery without further explanation. Martin then presented this as the patch below. > Martin Rubey wro

Re: [Axiom-developer] aldor/axiom interoperability

2008-03-14 Thread Waldek Hebisch
Bill Page wrote: > Here it is: > > Index: src/interp/hashcode.boot > === > --- src/interp/hashcode.boot (Revision 183) > +++ src/interp/hashcode.boot (Arbeitskopie) > @@ -55,7 +55,7 @@ > hash := hashCombine(

Re: [Axiom-developer] aldor/axiom interoperability

2008-03-14 Thread Peter Broadbery
On Thu, Mar 13, 2008 at 9:21 PM, Gregory Vanuxem <[EMAIL PROTECTED]> wrote: > Dear Peter, * > > I was waiting for your small Aldor patch and never see it. Did you send > it somewhere ? The main concern of this mail is if you are able to > compile ecfact.as (attached) and _execute_ the > Lenstra

Re: [Axiom-developer] aldor/axiom interoperability

2008-03-14 Thread Martin Rubey
Dear all, unfortunately, I'm also having (severe) problems. My setup is as follows: fricas rev 258 [EMAIL PROTECTED]:/local/scratch/fricas$ svn diff Index: src/interp/hashcode.boot === --- src/interp/hashcode.boot(Revision 258)