[Paraview] build with make -j xx

David E DeMarle dave.demarle at kitware.com
Mon May 2 10:16:18 EDT 2011


Three questions:

1) Does it build if you use -j 1?

2) Is the pvpythonmodule.h anywhere in your build tree?
cmake should create the file when you compile and put it at:
${YOUR_PV_BUILD}./Utilities/VTKPythonWrapping/Executable/pvpythonmodules.h

3) Are you building static libraries?
That file is for the special case of building paraview with python
without using dynamic linking, which takes some care to set up
correctly.

David E DeMarle
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109



On Sat, Apr 30, 2011 at 2:54 PM, Luigi Calori <l.calori at cineca.it> wrote:
> On 30/04/2011 19.27, David E DeMarle wrote:
>>
>> Can you post the specific error?
>
> the first errore seems something like:
>
> Built target vtkCommonCS
> make[4]: *** [all] Error 2
>  ---- other lines ----
>
> if I launch make -j 8 again then
>
> [ 11%] Built target vtkClientServerTests
> /plx/userprod/pro3dwe1/build/src/Sources/ParaView/3.10.1/src/Utilities/VTKPythonWrapping/Executable/vtkPVPythonInterpretor.cxx:24:29:
> error: pvpythonmodules.h: No such file or directory
>
> ......
>
> I am using my python version 2.7.2
>
> I' m on a red hat with uname -a -->
> Linux node364 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64
> x86_64 x86_64 GNU/Linux
>
>
>
>
>> make -j 8 works fine for me.
>>
>> David E DeMarle
>> Kitware, Inc.
>> R&D Engineer
>> 28 Corporate Drive
>> Clifton Park, NY 12065-8662
>> Phone: 518-371-3971 x109
>>
>>
>>
>> On Sat, Apr 30, 2011 at 9:39 AM, Luigi Calori<l.calori at cineca.it>  wrote:
>>>
>>> I have problem in building paraview (3.10.1)  with make -j<number of
>>> concurrent jobs>
>>>
>>> It seem related to the python wrapping.
>>>
>>> Has someone else got this problem?
>>>
>>> thanks
>>>
>>> Luigi
>>>
>>> _______________________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Please keep messages on-topic and check the ParaView Wiki at:
>>> http://paraview.org/Wiki/ParaView
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://www.paraview.org/mailman/listinfo/paraview
>>>
>
>


More information about the ParaView mailing list