[Axiom-developer] Re: Suggestion

2006-11-04 Thread Alfredo Portes
On 11/5/06, Bill Page <[EMAIL PROTECTED]> wrote: On November 5, 2006 12:52 AM Alfredo Portes asked: > ... > > I agree that BuildAxiom is the right place to add the build > > procedure for OS X. Feel free ... :-) > > I will. I emailed Humberto to see if he can write the steps... > > what is the st

[Axiom-developer] RE: Suggestion

2006-11-04 Thread Bill Page
On November 5, 2006 12:52 AM Alfredo Portes asked: > ... > > I agree that BuildAxiom is the right place to add the build > > procedure for OS X. Feel free ... :-) > > I will. I emailed Humberto to see if he can write the steps... > > what is the status of Axiom on Windows, maybe I should look i

[Axiom-developer] RE: Suggestion

2006-11-04 Thread Bill Page
Alfredo, On November 5, 2006 12:36 AM you wrote: > ... > But what about: > > http://wiki.axiom-developer.org/BuildAxiom > > This looks like a very important page, especially to add the new > procedure to build on OS X. I think there should be way to get this > content. > Both AxiomBinaries an

[Axiom-developer] RE: Suggestion

2006-11-04 Thread Bill Page
On November 4, 2006 11:40 PM Alfredo Portes wrote: > > I have a little suggestion about MathAction frontpage. > > I think the link Download should point to: > > http://wiki.axiom-developer.org/AxiomBinaries > > having here the different binaries for the platforms. > > then the link Executables

Re: [Axiom-developer] Tarball for Mac OS X

2006-11-04 Thread Gabriel Dos Reis
Humberto Ortiz-Zuazaga <[EMAIL PROTECTED]> writes: | With Waldek's latest patches it looks like the build completed. Is there a chance you can summarize all the patches that enables the build? -- Gaby ___ Axiom-developer mailing list Axiom-develope

Re: [Axiom-developer] configure.ac.pamphlet

2006-11-04 Thread Gabriel Dos Reis
Humberto Ortiz-Zuazaga <[EMAIL PROTECTED]> writes: | Waldek Hebisch wrote: | > configure.ac.pamphlet contains the following: | > | > *darwin*) | > PLF=MACOSXplatform | > CCF="-O2 -fno-strength-reduce -Wall -D_GNU_SOURCE -D${PLF} \ | > -I/usr/include -I/usr/include/

Re: [Axiom-developer] configure.ac.pamphlet

2006-11-04 Thread Gabriel Dos Reis
Waldek Hebisch <[EMAIL PROTECTED]> writes: | configure.ac.pamphlet contains the following: | | *darwin*) | PLF=MACOSXplatform | CCF="-O2 -fno-strength-reduce -Wall -D_GNU_SOURCE -D${PLF} \ | -I/usr/include -I/usr/include/sys" | GCLOPTS="--enable-vssize=6553

Re: [Axiom-developer] Tarball for Mac OS X

2006-11-04 Thread Alfredo Portes
Hi Humberto, The tarfile contains the powerpc-apple-darwin8.8.0 directory that should be the target of the AXIOM variable: tar zxf axiom-ppc-2006110402.tar.gz export AXIOM=`pwd`/powerpc-apple-darwin8.8.0 PATH=$AXIOM/bin:$PATH AXIOMsys should work at least on PowerPC Mac OS X 10.4 systems. Ma

Re: [Axiom-developer] Tarball for Mac OS X

2006-11-04 Thread root
> > I downloaded your latest version > > > > http://www.hpcf.upr.edu/~humberto/axiom-ppc-2006110402.tar.gz > > > > but don't know how to set the AXIOM variable. > > The tarfile contains the powerpc-apple-darwin8.8.0 directory that should > be the target of the AXIOM variable: > > tar zxf axiom-

Re: [Axiom-developer] Tarball for Mac OS X

2006-11-04 Thread Humberto Ortiz-Zuazaga
root wrote: > I downloaded your latest version > > http://www.hpcf.upr.edu/~humberto/axiom-ppc-2006110402.tar.gz > > but don't know how to set the AXIOM variable. > > t The tarfile contains the powerpc-apple-darwin8.8.0 directory that should be the target of the AXIOM variable: tar zxf axiom-p

