<div dir="ltr">Hi,<div>While I was trying to do this superbuild I got the following error while running gmake.</div><div><br></div><div><div><br></div><div><font color="#0000ff" face="monospace, monospace">[ 78%] Building CXX object VTK/Wrapping/Python/CMakeFiles/vtkPVServerManagerCorePython.dir/vtkPVServerManagerCorePythonInit.cxx.o</font></div><div><font color="#0000ff" face="monospace, monospace">In file included from /glb/home/incsu0/ir1/SPH/ParaView-4.4-SuperBuild/Sept-29/install/include/python2.7/Python.h:126,</font></div><div><font color="#0000ff" face="monospace, monospace">                 from /glb/home/incsu0/ir1/SPH/ParaView-4.4-SuperBuild/Sept-29/paraview/src/paraview/VTK/Utilities/Python/vtkPython.h:79,</font></div><div><font color="#0000ff" face="monospace, monospace">                 from /glb/home/incsu0/ir1/SPH/ParaView-4.4-SuperBuild/Sept-29/paraview/src/paraview-build/VTK/Wrapping/Python/vtkPVServerManagerCorePythonInit.cxx:2:</font></div><div><font color="#0000ff" face="monospace, monospace">/glb/home/incsu0/ir1/SPH/ParaView-4.4-SuperBuild/Sept-29/install/include/python2.7/modsupport.h:27: warning: ?PyArg_ParseTuple? is an unrecognized format function type</font></div><div><font color="#0000ff" face="monospace, monospace">Linking CXX shared module ../../../lib/vtkPVServerManagerCorePython.so</font></div><div><font color="#0000ff" face="monospace, monospace">[ 78%] Built target vtkPVServerManagerCorePython</font></div><div><font color="#0000ff" face="monospace, monospace">gmake[4]: Target `all' not remade because of errors.</font></div><div><font color="#0000ff" face="monospace, monospace">gmake[3]: *** [all] Error 2</font></div><div><font color="#0000ff" face="monospace, monospace">gmake[3]: Target `default_target' not remade because of errors.</font></div><div><font color="#0000ff" face="monospace, monospace">CMake Error at /glb/home/incsu0/ir1/SPH/ParaView-4.4-SuperBuild/Sept-29/pv-paraview-build.cmake:33 (message):</font></div><div><font color="#0000ff" face="monospace, monospace">  Failed with exit code 2</font></div></div><div><br></div><div><br></div><div>To start with I was trying to build the following components</div><div><br></div><div><div><font color="#0000ff" face="monospace, monospace">[  8%] Built target bzip2</font></div><div><font color="#0000ff" face="monospace, monospace">[ 17%] Built target zlib</font></div><div><font color="#0000ff" face="monospace, monospace">[ 25%] Built target freetype</font></div><div><font color="#0000ff" face="monospace, monospace">[ 33%] Built target libxml2</font></div><div><font color="#0000ff" face="monospace, monospace">[ 40%] Built target fontconfig</font></div><div><font color="#0000ff" face="monospace, monospace">[ 48%] Built target szip</font></div><div><font color="#0000ff" face="monospace, monospace">[ 55%] Built target hdf5</font></div><div><font color="#0000ff" face="monospace, monospace">[ 62%] Built target mpi</font></div><div><font color="#0000ff" face="monospace, monospace">[ 70%] Built target png</font></div><div><font color="#0000ff" face="monospace, monospace">[ 77%] Built target python</font></div><div><font color="#0000ff" face="monospace, monospace">[ 85%] Built target numpy</font></div><div><font color="#0000ff" face="monospace, monospace">[ 93%] Built target qt5</font></div><div><font color="#0000ff" face="monospace, monospace">[ 93%] Performing update step for 'paraview'</font></div><div><font color="#0000ff" face="monospace, monospace">Already on 'master'</font></div><div><font color="#0000ff" face="monospace, monospace">Your branch is up-to-date with 'origin/master'.</font></div><div><font color="#0000ff" face="monospace, monospace">[ 94%] Performing configure step for 'paraview'</font></div><div><font color="#0000ff" face="monospace, monospace">-- Setting build type to 'Debug' as none was specified.      </font>                                                                                                            </div></div><div><br></div><div><br></div><div>Any clue how to handle this? </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 23, 2015 at 8:58 PM, Felipe Bordeu <span dir="ltr"><<a href="mailto:felipe.bordeu@ec-nantes.fr" target="_blank">felipe.bordeu@ec-nantes.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
Hi Utkarsh,<br>
<br>
</span>for the moment I have this:<br>
<br>
I modified the ParaView Super Build  sources :<br>
    add the line "include(pxdmfreader)" to the CMakeLists.txt<br>
    and add a revision in the file versions.cmake<br>
