<div dir="ltr">Broke, you can still go and run CMake to each sub-project independently and all make as well.<div><br></div><div>For example: </div><div>cd paraview/src/paraview-build</div><div>ccmake .</div><div>make</div>
<div><br></div><div>Seb</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 2, 2014 at 1:42 PM, Brock Palen <span dir="ltr"><<a href="mailto:brockp@umich.edu" target="_blank">brockp@umich.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sebastien,<br>
That helped a lot, and I have sense disabled a few more plugins to get builds to go.  I keep having it error out.  It appears that the top level make in superbuild doesn't respect -j1  so I lose the error message.<br>

I find a little more if I run:  make VERBOSE=1  but still the errors are mixed in with good compiles.<br>
<br>
So two quesions, how can I force serial make when debugging where the error is.<br>
<br>
Another is one of the errors was not finding a pthread library (linker error pthread_close not defined)  how would I even go about adding -l pthread   to the LDFLAGS for a project like this?<br>
<div class="im HOEnZb"><br>
Brock Palen<br>
<a href="http://www.umich.edu/~brockp" target="_blank">www.umich.edu/~brockp</a><br>
CAEN Advanced Computing<br>
XSEDE Campus Champion<br>
<a href="mailto:brockp@umich.edu">brockp@umich.edu</a><br>
<a href="tel:%28734%29936-1985" value="+17349361985">(734)936-1985</a><br>
<br>
<br>
<br>
</div><div class="HOEnZb"><div class="h5">On Apr 30, 2014, at 4:42 PM, Sebastien Jourdain <<a href="mailto:sebastien.jourdain@kitware.com">sebastien.jourdain@kitware.com</a>> wrote:<br>
<br>
> Hi Brock,<br>
><br>
> make sure that ENABLE_cosmotools is OFF.<br>
><br>
> That is the only thing that depends on generic_io.<br>
> If you turned it ON once, you may need to delete your build tree and start again from scratch.<br>
><br>
> If that is not the solution, we will need to digg more and figure out why generic_io was pulled in.<br>
> But I couldn't find any reference in the super build.<br>
><br>
> Seb<br>
><br>
><br>
> On Wed, Apr 30, 2014 at 2:16 PM, Brock Palen <<a href="mailto:brockp@umich.edu">brockp@umich.edu</a>> wrote:<br>
> I am trying to build paraview for our cluster using the superbuild.  I am doing this because I want both the gui and server (we have VNC nodes, and client server users).<br>
><br>
>     module load gcc/4.7.0<br>
>     module load openmpi/1.6.5/gcc/4.7.0<br>
>     module load cmake/2.8.8<br>
><br>
>     git clone git://<a href="http://paraview.org/ParaViewSuperbuild.git" target="_blank">paraview.org/ParaViewSuperbuild.git</a><br>
>     git checkout -b 4.1.0 v4.1.0<br>
><br>
>     mkdir paraview-bin<br>
>     cd paraview-bin<br>
><br>
>     ccmake ../ParaViewSuperbuild<br>
><br>
><br>
> at this point I set to use system_mpi a collection of readers etc, but no mater what I do the build always fails with:<br>
><br>
>   Failed to clone repository:<br>
>   'git://<a href="http://kwsource.kitwarein.com/genericio/genericio.git" target="_blank">kwsource.kitwarein.com/genericio/genericio.git</a>'<br>
><br>
> I googled around for this and found reference to private plugins you can't distribute, but I specifically disable genericio (awful name if it is a private plugin, sounds like your standard readers).<br>
><br>
> Is there any way to get more information about why genericio is being pulled in?   <a href="http://kwsource.kitwarein.com" target="_blank">kwsource.kitwarein.com</a> doesn't even resolve.<br>
><br>
> Thanks!<br>
><br>
> Brock Palen<br>
> <a href="http://www.umich.edu/~brockp" target="_blank">www.umich.edu/~brockp</a><br>
> CAEN Advanced Computing<br>
> XSEDE Campus Champion<br>
> <a href="mailto:brockp@umich.edu">brockp@umich.edu</a><br>
> <a href="tel:%28734%29936-1985" value="+17349361985">(734)936-1985</a><br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
><br>
><br>
<br>
</div></div></blockquote></div><br></div>