[Paraview] PV 3.8 RC1 + Cmake 2.8.1 failing?

Sven Buijssen sven.buijssen at tu-dortmund.de
Tue Apr 20 07:49:56 EDT 2010


Hi Paul,

> Sven Buijssen wrote:
>> (off the list for the moment while discussing some technical details)
>>   
> [taking back to the list]
>> I managed to compile PV 3.8 RC1
>> (http://www.paraview.org/files/v3.8/ParaView-3.8.0-RC1.tar.gz) on a
>> 32bit openSuSE 11.1 system, with any of cmake 2.6.4, 2.8.0 and 2.8.1.
>> Here's my recipe:
>>
>> [...]
>>   
>> % make -j 16
>>   
> 
> Ouch, just for fun I tried to use make -j 2 instead of a single process
> make and the problem went away, i.e. the compile succeeded. That's not
> very good...
> Out of interest, do you always build multi-process? I'm on a dual-core
> machine and when building in the background make -j N isn't very
> attractive.

Yes, I usually build with N > 1.
I just tested your hypothesis and I can confirm that (for a clean build)
it does make a difference whether one compiles with 1 or more processes.
The error > make[2]: *** No rule to make target
`Applications/ParaView/../../Documentation/paraview.qch', needed by
`Applications/ParaView/qrc_paraview_help.cxx'.  Stop.
does only occur when compiling sequentially (on 32 bit Linux). Funny to
see that on my 3 different 64 bit Linux operating systems compilation
always fails at this point, even with N > 1.

Sven


More information about the ParaView mailing list