Billinghurst, David (CALCRTS) ?????:
>>Sent: Wednesday, 25 February 2004 1:28 AM
>>To: Maxima List
>>Subject: xmaxima situation summary
>>
>>
>>Here is a brief summary of the xmaxima situation. Anyone interested in
>>looking at the problems should either check out the cvs version of
>>maxima or download the most recent snapshot available from
>><http://sourceforge.net/projects/maxima>. The guts of the xmaxima source
>>are in the subdirectory interfaces/xmaxima/Tkmaxima.
>
>
> I will have a look over the next week or so. I managed to get it sort of
> working last weekend, and checked in a patch to maxima.bat.in.
>
I've attached a patch which resolves to me xmaxima
problems on all systems which I was able to test:
1. Windows XP - new maxima -s PORT scheme works well
2. Windows Me - pure fallback to old GCL dependent scheme
3. clisp, cmucl and gcl on Linux - works well with
maxima -r ":lisp (setup-server PORT)"
I wasn't able to test with sbcl (the version I have has no
socket functions) and with clisp on cygwin - some
path-related problems (xmaxima can't find open intro.html).
There is something strange and "fragile" about 3 above.
Should work like 1 with "maxima -s PORT" but it doesn't.
At least on cmucl and if I get it right from Wolfgang's
posting with sbcl. As for gcl it was bad but now suddenly
it works well. I even don't understand what I've changed and
now can't reproduce the problem.
Any comments?
--
Vadim V. Zhytnikov
<vvzhy@mail.ru>
<vvzhy@netorn.ru>
Attached file: xmaxima.patch