axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] Re: testing hyperdoc package on Windows


From: Martin Rubey
Subject: [Axiom-developer] Re: testing hyperdoc package on Windows
Date: 11 Jun 2007 17:14:09 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Dear William,

first of all, thank you for your patience!

"William Sit" <address@hidden> writes:

> On Mon, 11 Jun 2007 09:49:43 -0400
>   "William Sit" <address@hidden> wrote:
> >SOCKET(8080, getDocumentation$HyperDoc)$Lisp
> >
> > simply "freeze" with no output. According to my firewall, it did ask to be a
> > server and I allowed it. What should be expected?

roughly: (I put 

  )lib HYPER
  )lisp (load "hyper.lisp")
  SOCKET(8080, getDocumentation$HyperDoc)$Lisp

into a file hyper.input)

-------------------------------------------------------------------------------
(1) -> )re hyper
)lib HYPER

   HyperDoc is now explicitly exposed in frame frame0
   HyperDoc will be automatically loaded when needed from
      /home/martin/martin/Axiom/hyperdoc-replacement/HYPER.NRLIB/code
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/bc-matrix.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/bc-misc.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/bc-solve.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/bc-util.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/ht-util.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/htsetvar.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/ht-root.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/br-con.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/br-data.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/showimp.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/br-op1.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/br-op2.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/br-search.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/br-util.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/topics.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/br-prof.
   Loading /home/martin/lib/axiom/target/i686-pc-linux/autoload/br-saturn.
)lisp (load "hyper.lisp")

Value = T
SOCKET(8080, getDocumentation$HyperDoc)$Lisp

   Loading
      /home/martin/martin/Axiom/hyperdoc-replacement/HYPER.NRLIB/code
      for package HyperDoc
   Loading
      /home/martin/lib/axiom/target/i686-pc-linux/algebra/OPQUERY.o for
      package OperationsQuery

-------------------------------------------------------------------------------
(no more output after that.  In particular, you need another axiom process to
do computations afterwards, but that's a bug, not a feature...)

> >Putting url
> >
> >http://localhost:8080/|?binomial` `OutputForm|
> >
> >simply says: waiting for localhost

It should start tex4ht in the axiom console...

> I tried again and now:
> 
> (3) -> SOCKET(8080, getDocumentation$HyperDoc)$Lisp
> 
>     >> System error:
>     Could not connect
> 
> protected-symbol-warn called with (NIL)

Hm, I don't have any MS Windows, and I don't know what that means.  Maybe you
could say

  )lisp (si:use-fast-links nil)

and

  )set break break

before starting SOCKET, after the error it should fall into a debugger, type

  :bt

and send the result to the list and to Camm (including a copy of hyper.lisp).
But I'm unlikely to be able to help.  In particular, this probably means that
my work was wasted, since it does not seem to work on windows. :-(

Martin





reply via email to

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