Re: [Axiom-developer] Tarball for Mac OS X

2006-11-04 Thread root
I downloaded your latest version http://www.hpcf.upr.edu/~humberto/axiom-ppc-2006110402.tar.gz but don't know how to set the AXIOM variable. t ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-

[Axiom-developer] Tarball for Mac OS X

2006-11-04 Thread Humberto Ortiz-Zuazaga
With Waldek's latest patches it looks like the build completed. I've put a tarball up: http://www.hpcf.upr.edu/~humberto/axiom-ppc-2006110402.tar.gz but I'm pretty sure something's broken. xlogo works from the PPC to my home, but HyperDoc can't connect to the X server: ptyopen: Failed to open /d

Re: [Axiom-developer] Mac OS X 10.4.8 PowerPC success!

2006-11-04 Thread Raymond Manzoni
Le 4 nov. 06 à 18:56, Humberto Ortiz-Zuazaga a écrit : Raymond Manzoni wrote: And thanks for providing this binary! My machine is a Dual G5 running OS X 10.4.8 (PPC build 8L127, Darwin Kernel Version 8.8.0, PowerMac7,2 Darwin similar to your configuration I think...) and your bin

Re: [Axiom-developer] configure.ac.pamphlet

2006-11-04 Thread Humberto Ortiz-Zuazaga
Waldek Hebisch wrote: > configure.ac.pamphlet contains the following: > > *darwin*) > PLF=MACOSXplatform > CCF="-O2 -fno-strength-reduce -Wall -D_GNU_SOURCE -D${PLF} \ > -I/usr/include -I/usr/include/sys" > GCLOPTS="--enable-vssize=65536*2 --enable-maxpage=2

[Axiom-developer] configure.ac.pamphlet

2006-11-04 Thread Waldek Hebisch
configure.ac.pamphlet contains the following: *darwin*) PLF=MACOSXplatform CCF="-O2 -fno-strength-reduce -Wall -D_GNU_SOURCE -D${PLF} \ -I/usr/include -I/usr/include/sys" GCLOPTS="--enable-vssize=65536*2 --enable-maxpage=256*1024 --disable-locbfd \

Re: [Axiom-developer] viewman and hyper on Mac OS X

2006-11-04 Thread Humberto Ortiz-Zuazaga
Waldek Hebisch wrote: > Humberto Ortiz-Zuazaga wrote: >> and viewman now compiles. Next problem is hyper, the Mac doesn't have >> regexp.h: > The patch below converts hthits to use 'regexp.h'. The > include is correct on Linux, but may need adjustment on Mac. Thanks Waldek, that patch worked pe

Re: [Axiom-developer] viewman and hyper on Mac OS X

2006-11-04 Thread Waldek Hebisch
Humberto Ortiz-Zuazaga wrote: > and viewman now compiles. Next problem is hyper, the Mac doesn't have > regexp.h: > > Hyper still fails to build: > > 13 making /Users/humberto/src/axiom-darcs/src/hyper > gcc -O2 -fno-strength-reduce -Wall -D_GNU_SOURCE -DMACOSXplatform > -I/usr/include -I/

Re: [Axiom-developer] viewman and hyper on Mac OS X

2006-11-04 Thread root
This patch has been added to silver. I'm not sure about the hyper changes. I need to investigate further. t > Sat Nov 4 14:32:19 GMT+4 2006 Humberto Ortiz-Zuazaga > <[EMAIL PROTECTED]> > * mac-sselect > diff -rN -u old-axiom-darcs/src/graph/viewman/sselect.c.pamphlet > new-axiom-darcs/src

Re: [Axiom-developer] viewman and hyper on Mac OS X

2006-11-04 Thread Waldek Hebisch
Humberto Ortiz-Zuazaga wrote: > Sat Nov 4 14:06:48 GMT+4 2006 Humberto Ortiz-Zuazaga > <[EMAIL PROTECTED]> > * regex-mac > diff -rN -u old-axiom-darcs/src/hyper/hthits.pamphlet > new-axiom-darcs/src/hyper/hthits.pamphlet > --- old-axiom-darcs/src/hyper/hthits.pamphlet 2006-11-04 > 14:23:58.00

