RE: [Axiom-developer] boot : valid type checker

2007-04-08 Thread Bill Page
On April 7, 2007 6:53 AM Gregory Vanuxem wrote: > ... > (8) -> DirectProduct(3,IntegerNumberSystem) > >(8) DirectProduct(3,IntegerNumberSystem) > Type: Domain > (9) -> [1,2,3]::% > >>> System error: >NIL is not of type CONS. > > The interpeter

RE: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-08 Thread Bill Page
Gaby, On April 8, 2007 7:14 PM you wrote: > ... > Bill Page wrote: > | Perhaps I just screwed up the previous patch last night. The build > | completed this time but I did have to make the following additional > | patch: > | > | -bash-3.00$ svn diff src/sman/Makefile.pamphlet > | Index: src/sman

[Axiom-developer] RE: building wh-sandbox on Axiom on Solaris 10.2 x86

2007-04-08 Thread gdr
Quoting Bill Page <[EMAIL PROTECTED]>: Perhaps wh-sandbox needs some more of the autoconf magic that is now part of build-improvements? Can you suggest how to proceed? Cherry picking from axiom.build-improvements is asking for trouble. I would have thought that merge from axiom.build-improve

[Axiom-developer] HyperDoc

2007-04-08 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: [...] | I think the build is ok now and I can start AXIOMsys. But I | do get an error when I try hyperdoc: | | -bash-3.00$ axiom | (HyperDoc) read_ht_db: No ht.db file found OK, I found where the bug comes from. It is a very stupid bug. A while ago, I a

Re: [Axiom-developer] building wh-sandbox on Axiom on Solaris 10.2 x86

2007-04-08 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: | Waldek, | | My attempt to build wh-sandbox from the most recent source | fails with a configure error: | | -bash-3.00$ svn co | https://axiom.svn.sourceforge.net/svnroot/axiom/branches/wh-sandbox | ... | Awh-sandbox/configure.ac.pamphlet | Awh-sa

Re: [Axiom-developer] building wh-sandbox on Axiom on Solaris 10.2 x86

2007-04-08 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: | Waldek, | | My attempt to build wh-sandbox from the most recent source | fails with a configure error: | | -bash-3.00$ svn co | https://axiom.svn.sourceforge.net/svnroot/axiom/branches/wh-sandbox | ... | Awh-sandbox/configure.ac.pamphlet | Awh-sa

Re: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-08 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: | Gaby, | | On April 8, 2007 2:13 PM you wrote: | > ... | > "Bill Page" <[EMAIL PROTECTED]> writes: | > | | > | Sorry, the earlier patch also did not work on 'i386-pc-solaris2.10'. | > | The same error as before. No -lsocket was added to the gcc command.

Re: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-08 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: [...] | > | I will revert the earlier patch and svn update and try again. | > | | > | The first thing to check immedately after ./configure is the | > | src/sman/Makefile, I guess... | > | > Yes, see what gets substituted there. | > | | I think the buil

[Axiom-developer] RE: building wh-sandbox on Axiom on Solaris 10.2 x86

2007-04-08 Thread Bill Page
Waldek, Ok, I think I have a real problem to report this time. The configure worked but make fails as shown below: -bash-3.00$ make 2>&1 | tee -a build.log cd ../wh-sandbox && notangle -t8 Makefile.pamphlet > Makefile.inp \ && mv Makefile.inp Makefile.in cd /export/home0/wspage/axiom-san

[Axiom-developer] RE: building wh-sandbox on Axiom on Solaris 10.2 x86

2007-04-08 Thread Bill Page
On April 8, 2007 6:06 PM I wrote: > > My attempt to build wh-sandbox from the most recent source > fails with a configure error: > ... > -bash-3.00$ ../wh-sandbox/configure 2>&1 | tee build > ... > config.status: creating src/doc/Makefile > mkdir: "build/scripts": Not a directory > config.status:

[Axiom-developer] building wh-sandbox on Axiom on Solaris 10.2 x86

2007-04-08 Thread Bill Page
Waldek, My attempt to build wh-sandbox from the most recent source fails with a configure error: -bash-3.00$ svn co https://axiom.svn.sourceforge.net/svnroot/axiom/branches/wh-sandbox ... Awh-sandbox/configure.ac.pamphlet Awh-sandbox/axiomlogo.jpg Checked out revision 496. -bash-3.00$ mkd

RE: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-08 Thread Bill Page
Gaby, On April 8, 2007 2:13 PM you wrote: > ... > "Bill Page" <[EMAIL PROTECTED]> writes: > | > | Sorry, the earlier patch also did not work on 'i386-pc-solaris2.10'. > | The same error as before. No -lsocket was added to the gcc command. > > Huh. It was added on my machine and compiler-link f

Re: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-08 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: | Gaby, | | On April 8, 2007 10:59 AM you wrote: | > ... | > The patch I sent did not work on GNU/Linux boxes, for the reason | > that there is no separate libsocket library. Consequently, we | > must special case the addition for solaris-based systems.

RE: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-08 Thread Bill Page
Gaby, On April 8, 2007 10:59 AM you wrote: > ... > The patch I sent did not work on GNU/Linux boxes, for the reason > that there is no separate libsocket library. Consequently, we > must special case the addition for solaris-based systems. I've > checked in a patch that does that and passes the

Re: [Axiom-developer] FW: Axiom on Solaris 10.2 x86

2007-04-08 Thread Gabriel Dos Reis
Gabriel Dos Reis <[EMAIL PROTECTED]> writes: [...] | You're almost there. Please could you try the patch below? The patch I sent did not work on GNU/Linux boxes, for the reason that there is no separate libsocket library. Consequently, we must special case the addition for solaris-based system

RE: [Axiom-developer] Re: [Axiom-commit] SF.net SVN: axiom: [491]branches/build-improvements

2007-04-08 Thread Weiss, Juergen
> [EMAIL PROTECTED] writes: > As of revision 491, I added a configure option --enable-checking for > requesting runtime checking of Lisp codes, e.g. (proclaim '(optimize > (safety 3))). > That has the side effect of dramatically increasing the overall > compilation time. In return, you get to kno

Re: [Axiom-developer] build-improvements revision 491

2007-04-08 Thread Gabriel Dos Reis
"Bill Page" <[EMAIL PROTECTED]> writes: | Gaby, | | After 'svn update' to revision 491 my attempt to build Axiom | from build-improvements threw the following error: | | ... | ./../../build/scripts/document --tangle --output=i-output.boot | ../../../build-improvements/src/interp/i-output.boot.pa