[Axiom-developer] RE: [Gcl-devel] Re: Dynamic Library Linking (arbitray float)

2005-05-05 Thread Vanuxem Gregory
Serious question about GCL, I've lost your mail about (arbitrary float), But how do yo think peopole can implement arbitrary float in gcl; whith MPFR ? With class or directly in num_arith... ? Camm... one Idea? Actually AXIOM doesn't compile with ANSI version ... I know that you work on tcl/

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

2005-05-05 Thread Mike Thomas
Hi Camm/Bill. Positive results on some basic tests per Cam's directory fix yesterday. | > >(probe-file "/msys/1.0") | > | > #p"c:/msys/1.0" | > | > >(probe-file "/msys/1.0/") | > | > #p"c:/msys/1.0/" | > | > >(probe-file "c:/msys/1.0/") | > | > #p"c:/msys/1.0/" | > | > >(probe-file "c:/msys/1.0")

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

2005-05-05 Thread Camm Maguire
Greetings! Bill Page <[EMAIL PROTECTED]> writes: > Camm Maguire wrote: > > >>Using IE, the problem seems to intermittant. It works for a while > >>with some urls and not others. > >> > > > >Does this mean that there are some errors that are 100% reproducible? > >If so, start with those. > > > Ye

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

2005-05-05 Thread Bill Page
Camm Maguire wrote: Using IE, the problem seems to intermittant. It works for a while with some urls and not others. Does this mean that there are some errors that are 100% reproducible? If so, start with those. Yes. IE appears to be closing the socket before your write completes. The odd

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

2005-05-05 Thread Camm Maguire
Greetings! Bill Page <[EMAIL PROTECTED]> writes: > Mike Thomas wrote: > > >I just tried the CLtL1 build - no joy. > > > >There are definite problems with the new code as socket variables should be > >defined with SOCKET (an unsigned int) rather than int and the error return > >values on Windows

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

2005-05-05 Thread Bill Page
Camm Maguire wrote: (probe-file "/msys/1.0") #p"c:/msys/1.0" (probe-file "/msys/1.0/") #p"c:/msys/1.0/" (probe-file "c:/msys/1.0/") #p"c:/msys/1.0/" (probe-file "c:/msys/1.0") #p"c:/msys/1.0" With the commits to 2.6.7pre I made yesterday, all these pr

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

2005-05-05 Thread Camm Maguire
Greetings! Would it be helpful for us to try to enlist the testing assistance of other windows users/developers to lighten the load, e.g. Vadim and David Billinghurst? Take care, "Mike Thomas" <[EMAIL PROTECTED]> writes: > Hi Bill. > > | That is quite strange. I just re-build gcl Version_2_6_7

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

2005-05-05 Thread Camm Maguire
Greetings! Bill Page <[EMAIL PROTECTED]> writes: > Camm Maguire wrote: > > >OK, I've just tested on Linux under ANSI, and it works the same for > >me (as it should). If this is not the case on Windows, please someone > >let me know asap. > > > Perhaps Mike's test demonstrates that this is not w

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

2005-05-05 Thread Camm Maguire
Greetings, and thanks as always Mike for your heroic efforts! "Mike Thomas" <[EMAIL PROTECTED]> writes: > Hi Camm/Bill. > > A bunch of Windows probe-file, directory and server output below. Basically > the server program is failing because accept won't deal with the "socket" > it's being passed

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

2005-05-05 Thread Camm Maguire
Greetings! "Mike Thomas" <[EMAIL PROTECTED]> writes: > Hi Bill/Camm. > > | >OK, I've just tested on Linux under ANSI, and it works the same for > | >me (as it should). If this is not the case on Windows, please someone > | >let me know asap. > | > > | > > | Perhaps Mike's test demonstrates that

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

2005-05-05 Thread Bill Page
Mike Thomas wrote: I just tried the CLtL1 build - no joy. There are definite problems with the new code as socket variables should be defined with SOCKET (an unsigned int) rather than int and the error return values on Windows are not the same as on BSD systems however I just tried to eliminate tho

Re: [Axiom-developer] Simple web server code for GCLfor Windows

2005-05-05 Thread Camm Maguire
Greetings! Bill Page <[EMAIL PROTECTED]> writes: > Camm Maguire wrote: > > >> (if (pathname-name (pathname fn)) > >> (with-open-file (q fn) (si::copy-stream q s)) > >>(dolist (l (directory fn)) (format s "~a~%" (namestring l) > >> > >>It would be nicer to make the resul