gcl-devel
[Top][All Lists]
Advanced

[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 " "")
> 





reply via email to

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