[Paraview] How to superbuild?

2011-06-28 Thread Fred Fred
I wonder what is this "superbuild"' building, I suppose it means every third party library is compiled during the PV building process but how to proceed for this super building process, I did not find any info on the PV wiki?

Re: [Paraview] How to superbuild?

2011-06-28 Thread David Partyka
Hi Fred, The basic way to use the superbuild is when you initially run CMake, set paraview-source/SuperBuild as your source tree instead of the root of the source tree. Note that I wrote it simply for generating release binaries so it's not as robust or as flexible as I'd like it at the moment. It

Re: [Paraview] How to superbuild?

2011-06-28 Thread Fred Fred
Thanks, actually I just want to check if I can read cgns files with this version since my customized build makes cgns reading fail. From: david.part...@kitware.com Date: Tue, 28 Jun 2011 08:26:29 -0400 Subject: Re: [Paraview] How to superbuild? To: stan1...@hotmail.fr CC: paraview@paraview.org

Re: [Paraview] How to superbuild?

2011-06-28 Thread Fred Fred
r.html and texi2html come into play! From: david.part...@kitware.com Date: Tue, 28 Jun 2011 08:26:29 -0400 Subject: Re: [Paraview] How to superbuild? To: stan1...@hotmail.fr CC: paraview@paraview.org Hi Fred, The basic way to use the superbuild is when you initially run CMake, set paraview-source/

Re: [Paraview] How to superbuild?

2011-06-28 Thread David Partyka
t > understand why doc/developper.html and texi2html come into play! > > -- > From: david.part...@kitware.com > Date: Tue, 28 Jun 2011 08:26:29 -0400 > Subject: Re: [Paraview] How to superbuild? > To: stan1...@hotmail.fr > CC: paraview@paraview.org > > Hi Fred, The basic way to us

Re: [Paraview] How to superbuild?

2011-06-28 Thread Fred Fred
How do you "make ffmpeg"? From: david.part...@kitware.com Date: Tue, 28 Jun 2011 09:43:55 -0400 Subject: Re: [Paraview] How to superbuild? To: stan1...@hotmail.fr CC: paraview@paraview.org If you do make FFMPEG, do you get the same error? Just curious if this output is purely from

Re: [Paraview] How to superbuild?

2011-06-28 Thread David Partyka
david.part...@kitware.com > Date: Tue, 28 Jun 2011 09:43:55 -0400 > > Subject: Re: [Paraview] How to superbuild? > To: stan1...@hotmail.fr > CC: paraview@paraview.org > > If you do make FFMPEG, do you get the same error? Just curious if this > output is purely from FFMPEG

Re: [Paraview] How to superbuild?

2011-06-28 Thread Fred Fred
] Error 2make[3]: *** [FFMPEG-prefix/src/FFMPEG-stamp/FFMPEG-build] Error 2make[2]: *** [CMakeFiles/FFMPEG.dir/all] Error 2make[1]: *** [CMakeFiles/FFMPEG.dir/rule] Error 2make: *** [FFMPEG] Error 2 From: david.part...@kitware.com Date: Tue, 28 Jun 2011 09:48:36 -0400 Subject: Re: [Paraview] How to

Re: [Paraview] How to superbuild?

2011-09-26 Thread Fred Fred
Error 2 From: david.part...@kitware.com Date: Tue, 28 Jun 2011 09:48:36 -0400 Subject: Re: [Paraview] How to superbuild? To: stan1...@hotmail.fr CC: paraview@paraview.org I am assuming you're building on the command line on Linux/Mac? Simply type 'make FFMPEG' in your terminal while in you