axiom-developer
[Top][All Lists]
Advanced

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

RE: [Axiom-developer] RE: [Gcl-devel] Re: axiom porting


From: Mike Thomas
Subject: RE: [Axiom-developer] RE: [Gcl-devel] Re: axiom porting
Date: Wed, 4 May 2005 09:00:56 +1000

Hi Bill/Camm.

| > In cvs branch Version_2_6_7pre, I've already implemented the
| > other option of having GCL fork a background process to serve
| > a socket, effectively letting the OS do the multitasking.
| > This will need a bit more magic on windows.  The final option
| > of having the user call the socket serving function should be
| > available on all platforms now.
|
| Hmmm... perhaps that explains why I don't seem to be able to
| get Version_2_6_7pre to run the web server program properly
| under windows?

Looks like it Bill:

$ ./unixport/saved_ansi_gcl.exe
GCL (GNU Common Lisp)  2.6.7 ANSI    May  3 2005 09:54:15
Source License: LGPL(gcl,gmp), GPL(unexec,bfd)
Binary License:  GPL due to GPL'ed components: (UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.

>(load "c:/lang/source/gcl/gcl-2.6.6-ansi/http-test.lsp")

Loading c:/lang/source/gcl/gcl-2.6.6-ansi/http-test.lsp
Error in LET [or a callee]: Error "No such file or directory" on accepting
conn
ction to #<two-way stream 104d45c4>


Fast links are on: do (use-fast-links nil) for debugging
Broken at SYSTEM:ACCEPT.  Type :H for Help.
 1 (Continue) Retry loading file
"c:/lang/source/gcl/gcl-2.6.6-ansi/http-test.l
p".
 2 (Abort) Return to top level.
dbl:>>:bt

#0   ACCEPT {loc0=#<two-way stream 104d45c4>} [ihs=13]
#1   BAR {lambda-block=foo,} [ihs=8]
#2   CLCS-LOAD {file=nil,args=nil,g2549=nil,loc3=(lambda-block bar (p fn)
...),
oc4=8085,loc5=(...} [ihs=7]
#3   EVAL {loc0=nil,loc1=nil,loc2=nil,loc3=#<compiled-function
conditions::clcs
load>,loc4...} [ihs=6]
#4   TOP-LEVEL
{loc0=nil,loc1=0,loc2=0,loc3=nil,loc4=nil,loc5=nil,loc6=nil,loc7
"c:/cvs/stable/...} [ihs=5]
#5   FUNCALL {loc0=#<compiled-function system:top-level>} [ihs=4]
NIL

|
| I guess I should revert to applying your patches to gcl 2.6.6
| and see if I can at least get that to work on Windows...

Interestingly, today I can't get that to work properly either insofar as
getting the directory listsing you obtain.

Cheers

Mike Thomas






reply via email to

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