("add_customizable_revision(pxdmfreader...")<br>
<br>
add 2 file the Project directory (in the way as the vistrails plugin)<br>
    pxdmfreader.cmake<br>
    install_pxdmfreader.cmake<br>
<br>
the install_pxdmfreader.cmake is responsible of making the zip files.<br>
<br>
<br>
<br>
Now I configure the super build and I enable the plugin. The plugin is<br>
compiled and a zip/tar.gz is generated (tested in linux/osx)<br>
<br>
is this the correct way to go???<br>
is this enough to be compatible with the binary version of ParaView??<br>
<br>
It is normal that every time I type 'make' in the superbuild build<br>
directory a configuration process (cmake) on the<br>
paraview/src/paraview-build/ is executed?? This is verry slow. I made<br>
changes only in my plugin.<br>
<br>
Now I'm working in detecting/building the dependencies correctly (blas,<br>
xdmf2/3, boost, zlib).<br>
<br>
Thanks<br>
<br>
Felipe<br>
<span class=""><br>
<br>
<br>
Le 21/09/2015 16:39, Utkarsh Ayachit a écrit :<br>
> Felipe,<br>
><br>
>> For the moment we don't have a license (I have to read the BSD license).<br>
><br>
> Okay. You should figure this part out sooner rather than later.<br>
><br>
><br>
>> For building the plugin we use :<br>
>> boost (because the Xdmf3lib reader use it)<br>
>> latex to build the pdf of the documentation and include it in the .so<br>
file.<br>
>> I added a "save documentation to disk" button in the plugin . (this<br>
in not<br>
>> mandatory, I can disable this)<br>
>> blas (cblas of just blas): we do intensive computation so we really need<br>
>> blas. (I have a "no_blas" flag to compile the plugin on android/IOS).<br>
><br>
><br>
> ParaView Superbuild doesn't have "blas". You'll need to extend the<br>
> superbuild to teach it how to build & package that as well.<br>
><br>
>> Now my question is how to handle releases and compilation errors??<br>
>> Do I have to put the sources in a github?<br>
><br>
> Yes, you can create a merge-request on the ParaVIew supbuild gitlab[1]<br>
> . We can do builds on all platforms from a MR that you can then use to<br>
> track down any build issues that may be introduced as a result of the<br>
> changes.<br>
><br>
> Utkarsh<br>
><br>
><br>
> [1] <a href="https://gitlab.kitware.com/paraview/paraview-superbuild" rel="noreferrer" target="_blank">https://gitlab.kitware.com/paraview/paraview-superbuild</a><br>
<br>
<br>
</span><span class="">- --<br>
Felipe Bordeu Weldt<br>
Ingénieur de Recherche<br>
- -------------------------------------<br>
Tél. : 33 (0)2 40 37 16 57<br>
Fax. : 33 (0)2 40 74 74 06<br>
<a href="mailto:Felipe.Bordeu@ec-nantes.fr">Felipe.Bordeu@ec-nantes.fr</a><br>
Institut GeM - UMR CNRS 6183<br>
École Centrale Nantes<br>
1 Rue de La Noë, 44321 Nantes, FRANCE<br>
- -------------------------------------<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v2.0.22 (GNU/Linux)<br>
<br>
</span>iQEcBAEBAgAGBQJWAsUrAAoJEE/fMfNgU9/D0zcIAMhE6kv4u0CCWdg4Kn51d3Fu<br>
KBtey3PR+p8O/dGHbAjpa5W5zRiTzltc6FVAVDCYizDN4ovA+pZjunFqPFLntMdy<br>
1NewGfJ/EtflONbMI+/7KZI1iPf6O+ebeyBEPmrv9uNAzQAnRECGEC4dU6kHndbE<br>
5Cz7xK0HK+wR1xAm8J7WsZS24ySyBaNQRPPlIdZjc/lE2fOC/0vrb5com7EpJFAr<br>
+JHmYI1+EAZTZw6wVdj8CgBY57LFlzq0V/JsJ10gY8r+/w7meR1IZvOMSL64sqqU<br>
Q397ltZFWfTf8K02FA5coTtg0dwpXKsBXuy6xzIIrNOJABryW9aa2DPoTVzzo0k=<br>
=Feu6<br>
-----END PGP SIGNATURE-----<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</div></div></blockquote></div><br></div>