Re: [Axiom-developer] Mac OS X 10.4.8 PowerPC success!

2006-11-04 Thread Humberto Ortiz-Zuazaga
Humberto Ortiz-Zuazaga wrote: > root wrote: http://www.hpcf.upr.edu/~humberto/axiom-ppc-2006110301.tar.gz >>> Hi Humberto, >>> >>> And thanks for providing this binary! >>> My machine is a Dual G5 running OS X 10.4.8 (PPC build 8L127, Darwin >>> Kernel Version 8.8.0, PowerMa

Re: [Axiom-developer] Mac OS X 10.4.8 PowerPC success!

2006-11-04 Thread root
> AXIOMsys doesn't need X support does it? I'm going to try to rebuild gcl > without X support and build a new axiom from it. Is there an equivalent > to the linux ldd command on Mac OS? On linux, ldd lists out the dynamic > libraries used by a program. AXIOMsys is just a pure lisp image and only

Re: [Axiom-developer] Mac OS X 10.4.8 PowerPC success!

2006-11-04 Thread Humberto Ortiz-Zuazaga
root wrote: >>> http://www.hpcf.upr.edu/~humberto/axiom-ppc-2006110301.tar.gz >>> >> Hi Humberto, >> >> And thanks for providing this binary! >> My machine is a Dual G5 running OS X 10.4.8 (PPC build 8L127, Darwin >> Kernel Version 8.8.0, PowerMac7,2 Darwin similar to your >> con

[Axiom-developer] viewman and hyper on Mac OS X

2006-11-04 Thread Humberto Ortiz-Zuazaga
I patched src/graph/sselect.c.pamphlet (well, first I patched the .c file, but I wised up before mailing the patch, shouldn't notangle mangle line numbers in C sources so they point at the pamphlets?) I guess Macs have BSD style signals: Sat Nov 4 14:32:19 GMT+4 2006 Humberto Ortiz-Zuazaga <[EM

Re: [Axiom-developer] RE: gcl-2.6.8pre on MAC OSX 10.2

2006-11-04 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | > On a regular bases, we branch off SILVER to make release branches. | > For example, we could decide that next Tuesday, we will branch off | > for Axiom 4.1.0. A release branch from SILVER will be created for | > that purpose. That branch will have stricter rul

Re: [Axiom-developer] Mac OS X 10.4.8 PowerPC success!

2006-11-04 Thread root
> > http://www.hpcf.upr.edu/~humberto/axiom-ppc-2006110301.tar.gz > > > > Hi Humberto, > > And thanks for providing this binary! > My machine is a Dual G5 running OS X 10.4.8 (PPC build 8L127, Darwin > Kernel Version 8.8.0, PowerMac7,2 Darwin similar to your > configuration

Re: [Axiom-developer] Mac OS X 10.4.8 PowerPC success!

2006-11-04 Thread Humberto Ortiz-Zuazaga
Raymond Manzoni wrote: > And thanks for providing this binary! > My machine is a Dual G5 running OS X 10.4.8 (PPC build 8L127, Darwin > Kernel Version 8.8.0, PowerMac7,2 Darwin similar to your configuration I > think...) and your binary worked here too! Great!! Good. > The gcl gener

Re: [Axiom-developer] RE: gcl-2.6.8pre on MAC OSX 10.2

2006-11-04 Thread root
> On a regular bases, we branch off SILVER to make release branches. > For example, we could decide that next Tuesday, we will branch off > for Axiom 4.1.0. A release branch from SILVER will be created for > that purpose. That branch will have stricter rules for checking than > for SILVER. For ex

Re: [Axiom-developer] Mac OS X 10.4.8 PowerPC success!

2006-11-04 Thread Waldek Hebisch
Raymond Manzoni wrote: > > > In fact I tried earlier to repeat your manipulations to compile from > source and could repeat the second part (use adacs to get axiom > source and so on) but the first part (install gcl) didn't work here... > > The gcl generation ends (depending on p

Re: [Axiom-developer] Maintainers

2006-11-04 Thread Waldek Hebisch
root wrote: > > > Based on your extensive work would you consider being the > > > person who maintains axiom--silver--1? That would settle > > > one of the items raised by Gaby. > > > > > > > Yes, however some clarificatinons are needed: > > > > 1) ATM I work with SVN on SourceForge and I hope t

