gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] GCL-TK


From: Mike Thomas
Subject: [Gcl-devel] GCL-TK
Date: Fri, 7 Jun 2002 13:58:43 +1000

Hi all.

Further to my earlier message about the new Mingw32 socket code; I suspect
that it is substantially functional as I am able to launch and connect to a
tcl interpreter as shown below.

Unfortunately the connection then fails.  Whether this is the socket code or
the way I have handled the server process by launching a thread in guis.c
(Win32 has no fork()) I don't know at this stage, but I would welcome
comments from socket and process experienced people on the code I have
checked in today.

Cheers

Mike Thomas.


============== Lisp console ========================
$ unixport/saved_gcl
GCL (GNU Common Lisp)  Version(2.5.0) Fri Jun  7 12:45:57  2002
Licensed under GNU Library General Public License
Contains Enhancements by W. Schelter

>(in-package "tk")

#<"TK" package>

TK>(tkconnect)

Loading c:/cvs/gcl/gcl-tk/tkl.o
start address -T 101d0000 Finished loading c:/cvs/gcl/gcl-tk/tkl.o

"c:/cvs/gcl/gcl-tk/gcltksrv 127.0.0.1 5016 1228 :0.0 "
c:\cvs\gcl>set GCL_TK_DIR=c:/cvs/gcl/gcl-tk

c:\cvs\gcl>set TCL_LIBRARY=c:/lang/tcl/lib/tcl8.3

c:\cvs\gcl>set TK_LIBRARY=c:/lang/tcl/lib/tcl8.3

c:\cvs\gcl>c:/cvs/gcl/gcl-tk/gcltkaux 127.0.0.1 5016 1940

Error: Connect failure: ""
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by EVAL.
Broken at SYSTEM:OUR-WRITE.  Type :H for Help.
TK>>


============ gcltkaux.exe console ====================
connected to 127.0.0.1 5016





reply via email to

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