Re: [Paraview] Building the current cvs / utf8.h not found

2009-04-24 Thread Timothy M. Shead
John Drescher wrote: I updated my cvs a few weeks back and since then I have not been able to build paraview because utf8.h is not found. This is on VS2005 under XPSP3 1>-- Build started: Project: vtkCommon, Configuration: Debug Win32 -- 1>Compiling... 1>vtkUnicodeString.cxx 1>..\..\..

Re: [Paraview] Building the current cvs / utf8.h not found

2009-04-24 Thread John Drescher
On Fri, Apr 24, 2009 at 11:16 AM, Timothy M. Shead wrote: > John Drescher wrote: >> >> I updated my cvs a few weeks back and since then I have not been able >> to build paraview because utf8.h is not found. >> >> This is on VS2005 under XPSP3 >> >> >> 1>-- Build started: Project: vtkCommon, Co

Re: [Paraview] Building the current cvs / utf8.h not found

2009-04-24 Thread David E DeMarle
You probably just forgot the "-d" option to cvs update. Without that it will not create new directories in your working directory. David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Fri, Apr 24, 2009 at 11:27 AM, John Drescher

Re: [Paraview] Building the current cvs / utf8.h not found

2009-04-24 Thread David Cole
You have to use "-d" with your cvs updates to get new directories I always use: cvs up -dAP to sync my dev trees to CVS HEAD. On Fri, Apr 24, 2009 at 11:27 AM, John Drescher wrote: > On Fri, Apr 24, 2009 at 11:16 AM, Timothy M. Shead > wrote: > > John Drescher wrote: > >> > >> I updated my

Re: [Paraview] Building the current cvs / utf8.h not found

2009-04-24 Thread John Drescher
On Fri, Apr 24, 2009 at 11:38 AM, David E DeMarle wrote: > You probably just forgot the "-d" option to cvs update. Without that > it will not create new directories in your working directory. > On Fri, Apr 24, 2009 at 11:38 AM, David Cole wrote: >You have to use "-d" with your cvs updates to get

Re: [Paraview] Building the current cvs / utf8.h not found

2009-04-27 Thread Moreland, Kenneth
As a precaution, I recommend having a ~/.cvsrc file with a line like "update -d -P" so that will not happen in the future. -Ken On 4/24/09 9:57 AM, "John Drescher" wrote: On Fri, Apr 24, 2009 at 11:38 AM, David E DeMarle wrote: > You probably just forgot the "-d" option to cvs update. Withou