Re: [Paraview] PV 3.8 RC1 + Cmake 2.8.1 failing?

2010-04-20 Thread Jalel Chergui (LIMSI-CNRS) jalel.cher...@limsi.fr
Hi, Paul == Paul Melis paul.me...@sara.nl writes: Paul Hi Sven, Sven Buijssen wrote: (off the list for the moment while discussing some technical details) Paul [taking back to the list] I managed to compile PV 3.8 RC1

Re: [Paraview] PV 3.8 RC1 + Cmake 2.8.1 failing?

2010-04-20 Thread Sven Buijssen
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

Re: [Paraview] PV 3.8 RC1 + Cmake 2.8.1 failing?

2010-04-20 Thread Utkarsh Ayachit
Sven, Attached is a patch that may resolve this issue. Can you give it a try? Thanks Utkarsh On Tue, Apr 20, 2010 at 7:49 AM, Sven Buijssen sven.buijs...@tu-dortmund.de wrote: Hi Paul, Sven Buijssen wrote: (off the list for the moment while discussing some technical details) [taking back

Re: [Paraview] PV 3.8 RC1 + Cmake 2.8.1 failing?

2010-04-20 Thread Sven Buijssen
Hi Utkarsh, The patch works partially. Both sequential and parallel builds are possible now, but only when not compiling against Mesa (and using VTK_USE_RPATH:BOOL=OFF). If one does, creating the help file fails, even though the mesa lib directory is part of my LD_LIBRARY_PATH: /usr/bin/cmake

Re: [Paraview] PV 3.8 RC1 + Cmake 2.8.1 failing?

2010-04-20 Thread Utkarsh Ayachit
That's good news :). At least the dependency issue is solved. Dave will shortly commit a fix for not over-ridding the LD_LIBRARY_PATH when running SMExtractDocumentation. Utkarsh On Tue, Apr 20, 2010 at 1:33 PM, Sven Buijssen sven.buijs...@tu-dortmund.de wrote: Hi Utkarsh, The patch works

Re: [Paraview] PV 3.8 RC1 + Cmake 2.8.1 failing?

2010-04-20 Thread Dave Partyka
It's checked in now. Give it a try and let me know. I am currently waiting for my own Linux build to finish rebuilding. On Tue, Apr 20, 2010 at 1:37 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: That's good news :). At least the dependency issue is solved. Dave will shortly commit a

Re: [Paraview] PV 3.8 RC1 + Cmake 2.8.1 failing?

2010-04-20 Thread Utkarsh Ayachit
Dave, here's the commit fixing the dependency issue. Should go in the 3.8 branch as well: 7b8697382093f427fcd803a38e76bf86307def62 Utkarsh On Tue, Apr 20, 2010 at 2:10 PM, Dave Partyka dave.part...@kitware.com wrote: It's checked in now. Give it a try and let me know. I am currently waiting

Re: [Paraview] PV 3.8 RC1 + Cmake 2.8.1 failing?

2010-04-20 Thread Dave Partyka
Got it. On Tue, Apr 20, 2010 at 2:50 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Dave, here's the commit fixing the dependency issue. Should go in the 3.8 branch as well: 7b8697382093f427fcd803a38e76bf86307def62 Utkarsh On Tue, Apr 20, 2010 at 2:10 PM, Dave Partyka

[Paraview] PV 3.8 RC1 + Cmake 2.8.1 failing?

2010-04-19 Thread Paul Melis
Hi, I previously built PV 3.8 RC1 with cmake 2.6.4 successfully. I've now switched to cmake 2.8.1 and compilation succeeds 99.9% :) [...] Scanning dependencies of target NIfTIWriter [100%] Building CXX object Plugins/AnalyzeNIfTIReaderWriter/CMakeFiles/NIfTIWriter.dir/qrc_NIfTIWriter.cxx.o [100%]

Re: [Paraview] PV 3.8 RC1 + Cmake 2.8.1 failing?

2010-04-19 Thread Sven Buijssen
Hi Paul, That's a known issue with PV 3.8 RC1 and CVS HEAD when compiling from scratch, occurring on 64bit Linux systems, but not on 32bit Linux nor 64bit Solaris SPARC. Don't know about Mac or Windows. It is caused by PARAVIEW_GENERATE_PROXY_DOCUMENTATION:BOOL=ON. Set it to OFF and you'll not

Re: [Paraview] PV 3.8 RC1 + Cmake 2.8.1 failing?

2010-04-19 Thread Paul Melis
Hi Sven, Sven Buijssen wrote: That's a known issue with PV 3.8 RC1 and CVS HEAD when compiling from scratch, occurring on 64bit Linux systems, but not on 32bit Linux nor 64bit Solaris SPARC. Don't know about Mac or Windows. For completeness, this is on 32-bit Linux. It is caused by