help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [h-e-w] M-x compile and spaces in compile-command


From: andrew . maguire
Subject: RE: [h-e-w] M-x compile and spaces in compile-command
Date: Wed, 6 Feb 2002 17:41:46 -0500

w32-quote-process-args
  Variable: Non-nil enables quoting of process arguments to ensure correct
parsing.
  Plist: variable-documentation

Is probably set to t
so what actually gets passed to the Windows shell is, using ''s to delimit
the actual args:

'msdev' 'sqlib/sqlib.dsw' '/MAKE' '"TestSQProtocol' '-' 'Win32' 'Debug"'

I suggest simply setting the variable to nil to turn the above feature off
and see what happens!

Andrew

> -----Original Message-----
> From: Christoph Conrad [mailto:address@hidden
> Sent: 06 February 2002 15:51
> To: address@hidden
> Subject: [h-e-w] M-x compile and spaces in compile-command
> 
> 
> Hi,
> 
> i am trying to invoke msdev with a project configuration, but it
> seems that my projectconfiguration isn't parsed as one arg, it seems
> to be splitted at the spaces at " - ". My compile-command is
> "msdev sqlib/sqlib.dsw /MAKE \"TestSQProtocol - Win32 Debug\"":
> 
> ,----
> | cd c:/HOME/CC/Projekte/JC/sqlib/
> | msdev sqlib/sqlib.dsw /MAKE "TestSQProtocol - Win32 Debug"
> | Warning: ignore unknown project: "TestSQProtocol
> | Error: There are no valid targets.
> | Compilation exited abnormally with code 255 at Wed Feb 06 16:49:00
> `----
> 
> Any idea??
> 
> Best regards,
> Christoph Conrad
> -- 
> TTi Entwicklungszentrum GmbH,  Elisabethstr. 16, D-52062 Aachen
> Fon: +49 241 47051-0  Fax: +49 241 47051-89 Web: 
http://www.ttisystems.com
-
There are 3 kinds of people, those who can count and those who can't.



reply via email to

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