Re: [CMake] cmake install overrode my PATH instead of appending to it

2009-12-18 Thread Mark Jones
N characters long with M >> semi-colon separated components >> - look at "My Computer > Properties > Advanced > Environment Variables > >> user PATH value" to see the new PATH value >> >> I will try this again on Monday with the installer you&#

Re: [CMake] cmake install overrode my PATH instead of appending to it

2009-12-13 Thread Mark Jones
ls. (Exactly what steps you took that produced the > problem...) > > > Thanks, > David > > > On Sat, Dec 12, 2009 at 7:31 AM, Mark Jones wrote: > >> I chose to add cmake to my PATH (on Win XP 32) during the installation. >> After it finished I noticed that it c

Re: [CMake] "Interface not registered" error in Visual Studio after running cmake

2009-12-13 Thread Mark Jones
h. I've never > heard this sort of report before -- are you up to date with respect to VS > service packs and updates? > > > HTH, > David > > > On Sat, Dec 12, 2009 at 7:29 AM, Mark Jones wrote: > >> When I ran cmake for the first time it registered itself

[CMake] cmake install overrode my PATH instead of appending to it

2009-12-12 Thread Mark Jones
I chose to add cmake to my PATH (on Win XP 32) during the installation. After it finished I noticed that it completely overrode my PATH instead of appending to it. Is this a known bug? Thanks, Mark ___ Powered by www.kitware.com Visit other Kitware ope

[CMake] "Interface not registered" error in Visual Studio after running cmake

2009-12-12 Thread Mark Jones
When I ran cmake for the first time it registered itself with Visual Studio 2005. Now that it has done so, if I try to right click on any of my macros (including those that existed prior to running cmake) and choose Edit to edit the macros, a dialog comes up that says "Error", "Interface not regis

Re: [CMake] Can cmake generate Visual Studio projects without generating a makefile?

2009-12-12 Thread Mark Jones
those CMake commands...? > > http://cmake.org/cmake/help/cmake-2-8-docs.html#command:add_custom_command > http://cmake.org/cmake/help/cmake-2-8-docs.html#command:add_custom_target > > > HTH, > David > > > On Fri, Dec 11, 2009 at 9:17 AM, Mark Jones wrote: > >>

[CMake] Can cmake generate Visual Studio projects without generating a makefile?

2009-12-11 Thread Mark Jones
If I have a build system in place (that uses gmake) that I am already comfortable with and would just like to use cmake to create Visual Studio (or XCode) projects that simply have release and debug targets that call gmake for me, can I do that with cmake? Or, does cmake always generate a makefile