Re: [Paraview] Paraview 4.1 with external tiff library

2014-01-22 Thread Mathias Anselmann
Hello Utkarsh,
sorry for the late delay but finally I found some time to test your
patch and it works flawlessly, I can compile and use Paraview 4.1 with
my local tiff library.
So can you please include this patch in the next release of Paraview?
Thanks and greetings
Mathias

On Thu, Jan 16, 2014 at 05:33:42PM -0500, Utkarsh Ayachit wrote:
 Mathias,
 
 Can you try if the attached patch addresses the issues please? You'll
 need to apply this patch under ParaView/Utilities/VisItBridge source
 dir.
 Thanks
 Utkarsh
 
 On Wed, Jan 15, 2014 at 11:45 AM, Mathias Anselmann
 mathias.anselm...@gmail.com wrote:
  Hello,
  I have a problem with compiling Paraview 4.1 using my own libtiff
  (version 4.0.3, cmake flag VTK_USE_SYSTEM_TIFF=ON) and visitbridge
  plugin (cmake flag PARAVIEW_USE_VISITBRIDGE=ON). When I try to compile
  Paraview with these flags, it fails with
 
  /usr/bin/ld: cannot find -lvtktiff
 
  a shortened compilation output can be found here:
 
  http://sprunge.us/dUTT
 
  If I set VTK_USE_SYSTEM_TIFF to OFF Paraview compiles fine and works.
  I coult compile Paraview 4.0.1 with my own tiff library so I suspect a
  bug in Paraview 4.1?
  A similiar bug has been reported already for Paraview 3 here:
 
  http://vtk.org/Bug/view.php?id=12849
 
  Can anybody help me with this problem?
  Thanks and greetings,
  Mathias
  ___
  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
___
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


[Paraview] Paraview 4.1 with external tiff library

2014-01-15 Thread Mathias Anselmann
Hello,
I have a problem with compiling Paraview 4.1 using my own libtiff
(version 4.0.3, cmake flag VTK_USE_SYSTEM_TIFF=ON) and visitbridge
plugin (cmake flag PARAVIEW_USE_VISITBRIDGE=ON). When I try to compile
Paraview with these flags, it fails with

/usr/bin/ld: cannot find -lvtktiff

a shortened compilation output can be found here:

http://sprunge.us/dUTT

If I set VTK_USE_SYSTEM_TIFF to OFF Paraview compiles fine and works.
I coult compile Paraview 4.0.1 with my own tiff library so I suspect a
bug in Paraview 4.1?
A similiar bug has been reported already for Paraview 3 here:

http://vtk.org/Bug/view.php?id=12849

Can anybody help me with this problem?
Thanks and greetings,
Mathias
___
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


[Paraview] Paraview 4.1 fails fetching image

2014-01-14 Thread Mathias Anselmann
Hello,
I just try to compile Paraview 4.1 and it fails due to a wrong MD5
hash - do I do something wrong or is this a bug?
Here is the relevant output of the compilation process:

-- Fetching
http://www.vtk.org/files/ExternalData/MD5/c3a85b21946b6eb8675ac73e166eafd7;
-- [download 3% complete]
-- [download 7% complete]
-- [download 10% complete]
-- [download 14% complete]
-- [download 17% complete]
-- [download 21% complete]
-- [download 24% complete]
-- [download 28% complete]
-- [download 32% complete]
-- [download 35% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 43% complete]
-- [download 47% complete]
-- [download 50% complete]
-- [download 54% complete]
-- [download 58% complete]
-- [download 61% complete]
-- [download 65% complete]
-- [download 68% complete]
-- [download 72% complete]
-- [download 75% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 84% complete]
-- [download 87% complete]
-- [download 91% complete]
-- [download 94% complete]
-- [download 100% complete]
CMake Error at
/home/matse/Downloads/paraview/src/ParaView-v4.1.0/VTK/CMake/ExternalData.cmake:735
(message):
  Object MD5=c3a85b21946b6eb8675ac73e166eafd7 not found at:


http://midas3.kitware.com/midas/api/rest?method=midas.bitstream.downloadchecksum=c3a85b21946b6eb8675ac73e166eafd7algorithm=MD5
(wrong hash MD5=d91764a02837e039d507e571fe58663a)
http://www.vtk.org/files/ExternalData/MD5/c3a85b21946b6eb8675ac73e166eafd7
(wrong hash MD5=d91764a02837e039d507e571fe58663a)
Call Stack (most recent call first):
  
/home/matse/Downloads/paraview/src/ParaView-v4.1.0/VTK/CMake/ExternalData.cmake:757
  (_ExternalData_download_object)


VTK/CMakeFiles/VTKData.dir/build.make:1721: recipe for target
'ExternalData/VTK/Testing/Data/usa_image.jpg.md5-stamp' failed
make[2]: *** [ExternalData/VTK/Testing/Data/usa_image.jpg.md5-stamp]
Error 1
CMakeFiles/Makefile2:2469: recipe for target
'VTK/CMakeFiles/VTKData.dir/all' failed


I hope anybody can fix this.
Greetings
Mathias
___
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