Re: [cmake-developers] execute_process inconsitancy

2012-09-04 Thread J Decker
On Mon, Sep 3, 2012 at 7:50 PM, David Cole david.c...@kitware.com wrote: That's not a workaround, that's the solution. The quotes don't belong there. I dunno seems to be an application specific failure On Sep 3, 2012, at 10:24 PM, J Decker d3c...@gmail.com wrote: I do have a

Re: [cmake-developers] execute_process inconsitancy

2012-09-04 Thread Brad King
On Tue, Sep 4, 2012 at 2:19 AM, J Decker d3c...@gmail.com wrote: On Mon, Sep 3, 2012 at 7:50 PM, David Cole david.c...@kitware.com wrote: That's not a workaround, that's the solution. The quotes don't belong there. I dunno seems to be an application specific failure Python: c:\set

[cmake-developers] execute_process inconsitancy

2012-09-03 Thread J Decker
I use this command to get the current repository version number. Under windows I have to use 'cmd /c ...' under linux or I obviously can't use that. Is there a test I can do in a cmakelists to test the shell processor? Is there something I can do to make this the same command? Under windows,

Re: [cmake-developers] execute_process inconsitancy

2012-09-03 Thread Brad King
On 09/03/2012 03:04 PM, J Decker wrote: I use this command to get the current repository version number. Under windows I have to use 'cmd /c ...' under linux or I obviously can't use that. Is there a test I can do in a cmakelists to test the shell processor? Is there something I can do

Re: [cmake-developers] execute_process inconsitancy

2012-09-03 Thread J Decker
On Mon, Sep 3, 2012 at 1:04 PM, Brad King brad.k...@kitware.com wrote: On 09/03/2012 03:04 PM, J Decker wrote: I use this command to get the current repository version number. Under windows I have to use 'cmd /c ...' under linux or I obviously can't use that. Is there a test I can do in a

Re: [cmake-developers] execute_process inconsitancy

2012-09-03 Thread David Cole
On Mon, Sep 3, 2012 at 5:15 PM, J Decker d3c...@gmail.com wrote: On Mon, Sep 3, 2012 at 1:04 PM, Brad King brad.k...@kitware.com wrote: On 09/03/2012 03:04 PM, J Decker wrote: I use this command to get the current repository version number. Under windows I have to use 'cmd /c ...' under

Re: [cmake-developers] execute_process inconsitancy

2012-09-03 Thread David Cole
On Mon, Sep 3, 2012 at 5:37 PM, David Cole david.c...@kitware.com wrote: On Mon, Sep 3, 2012 at 5:15 PM, J Decker d3c...@gmail.com wrote: On Mon, Sep 3, 2012 at 1:04 PM, Brad King brad.k...@kitware.com wrote: On 09/03/2012 03:04 PM, J Decker wrote: I use this command to get the current

Re: [cmake-developers] execute_process inconsitancy

2012-09-03 Thread J Decker
dir c:\Program Files\tortoisehg Volume in drive C has no label. Volume Serial Number is F05B-C5AF Directory of c:\Program Files\tortoisehg 08/20/2012 10:47 PM33,544 hg.exe I don't know what hy.py would be . On Mon, Sep 3, 2012 at 2:37 PM, David Cole

Re: [cmake-developers] execute_process inconsitancy

2012-09-03 Thread David Cole
OK... Is hg.exe in the PATH? Do you get different results if you use the full path to hg.exe rather than just hg? On Mon, Sep 3, 2012 at 5:48 PM, J Decker d3c...@gmail.com wrote: dir c:\Program Files\tortoisehg Volume in drive C has no label. Volume Serial Number is F05B-C5AF Directory

Re: [cmake-developers] execute_process inconsitancy

2012-09-03 Thread J Decker
On Mon, Sep 3, 2012 at 3:58 PM, David Cole david.c...@kitware.com wrote: OK... Is hg.exe in the PATH? Do you get different results if you use the full path to hg.exe rather than just hg? hg is in the path; although, when hg is not in the path, the result is the same. hg.exe is the same result

Re: [cmake-developers] execute_process inconsitancy

2012-09-03 Thread J Decker
I do have a workaround by taking the quotes out of the path... On Mon, Sep 3, 2012 at 7:23 PM, J Decker d3c...@gmail.com wrote: On Mon, Sep 3, 2012 at 3:58 PM, David Cole david.c...@kitware.com wrote: OK... Is hg.exe in the PATH? Do you get different results if you use the full path to hg.exe

Re: [cmake-developers] execute_process inconsitancy

2012-09-03 Thread David Cole
That's not a workaround, that's the solution. The quotes don't belong there. On Sep 3, 2012, at 10:24 PM, J Decker d3c...@gmail.com wrote: I do have a workaround by taking the quotes out of the path... On Mon, Sep 3, 2012 at 7:23 PM, J Decker d3c...@gmail.com wrote: On Mon, Sep 3, 2012 at