Re: [CMake] CTEST_CHECKOUT_COMMAND vs. CTEST_UPDATE_COMMAND

2010-06-24 Thread Karthik Krishnan
hte > format of a line in the cache file. Is there some reason I'd need to force > it into the cache, or is it okay for me to achieve the same effect using a > SET(CVS_UPDATE_OPTIONS ...) call? > > - Christian > > > -Original Message- > > From: Karthik Kr

Re: [CMake] CTEST_CHECKOUT_COMMAND vs. CTEST_UPDATE_COMMAND

2010-06-24 Thread Karthik Krishnan
You can specify the update options.. for instance : CVS_UPDATE_OPTIONS:STRING=-d -A -P similarly, there's SVN_UPDATE_OPTIONS -- karthik On Thu, Jun 24, 2010 at 8:00 PM, Convey, Christian J CIV NUWC NWPT < christian.con...@navy.mil> wrote: > > I'm reading throught this page: > > http://www

Re: [CMake] Updated CMake syntax and indentation files (was: Re: #463715/#538280: vim syntax and indentation files for CMake)

2010-06-03 Thread Karthik Krishnan
On Fri, Jun 4, 2010 at 1:32 AM, Bram Moolenaar wrote: > > > > Thanks. Kai just sent similar files. I like his header better. That > is shorter == better. Is it OK to avoid that big boilerplace copyright > notice that basically says "BSD license", which means there are hardly > restrictions on

Re: [CMake] Updated CMake syntax and indentation files (was: Re: #463715/#538280: vim syntax and indentation files for CMake)

2010-06-03 Thread Karthik Krishnan
f cmake-2.8.1 . Both changes have been committed into upstream cmake : commit cc252c1ba649256ca782963172e4f4f14c0dbd44 Author: Karthik Krishnan Date: Thu Jun 3 15:50:29 2010 +0530 Thanks for incorporating these into VIM. -- karthik cmake-syntax.vim Description: Binary data cm

Re: [CMake] Build on one machine, test on multiple

2010-05-28 Thread Karthik Krishnan
On Fri, May 28, 2010 at 12:04 PM, Martin Apel wrote: > Hi Alok, > > the problem is not to start the testing process remotely. In my case it's > no problem simply setting up the Windows task planner to execute some script > every night. The problem is more, how do I tell ctest to perform its tests

Re: [CMake] CTest script with SVN

2008-01-11 Thread Karthik Krishnan
Does svn update on the directory work ? Please run ctest with the -VV flag and post the output. You should be able to see the svn commands on the output log and probably find out what's wrong. On 1/11/08, Sylvain Jaume <[EMAIL PROTECTED]> wrote: > > To add to my previous post, I get the followi

Re: [CMake] CTest with built libraries

2008-01-11 Thread Karthik Krishnan
Sylvain: You could add the PATH in ctest environment within your ctest script. SET (CTEST_ENVIRONMENT "PATH=.c:/WINDOWS/system32\;C:/MyDllPath.") HTH -- karthik On 1/11/08, Sylvain Jaume <[EMAIL PROTECTED]> wrote: > > Hello, > > I build some shared libraries and need to test an ex

[CMake] Re: [Insight-users] question about "clock skew detected. Your build may be incomplete"

2007-12-07 Thread Karthik Krishnan
; _______ > Insight-users mailing list > [EMAIL PROTECTED] > http://www.itk.org/mailman/listinfo/insight-users > > -- Karthik Krishnan R&D Engineer, Kitware Inc. Ph: 518 371 3971 x119 518 698 3045 (cell) Fax: 518 371 3971 ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Eclipse CDT4 CMake Generator - Pre-Alpha version

2007-07-31 Thread Karthik Krishnan
make targets for each project .. Alex > ___ > CMake mailing list > CMake@cmake.org > http://www.cmake.org/mailman/listinfo/cmake > -- Karthik Krishnan R&D Engineer, Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC

2007-05-31 Thread Karthik Krishnan
Hi Mathieu, I had a few build errors too on my 64b machine, when linking a static library into a shared one such as : /usr/bin/ld: ...: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC The fix I've had is to stick the following li

[CMake] Re: [Insight-users] Timeout message during tests

2006-07-20 Thread Karthik Krishnan
Dan Mueller wrote: Hi, I am trying to compare the computation times of two different approaches within ITK, using CMake to script the tests. The starting and ending times are listed in the LastTest.log, so I was planning to use these to record how long each test takes. Each test could take a

Re: [CMake] Problem with CONFIGURE_FILE and cmakedefine

2006-03-22 Thread Karthik Krishnan
t.) HTH, David Karthik Krishnan wrote: Karthik Krishnan wrote: Hello, CMakeLists.txt: SET( NAMESPACE "vtk" ) SET( ${NAMESPACE}_OPTION "ON" ) CONFIGURE_FILE( ${CMAKE_CURRENT_SOURCE_DIR}/foo.h.in ${CMAKE_CURRENT_BINARY_DIR}/foo.h @ONLY IMMEDIATE ) foo.h.in #cmakede

Re: [CMake] Problem with CONFIGURE_FILE and cmakedefine

2006-03-21 Thread Karthik Krishnan
Karthik Krishnan wrote: Hello, CMakeLists.txt: SET( NAMESPACE "vtk" ) SET( ${NAMESPACE}_OPTION "ON" ) CONFIGURE_FILE( ${CMAKE_CURRENT_SOURCE_DIR}/foo.h.in ${CMAKE_CURRENT_BINARY_DIR}/foo.h @ONLY IMMEDIATE ) foo.h.in #cmakedefine @[EMAIL PROTECTED] This does n

[CMake] Problem with CONFIGURE_FILE and cmakedefine

2006-03-21 Thread Karthik Krishnan
Hello, CMakeLists.txt: SET( NAMESPACE "vtk" ) SET( ${NAMESPACE}_OPTION "ON" ) CONFIGURE_FILE( ${CMAKE_CURRENT_SOURCE_DIR}/foo.h.in ${CMAKE_CURRENT_BINARY_DIR}/foo.h @ONLY IMMEDIATE ) foo.h.in #cmakedefine @[EMAIL PROTECTED] This does not place the #define vtk_OPTION in foo.h. Replacing

Re: [CMake] VS8 and cmake 2.2.3 [Fwd: RE: [Fwd: visual studio 2005 free version]]

2006-01-27 Thread Karthik Krishnan
And after intsalling Platform SDK, you need to go through the steps in http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ -karthik William A. Hoffman wrote: At 07:10 PM 1/26/2006, Steve Pieper wrote: Hi - Is anyone using the VC++ Express 2005? We're running into the problems l