Re: Problem with spaces in path on windows

2008-10-27 Thread Kenton Varda
Can you give a specific example of a complete protoc command and the error it produces? protoc should not care about spaces in file names as long as they are properly quoted. On Mon, Oct 27, 2008 at 6:49 AM, sdx <[EMAIL PROTECTED]> wrote: > > Hi, > > While trying to invoke the protoc compiler on

Problem with spaces in path on windows

2008-10-27 Thread sdx
Hi, While trying to invoke the protoc compiler on the windows platform on a file placed in a path containing spaces the compiler returns with an error saying that the given path was not found (it shows an incomplete path up until the first space in the path as part of the error message) I am usi