axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] axiom--GUI--1


From: Bob McElrath
Subject: Re: [Axiom-developer] axiom--GUI--1
Date: Wed, 14 Sep 2005 12:14:42 -0700
User-agent: Mutt/1.5.6+20040523i

I wanted to play with axiomui, so I checked out this branch.

Just a couple of niggles:
    1) the Makefile.pamphlet contains default paths ${AXIOM}/bin/lib/
    for notangle and noweave.  This path is highly nonstandard...  For
    instance the debian package 'nowebm' puts these files in /usr/bin
    (and note this is also unrelated to ${AXIOM}).

    2) AXIOMsys needs to have a path from ${AXIOM}

    3) the server is actually listening on port 8080, not 5050 as the
    documentation states.

looks good!

Here is a patch for these changes:
--- orig/src/web-gui/Makefile.pamphlet
+++ mod/src/web-gui/Makefile.pamphlet
@@ -10,9 +10,10 @@
 \section{Makefile}
 
 <<*>>=
-TANGLE=${AXIOM}/bin/lib/notangle -t8
-WEAVE=${AXIOM}/bin/lib/noweave -delay
+TANGLE=/usr/bin/notangle -t8
+WEAVE=/usr/bin/noweave -delay
 LISP=clisp
+AXIOMSYS=${AXIOM}/bin/AXIOMsys
 
 
 DEP =  axiom-com.lisp \
@@ -55,7 +56,7 @@
 doc: $(DOCDEP)
 
 compile:
-       @echo ")compile uidraw.spad"|AXIOMsys
+       @echo ")compile uidraw.spad"|${AXIOMSYS}
        ${LISP} -norc -i make-image.lisp
        @echo "#!/bin/sh" > run-axiom-ui.sh
        @echo "clisp -M " `pwd`/axiom-ui.mem >> run-axiom-ui.sh

--
Cheers,
Bob McElrath [Univ. of California at Davis, Department of Physics]

    "One of the best ways to get yourself a reputation as a dangerous citizen
    these days is to go about repeating the very phrases which our founding
    fathers used in the great struggle for independence." --Charles A. Beard

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]