[Paraview] CMake error from VTKConfig.cmake

Christoph Grüninger foss at grueninger.de
Wed May 30 20:03:36 EDT 2018


Dear Utkarsh,
thanks for the hint, adding `-DVTK_USE_SYSTEM_LZMA:BOOL=ON`, it helped.

Now I get another linker error:

[  259s]
/home/abuild/rpmbuild/BUILD/ParaView-v5.5.0/VTK/ThirdParty/libharu/vtklibharu/src/hpdf_page_operator.c:2280:
undefined reference to `sincos'

I found some hints that ParaViews provides a patched version of hpdf,
but I could get it compiled. Any idea?

Thanks a lot!
Christoph

Am 29.05.2018 um 15:08 schrieb Utkarsh Ayachit:
> Christoph,
> 
> While I didn't encounter the lzma link issue myself, since you're using
> system zlib etc., shouldn't the LZMA also be set to use system? Try setting
> `-DVTK_USE_SYSTEM_LZMA:BOOL=ON`. Maybe same should be done for
> `VTK_USE_SYSTEM_LZ4`.
> 
> Utkarsh
> On Tue, Apr 24, 2018 at 11:11 AM Utkarsh Ayachit <
> utkarsh.ayachit at kitware.com> wrote:
> 
>> Oh right! I forgot about that. Let me try to see if I can reproduce
>> that one too.
> 
>> Utkarsh
> 
>> On Tue, Apr 24, 2018 at 12:41 AM, Christoph Grüninger
>> <foss at grueninger.de> wrote:
>>> Hi Utkarsh,
>>> thanks for the patches! They seem to work, the CMake configuration
>>> problems are gone, including the ugly CMake warnings.
>>>
>>> Now I run again into the linker bug I mentioned last week.
>>>
>>> Bye
>>> Christoph
>>>
>>> --
>>> Unfortunately, plots are notoriously hard to get right. Partly, the
>>> default settings of programs like gnuplot or Excel are to blame for
>>> this since these programs make it very convenient to create bad plots.
>>>                         -- Till Tantau, "The TikZ and PGF Packages"
> 

-- 
Unfortunately, plots are notoriously hard to get right. Partly, the
default settings of programs like gnuplot or Excel are to blame for
this since these programs make it very convenient to create bad plots.
                        -- Till Tantau, "The TikZ and PGF Packages"


More information about the ParaView mailing list