Re: [Paraview] Devel CMake does not configure PV on linux

2008-10-20 Thread Kevin H. Hobbs
On Mon, 2008-10-20 at 11:40 -0600, [EMAIL PROTECTED] wrote: > Its fixed in CVS CMake now. Its a regression that appeared when modifying > FindQt4.cmake to support re-finding Qt when changing the qmake pointed to. > > Clint Thank you! I am now able to build with the development version of cmake

Re: [Paraview] Devel CMake does not configure PV on linux

2008-10-20 Thread Kevin H. Hobbs
On Mon, 2008-10-20 at 11:40 -0600, [EMAIL PROTECTED] wrote: > Its fixed in CVS CMake now. Sweet. signature.asc Description: This is a digitally signed message part ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinf

Re: [Paraview] Devel CMake does not configure PV on linux

2008-10-20 Thread clinton
Its fixed in CVS CMake now. Its a regression that appeared when modifying FindQt4.cmake to support re-finding Qt when changing the qmake pointed to. Clint On Monday 20 October 2008 11:25:18 am Kevin H. Hobbs wrote: > On Mon, 2008-10-20 at 12:01 -0400, David Cole wrote: > > Line 506 says: > >

Re: [Paraview] Devel CMake does not configure PV on linux

2008-10-20 Thread Kevin H. Hobbs
On Mon, 2008-10-20 at 12:01 -0400, David Cole wrote: > Line 506 says: > FILE(GLOB QT_LIB_LIST RELATIVE ${QT_LIB_DIR_tmp} "${QT_ > ${qtlib}_LIBRARY_RELEASE}*") > > > What is QT_LIB_DIR_tmp on your machine? > MESSAGE(STATUS "QT_LIB_DIR_tmp='${QT_LIB_DIR_tmp}'") > I placed the message line

Re: [Paraview] Devel CMake does not configure PV on linux

2008-10-20 Thread David Cole
Line 506 says: FILE(GLOB QT_LIB_LIST RELATIVE ${QT_LIB_DIR_tmp} "${QT_${qtlib}_LIBRARY_RELEASE}*") What is QT_LIB_DIR_tmp on your machine? MESSAGE(STATUS "QT_LIB_DIR_tmp='${QT_LIB_DIR_tmp}'") I'm betting it's empty based on your problem. (And not for anybody else...) So: why is it empty for

[Paraview] Devel CMake does not configure PV on linux

2008-10-20 Thread Kevin H. Hobbs
All of my ParaView dashboards have been failing to configure. I just noticed that there are only 5 submissions that use the development version of CMake. 4 of those are on linux and fail to configure PV with the same error: CMake Error at Applications/Client/CMakeLists.txt:506 (FILE):