Re: [Axiom-developer] Mac OS X 10.4.8 PowerPC success!

2006-11-04 Thread Raymond Manzoni
Le 4 nov. 06 à 13:25, Humberto Ortiz-Zuazaga a écrit : Bill Page wrote: You only show running the Axiom main console program AXIOMsys. How about the other parts of Axiom? If you type the command: $ axiom No, sman didn't build. Make stops on viewman: 21 finished making /Users/humberto/sr

Re: [Axiom-developer] Mac OS X 10.4.8 PowerPC success!

2006-11-04 Thread Humberto Ortiz-Zuazaga
Bill Page wrote: > You only show running the Axiom main console program AXIOMsys. > How about the other parts of Axiom? If you type the command: > > $ axiom No, sman didn't build. Make stops on viewman: 21 finished making /Users/humberto/src/axiom-darcs/src/Gdraws 1 making /Users/humberto/src

Re: [Axiom-developer] RE: gcl-2.6.8pre on MAC OSX 10.2

2006-11-04 Thread Waldek Hebisch
Bill Page wrote: > I think the following two files are not used anywhere: > > aTx=b.bitmap > ATX=B.bitmap > > (See list of unused bitmap files below.) > 'aTx=b' is referenced from 'nag-f04.boot.pamphlet' (among others). For ATX=B.bitmap you are probably right. > > Also in 'src/doc/ps' we have

Re: [Axiom-developer] RE: gcl-2.6.8pre on MAC OSX 10.2

2006-11-04 Thread Gabriel Dos Reis
Ralf Hemmecke <[EMAIL PROTECTED]> writes: | On 11/03/2006 10:22 PM, Gabriel Dos Reis wrote: | > Ralf Hemmecke <[EMAIL PROTECTED]> writes: | > | > I'm very happy to see Tim is making changes more visible now, | > than waiting | > | > for ages before seeing light. The main reason I originally volunt

Re: [Axiom-developer] Maintainers

2006-11-04 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | > A single point of failure is when we have only one person | > | > (1) that has authority to approve and apply changes to the main source, | > (2) make official realeases. | > | | That is a single point of control, not a single point of failure. when the

[Axiom-developer] ActiveAxiomDevelopers

2006-11-04 Thread Ralf Hemmecke
Hello Waldek, You are one of the most active developers currently. You should definitely put an entry on http://wiki.axiom-developer.org/SandBoxActiveAxiomDevelopers Thanks Ralf ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://l

Re: [Axiom-developer] Maintainers

2006-11-04 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | > | silver came into being in response to your requests. | > | > No, I did not ask the creation of silver. I requested you make your | > changes public and live -- before they move to gold. What is | > currently called silver is not what I requested. I did no

Re: [Axiom-developer] RE: gcl-2.6.8pre on MAC OSX 10.2

2006-11-04 Thread Ralf Hemmecke
On 11/03/2006 10:22 PM, Gabriel Dos Reis wrote: Ralf Hemmecke <[EMAIL PROTECTED]> writes: | > I'm very happy to see Tim is making changes more visible now, than waiting | > for ages before seeing light. The main reason I originally volunteered to | > maintain Silver is that I do believe in "live

Re: [Axiom-developer] Maintainers

2006-11-04 Thread root
> A single point of failure is when we have only one person > > (1) that has authority to approve and apply changes to the main source, > (2) make official realeases. > That is a single point of control, not a single point of failure. Axiom has a single point of control, one per branch and o

Re: [Axiom-developer] Maintainers

2006-11-04 Thread root
> | silver came into being in response to your requests. > > No, I did not ask the creation of silver. I requested you make your > changes public and live -- before they move to gold. What is > currently called silver is not what I requested. I did not request a > repository that is effectively

Re: [Axiom-developer] Maintainers

2006-11-04 Thread Gabriel Dos Reis
root <[EMAIL PROTECTED]> writes: | > | please lose the notion of "single point of failure" as it is meaningless. | > | > No, it is not. You have provide evidence for this over the past, | > feeling you're obliged to offer aplogogies after apologies. | | well, this is your claim. | i claim such