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: Camm Maguire
Subject: Re: [Gcl-devel] Axiom on Windows GCL problems
Date: 13 Jan 2005 13:52:41 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  OK, how about

(format nil "~a -I~a ~a ~a -c -w ~s -o ~s"

Take care,


"Bill Page" <address@hidden> writes:

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

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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