[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Gcl-devel] Axiom on Windows GCL problems
From: |
Bill Page |
Subject: |
RE: [Gcl-devel] Axiom on Windows GCL problems |
Date: |
Thu, 13 Jan 2005 13:34:49 -0500 |
Camm,
Thanks for the proposed patch.
As I understand you patch it will enclose the last two
command line paramaters in 'single' quotes. Unfortunately
this wont work on Windows since ' is treated quite differently
than ". What I need at actual "..." surrounding these
parameters. Will a patch like this with the \" escaped
succeed?
- (format nil "~a -I~a ~a ~a -c -w ~a -o ~a"
+ (format nil "~a -I~a ~a ~a -c -w \"~a\" -o \"~a\""
Regards,
Bill Page.
On Thursday, January 13, 2005 9:31 AM you wrote:
>
> Could you please try this:
>
> --- /usr/lib/gcl-2.6.5/cmpnew/gcl_cmpmain.lsp 2004-09-03
> 17:48:54.000000000 +0000
> +++ cmpnew/gcl_cmpmain.lsp 2005-01-13 14:29:32.000000000 +0000
> @@ -547,7 +547,7 @@
> (setq na (namestring
> (make-pathname :name name :type
> (pathname-type(first args)))))
> #+(or dos winnt)
> - (format nil "~a -I~a ~a ~a -c -w ~a -o ~a"
> + (format nil "~a -I~a ~a ~a -c -w '~a' -o '~a'"
> *cc*
> (concatenate 'string si::*system-directory* "../h")
> (if (and (boundp '*c-debug*) *c-debug*) " -g " "")
>
- [Gcl-devel] Axiom on Windows GCL problems, Page, Bill, 2005/01/12
- RE: [Gcl-devel] Axiom on Windows GCL problems, Mike Thomas, 2005/01/13
- Re: [Gcl-devel] Axiom on Windows GCL problems, Camm Maguire, 2005/01/13
- RE: [Gcl-devel] Axiom on Windows GCL problems,
Bill Page <=
- Re: [Gcl-devel] Axiom on Windows GCL problems, Camm Maguire, 2005/01/13
- RE: [Gcl-devel] Axiom on Windows GCL problems, Bill Page, 2005/01/13
- Re: [Axiom-developer] RE: [Gcl-devel] Axiom on Windows GCL problems, Camm Maguire, 2005/01/13
- [Gcl-devel] GCL 2.6.6 branch created, Camm Maguire, 2005/01/13
- RE: [Gcl-devel] GCL 2.6.6 branch created, Mike Thomas, 2005/01/14
- Re: [Gcl-devel] GCL 2.6.6 branch created, Camm Maguire, 2005/01/14
- Re: [Gcl-devel] GCL 2.6.6 branch created, Camm Maguire, 2005/01/15