Changes http://wiki.axiom-developer.org/HyperDoc/diff
--
??changed:
-Once you instal or build the system you can test it by typing::
Once you install or build the system you can test it by typing::
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]
_
still fails at the same spot in the same way.
> OK, please try again with
>
> export CVSROOT=:pserver:[EMAIL PROTECTED]:/sources/gcl
> cd gcl-2.6.8pre/o && cvs update plttest.c && make plt.o \
> && cd ../unixport && make saved_gcl
>
> Or try a fresh checkout if you wish.
>
> Please kee
camm,
i have a bunch of patches for the MACOSX version of axiom's C code.
i'll post the diffs in a few...
the gcl_2.6.8pre build worked on the mac. thanks.
t
___
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/
OK, please try again with
export CVSROOT=:pserver:[EMAIL PROTECTED]:/sources/gcl
cd gcl-2.6.8pre/o && cvs update plttest.c && make plt.o \
&& cd ../unixport && make saved_gcl
Or try a fresh checkout if you wish.
Please keep me posted. I'll explain what is going on if you are
interested
Greetings!
First let me say I'm totally fine with shipping gcl sources with axiom
as is. The below is just an attempt to explore the other possibility
in more detail.
root <[EMAIL PROTECTED]> writes:
> you ARE aware that gcl includes things like bfd, binutils, gmp, etc.
> axiom isn't the only
Camm,
further investingation shows that _feof is defined in
/usr/lib/libc.dylib(feof.So)
simplly definiing a file foo.lisp containing
(defun foo (x y) (+ x y))
and then doing:
(compile-file "foo.lisp")
(load "foo.lisp")
(foo 2 3)
works so the breakage is more subtle.
i'm continuing to inv
Camm,
on the mac:
loading /home/daly/macosx46/obj/MACOSX/interp/util.o
Error: Undefined symbol "_feof"
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by LOAD.
Broken at LOAD. Type :H for Help.
>>make[3]: *** [/home/daly/macosx46/obj/MACOSX/bin/interpsys] Error 255
On Wednesday, December 14, 2005 2:43 PM Bob McElrath wrote:
> ...
> Remember that effort is an exponentially falling distribution.
> Just a guess, but each line below will at least halve the number
> of people that make it to that step. Open source occurs on the
> tail.
I disagree. Or at least,
On Wednesday, December 14, 2005 5:42 PM C Y wrote:
>
> WOW. I did not know things had progressed that far.
>Exciting times.
>
> --- root <[EMAIL PROTECTED]> wrote:
> > http://www.dridus.com/~nyef/messagebox-goodness.png
> >
> > sbcl on windows popping up a native windows messagebox
> >
Li
WOW. I did not know things had progressed that far. Exciting times.
Cheers,
CY
--- root <[EMAIL PROTECTED]> wrote:
> http://www.dridus.com/~nyef/messagebox-goodness.png
>
> sbcl on windows popping up a native windows messagebox
>
> t
>
__
Do
http://www.dridus.com/~nyef/messagebox-goodness.png
sbcl on windows popping up a native windows messagebox
t
___
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer
--- root <[EMAIL PROTECTED]> wrote:
> axiom is free software. design it, hack it, polish it, test it,
> document it, and send patches (or arch changesets). you're
> allowed to do anything you want and have no reason to depend
> on me for anything (except the final merge step into axiom--
> main
root [EMAIL PROTECTED] wrote:
> when people have suggested new platforms like windows or sbcl,
> new guis, new algebra, or whatever a new branch is created. i
> expect that (a) people will commit to those branches and (b)
> people will develop their idea to the level that it "just works"
> and (c)
Changes http://wiki.axiom-developer.org/AxiomDownload/diff
--
??changed:
-
(binary)":Mirrors?go=http://axiom.axiom-developer.org/axiom-website/DOWNLOADS/axiom-Sept2005-FC4-bin.tgz&it=Fedora+Core+3+binary
(binary)":Mirrors?go=http://axiom.axiom-developer.org/axiom-website/DOWNLOADS/axiom-Sep
attached are the patches. essentially i had to forcefully reorder the
include files because the mac insists on including "usr/include/sys"
before "usr/include" and i can't seem to override it.
plus one of the graphics routines was just plain wrong so i rewrote it.
it's been a while since i've ha
Camm,
On Wednesday, December 14, 2005 1:13 PM you wrote:
>...
> Bill Page wrote:
> > Or does the Debian build actually rebuild noweb?
>
> I haven't touched axiom's use of noweb, apart from not shipping
> special noweb binaries. You can look at a sample build log here:
>
>
http://buildd.debian
Ralf,
On Wednesday, December 14, 2005 7:56 AM you wrote:
>
> By the way, try the following in AXIOMROOT.
>
> find . -name '*.pamphlet' -exec grep "<<.*>>" {} \; > xxx.1
> grep -v ">>= *$" xxx.1 > xxx.2
> grep -v ">> *$" xxx.2 > xxx.3
> grep -v "@<<"xxx.3 > xxx.4
> wc xxx.4
>86 472 483
oh, and as an aside, even if you build axiom on a "native gcl"
you don't need the native gcl afterward. you can erase it and
axiom still works (since axiom IS a gcl image).
so why force the user to install software that isn't used?
t
___
Axiom-deve
(7) and readline isn't installed in gcl
axiom has its own readline (clef) which can do "algebra command completion"
and knows about axiom. clef is automatically started when axiom starts.
readline interferes with clef.
so if "native gcl" has readline we can't use it either.
t
__
you ARE aware that gcl includes things like bfd, binutils, gmp, etc.
axiom isn't the only package that includes upstream sources. the only
way i know to ensure that your product works as advertised is to make
sure that it works when you build it. and that requires certain
versions. in a perfect wo
Hi,
Yes, we should simply "tell people that axiom needs at least
version x.y of noweb" and version 2.6.x of gcl. These are
prerequisites. Download and install them first - then install
Axiom. If you are using apt-get on Debian or yum on Fedora,
etc. then these prerequisites are automatically ins
--- "Page, Bill" <[EMAIL PROTECTED]> wrote:
> I have solved the remaining problems with using hyperlinking
> with GraphViz in LaTeX so that now the links in the diagram
> link directly to the appropriate section of the target.
WOW!
> For example:
>
> http://wiki.axiom-developer.org/book--main--
Changes http://wiki.axiom-developer.org/AxiomDownload/diff
--
Clicking on "Fedora Core 4 (binary)" takes me to a page that says
You are about to download Fedora Core 3 binary
!
What's going on?
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]
___
On Wednesday, December 14, 2005 11:15 AM Tim Daly (root) wrote:
> Bill Page wrote:
> >
> > The Debian prerequisite for Axiom is the non-ansi version of
> > gcl. If the non-ansi version is not installed on the system
> > then 'apt-get install axiom' will also install it.
Actually what I wrote is
... hyperdoc ...
I would want to replace it with aldordoc.sty + some better browser that
extracts information about the .as sources and is able to navigate through
the Algbra hierarchy. Well, that would be the same idea as hyperdoc, but not
with hyperdoc but with an ordinary webbrowser.
Yes. Wel
> > also, how do we handle the fact that users can build gcl
> > using the -ansi switch. that means that their local copy
> > of gcl cannot be used by axiom (yet).
> >
>
> The Debian prerequiste for Axiom is the non-ansi version of
> gcl. If the non-ansi version is not installed on the system
> t
That is true for dvi/ps/pdf. HTML and friends should be hyperlinked
anyway. Whether ALL documentation is in one big HTML file or whether there
are several smaller pages is a minor detail for html.
Well, I believe that it does make a difference for the HyperDoc replacement:
When you "browse" an o
there are 22 developers listed with WRITE access to every
project on arch.axiom-developer.org. write access is available
for the asking.
while i don't expect people to mangle the axiom--main branch
virtually every one can create a branch, make changes, test
them, and post patches. there are 13 pu
On Wednesday, December 14, 2005 10:05 AM Tim Daly (root) wrote:
> -Original Message-
> From: root [mailto:[EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]; axiom-developer@nongnu.org;
> [EMAIL PROTECTED]
> Subject: Re: Axiom uses unmodified GCL on Debian?
>
> > > well,
Greetings!
root <[EMAIL PROTECTED]> writes:
> Camm,
>
> Can you point me at a GCL version that is known to build on OSX 10.4?
> Can you tell me the configure options with that version?
>
> I've been unsuccessful in building a standalone version of GCL.
>
Good you asked, as I've just been work
On Wednesday, December 14, 2005 3:46 AM Arthur Ralfs wrote:
> Bill Page wrote:
> >
> >Then you can view the source code online at:
> >
> >http://wiki.axiom-developer.org/axiom--GUI--1
> >
> OK I got the source but when I went to the second wiki link it
> redirected to http://wiki.axiom-developer.o
> > well, the build is proceeding and appears to be progressing
> > ok. of course i have no idea WHY it works since there are no
> > comments in the patch file. i'll test the graphics and hyperdoc
> > in the morning.
>
> Great. It would be nice if Camm had the time to write explicit
> documentatio
Hello,
root wrote:
re: noweb bug
i don't agree with Norman. *I* consider it a bug.
especially so since Ralf fixed the same "feature" independently.
noweb does the wrong thing with certain non-chunks.
if the chunk isn't in the hashtable complain and continue.
i diagnosed the bug,
By the way, try the following in AXIOMROOT.
find . -name '*.pamphlet' -exec grep "<<.*>>" {} \; > xxx.1
grep -v ">>= *$" xxx.1 > xxx.2
grep -v ">> *$" xxx.2 > xxx.3
grep -v "@<<"xxx.3 > xxx.4
wc xxx.4
86 472 4836 xxx.4
Look at these 86 lines. I've only found
Label: '<<' Name '>
On Tuesday, December 13, 2005 12:27 PM Ralf Hemmecke wrote:
>
> Bill Page wrote:
> >> Doing the same thing with \n instead of \- would be a bit more
> >> complicated. But I think for LaTeX-speakers \- is more natural
> >> anyway.
> >
> > Hmmm ... maybe '\n ' would be better - more compatible wit
Ralf Hemmecke <[EMAIL PROTECTED]> writes:
> Hi Martin, sorry, but I am a bit behind...
too much traffic...
> Martin Rubey wrote:
> > As far as I understand, you are proposing a system where several (literate)
> > source files are compiled into one big dvi/ps/pdf/html/mathml ... file.
> That is
Hello all,
I have found some more information when generating bootsys, actually I
have not yet experience with lisp. BTW the boothr.o file exists!
Can anybody explain this error - and offer a solution ;-)
Thanks
Gernot
hawkings# cat console
GCL (GNU Common Lisp) 2.6.7 ANSINov 23 2005 09:0
I tried about the same than Uli (but using FreeBSD 5.4)
What looks suspicious is:
/.amd_mnt/johnson/vol/vol0/home/hueber/src/axiom--main--1--patch-46/obj/freebsd/bin/bootsys:
not found
Gernot
On Mon, 2005-12-12 at 22:12 -0500, root wrote:
> ah. then it failed to compile. which is odd because t
Changes http://wiki.axiom-developer.org/BuildAxiom/diff
--
??changed:
-See deteails instructions at ArchUsage
See details instructions at ArchUsage
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]
___
Axiom-developer mailing
Changes http://wiki.axiom-developer.org/BuildAxiom/diff
--
??changed:
-For those who want to get the lastest set of mistakes see AxiomDevelopment
For those who want to get the latest set of mistakes see AxiomDevelopment
--removed:
-
-From unknown Tue Dec 13 10:30:35 -0600 2005
-From: unknown
-Dat
Changes http://wiki.axiom-developer.org/Aldor/diff
--
??changed:
-Over View
Overview
--removed:
-From unknown Tue Dec 13 09:51:07 -0600 2005
-From: unknown
-Date: Tue, 13 Dec 2005 09:51:07 -0600
-Subject: correction
-Message-ID: <[EMAIL PROTECTED]>
-
-Over View -> Overview
--
forwarded from http
Page, Bill wrote:
If you haven't seen this already you can start here with the original
proposal:
http://wiki.axiom-developer.org/AxiomUI
Then you can view the source code online at:
http://wiki.axiom-developer.org/axiom--GUI--1
The actual source archive can be retrieved via
% tla get axiom
On Wednesday, December 14, 2005 2:08 AM Arthur Ralfs wrote:
>
> I've been listening in for the last month or so. I see mention
> of AxiomUI but when I search I haven't been able to find any code,
> only descriptions of what it's supposed to do. Is there any code
> available for inspection? I mi
43 matches
Mail list logo