Re: [Axiom-developer] Re: problem compiling wh-sandbox revision 571 on Windows

2007-06-22 Thread Ralf Hemmecke
I guess it's time I planned on creating an 'axiom-0.2' binary install file... I am a bit confused about the version number. NAG released 2.3. Didn't we once say that the current gold version is Axiom 3.0? What versioning scheme does OpenAxiom now actually have? Does somebody know? Where is th

[Axiom-developer] Re: problem compiling wh-sandbox revision 571 on Windows

2007-06-22 Thread Bill Page
BTW, I did not time it carefully but I think this build of wh-sandbox on Windows, including running the test scripts, took significantly less than half the time of previous versions. Great work. Thanks again. I guess it's time I planned on creating an 'axiom-0.2' binary install file... Regards,

[Axiom-developer] Re: problem compiling wh-sandbox revision 571 on Windows

2007-06-22 Thread Waldek Hebisch
Bill Page wrote: > On 6/20/07, Waldek Hebisch wrote: > > ... > > It looks that 'directory' implementation in GCL is rather messy, so > > I will not try to fix it. However, you can try the following (which > > works like the old code): > > ... > > Thanks! That patch (together with two other previo

[Axiom-developer] Re: problem compiling wh-sandbox revision 571 on Windows

2007-06-22 Thread Bill Page
On 6/20/07, Waldek Hebisch wrote: ... It looks that 'directory' implementation in GCL is rather messy, so I will not try to fix it. However, you can try the following (which works like the old code): ... Thanks! That patch (together with two other previous patches) worked fine. wh-sandbox now

[Axiom-developer] Re: problem compiling wh-sandbox revision 571 on Windows

2007-06-20 Thread Waldek Hebisch
Bill Page wrote: > On 6/19/07, Waldek Hebisch wrote: > > Than I would look what '(directory "*.NRLIB/index.KAF")' in algebra > > directory gives > > -- it should produce list of pathnames to index.KAF files. > > The exact result vary from Lisp to Lisp, but the form above was > > the only one which

[Axiom-developer] Re: problem compiling wh-sandbox revision 571 on Windows

2007-06-19 Thread Waldek Hebisch
Hmm, it looks like we have another GCL problem. Bill Page wrote: > On 6/19/07, Waldek Hebisch wrote: > > ... > > Concerning code in 'daase.lisp.pamphlet': the 'localdatabase' function > > is supposed to read information from files. More preciely, > > 'localdatabase' computes list of files and cal

[Axiom-developer] Re: problem compiling wh-sandbox revision 571 on Windows

2007-06-19 Thread Bill Page
On 6/19/07, Waldek Hebisch wrote: ... Concerning code in 'daase.lisp.pamphlet': the 'localdatabase' function is supposed to read information from files. More preciely, 'localdatabase' computes list of files and calls 'localnrlib' (or other functions) to process each of the files. 'localdatabas

[Axiom-developer] Re: problem compiling wh-sandbox revision 571 on Windows

2007-06-19 Thread Waldek Hebisch
Bill Page wrote: > Here is the result of the test. It seems, as you say, that for some > reason 'make-databases' is not loading any of the *.NRLIB. But oddly, > I can load them manually by the ')lib' command and if I do, then the > error message shifts to the next *.NRLIB. For example: > > >

[Axiom-developer] Re: problem compiling wh-sandbox revision 571 on Windows

2007-06-18 Thread Bill Page
On 6/18/07, Waldek Hebisch wrote: Bill Page wrote: > Well here we are nearly at the end of the algebra build but a problem > occurs while re-building the databases: > > ... > >Cumulative Statistics for Constructor GuessFinite > Time: 0.09 seconds > >finalizing NRLIB GUESSF >Proc

[Axiom-developer] Re: problem compiling wh-sandbox revision 571 on Windows

2007-06-18 Thread Waldek Hebisch
Bill Page wrote: > Well here we are nearly at the end of the algebra build but a problem > occurs while re-building the databases: > > ... > >Cumulative Statistics for Constructor GuessFinite > Time: 0.09 seconds > >finalizing NRLIB GUESSF >Processing GuessFinite for Browser da

[Axiom-developer] Re: problem compiling wh-sandbox revision 571 on Windows

2007-06-18 Thread Bill Page
On 6/18/07, Bill Page wrote: ... Ok, thanks Waldek. That patch appears to have worked. The build just started stage 2 and is continuing. I will let you know when/if it completes normally. Well here we are nearly at the end of the algebra build but a problem occurs while re-building the databas

[Axiom-developer] Re: problem compiling wh-sandbox revision 571 on Windows

2007-06-18 Thread Camm Maguire
Greetings! And thanks for finding this bug. compiler::link did once work on Windows -- apparently subsequent development coupled with our current lack of a Windows maintainer has resulted in this temporary breakage. Here is the function in question: object find_init_name1(char *s,unsigned len)

[Axiom-developer] Re: problem compiling wh-sandbox revision 571 on Windows

2007-06-18 Thread Bill Page
On 6/18/07, Waldek Hebisch wrote: ... Bill, you may try the following. Camm, is this correct? diff -u wh-sandbox.bb2/src/lisp/Makefile.pamphlet wh-sandbox/src/lisp/Makefile.pamphlet --- wh-sandbox.bb2/src/lisp/Makefile.pamphlet 2007-06-18 21:47:51.0 +0200 +++ wh-sandbox/src/lisp/Make

[Axiom-developer] Re: problem compiling wh-sandbox revision 571 on Windows

2007-06-18 Thread Waldek Hebisch
CC-ing Camm, as the problem depends on very specific GCL behavoiur. Bill Page wrote: > Waldek, > > The following change in revsion 571: > > http://axiom.svn.sourceforge.net/viewvc/axiom/branches/wh-sandbox/src/lisp/Makefile.pamphlet?view=diff&r1=570&r2=571 > > seems to cause problems building w

[Axiom-developer] Re: problem compiling wh-sandbox revision 571 on Windows

2007-06-18 Thread Bill Page
Waldek, To continue the build of revision 607 of wh-sandbox, in addition to the patch below I also needed the following patch: === --- src/interp/Makefile.pamphlet(revision 613) +++ src/interp/Makefile.pamphlet(worki