Re: [Paraview] build problems on windows

2010-07-22 Thread Paul Edwards
Ok, I've found the problem and it seems to be with the way cmake is generating the build.make file. If I manually add the .exe onto the end of vtkWrapClientServer in the build.make file it will run the program and then I also need to do the same for kwProcessXML too. Any idea how to fix this? I'

Re: [Paraview] build problems on windows

2010-07-22 Thread Paul Edwards
Hi I actually switched to Visual Studio makefiles which removed the error about not knowing how to make "D:\scratch\win32\paraview\bin\vtkWrapClientServer" (and I did have other issues too...). Now I am trying to go back to using nmake and the problem is back. I have tried building the example f

Re: [Paraview] build problems on windows

2010-07-21 Thread Paul Edwards
Found the problem. It was due to a symlink in the tar file that resulted in a corrupted file when untarring with interix On 21 July 2010 17:46, Paul Edwards wrote: > Hi, > > I'm trying to build plugins against the latest version of ParaView (git > master) on windows and it is failing with:

[Paraview] build problems on windows

2010-07-21 Thread Paul Edwards
Hi, I'm trying to build plugins against the latest version of ParaView (git master) on windows and it is failing with: NMAKE : fatal error U1073: don't know how to make "D:\paraview\bin\vtkWrapClientServer" I built ParaView ok with nmake on the command line but now my plugins aren't building