<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Ok, I finally got it to compile replacing the CMakeCache.txt in the buildtree for ParaView3 with the CMakeCache.txt from the build tree of ParaView3.4.0, changing manually the pathes. A time I go I updated the Qt and it seems that something there got wrong. <br><br>Greets,<br>Natalie<br><br>> Date: Wed, 29 Jul 2009 08:50:25 -0400<br>> Subject: Re: [Paraview] problems configuring ParaView 3.6<br>> From: berk.geveci@kitware.com<br>> To: nataliehapp@hotmail.com<br>> <br>> Natalie,<br>> <br>> I need CMakeCache.txt from the build tree not CMakeLists.txt.<br>> <br>> -berk<br>> <br>> On Wed, Jul 29, 2009 at 3:51 AM, Natalie<br>> Happenhofer<nataliehapp@hotmail.com> wrote:<br>> > Here is the CMakeLists.txt form ParaView3/Applications/Client -directory.<br>> > I´ll try do a new installation of the qt.<br>> ><br>> > Greets,<br>> > Natalie<br>> ><br>> >> Date: Tue, 28 Jul 2009 15:10:45 -0400<br>> >> Subject: Re: [Paraview] problems configuring ParaView 3.6<br>> >> From: berk.geveci@kitware.com<br>> >> To: nataliehapp@hotmail.com<br>> >> CC: paraview@paraview.org<br>> >><br>> >> Hi Natalie,<br>> >><br>> >> Is it possible something is weird about your Qt installation? Can you<br>> >> send me your CMakeCache.txt from the build tree?<br>> >><br>> >> -berk<br>> >><br>> >><br>> >><br>> >> On Tue, Jul 28, 2009 at 3:24 AM, Natalie<br>> >> Happenhofer<nataliehapp@hotmail.com> wrote:<br>> >> > Hi!<br>> >> > I´ve checked out ParaView 3.6 twice, once at home on my laptop and once<br>> >> > at<br>> >> > work at the system there:<br>> >> ><br>> >> > At home, using CMake 2.4-patch 7 and Qt 4.3.4, I can configure ParaView<br>> >> > running "ccmake <path-to-source-directory>", but building via<br>> >> > "make" gets me the error<br>> >> ><br>> >> ><br>> >> > /home/natalie/Paraview/ParaView3-build/bin/libvtkGraphics.a(vtkExtractSelectedFrustum.o):<br>> >> > In function `vtkExtractSelectedFrustum::PlaneClipEdge(double*, double*,<br>> >> > int,<br>> >> > int&, double*)':<br>> >> > vtkExtractSelectedFrustum.cxx:(.text+0x76f): undefined reference to<br>> >> > `vtkPlanes::GetPlane(int)'<br>> >> ><br>> >> > /home/natalie/Paraview/ParaView3-build/bin/libvtkGraphics.a(vtkExtractSelectedFrustum.o):<br>> >> > In function `vtkExtractSelectedFrustum::ABoxFrustumIsect(double*,<br>> >> > vtkCell*)':<br>> >> > vtkExtractSelectedFrustum.cxx:(.text+0xb46): undefined reference to<br>> >> > `vtkPlanes::GetPlane(int)'<br>> >> ><br>> >> > /home/natalie/Paraview/ParaView3-build/bin/libvtkGraphics.a(vtkExtractSelectedFrustum.o):<br>> >> > In function `vtkExtractSelectedFrustum::CreateFrustum(double*)':<br>> >> > vtkExtractSelectedFrustum.cxx:(.text+0x1bc6): undefined reference to<br>> >> > `vtkPlanes::SetNormals(vtkDataArray*)'<br>> >> ><br>> >> > /home/natalie/Paraview/ParaView3-build/bin/libvtkGraphics.a(vtkExtractSelectedFrustum.o):<br>> >> > In function `vtkExtractSelectedFrustum::RequestData(vtkInformation*,<br>> >> > vtkInformationVector**, vtkInformationVector*)':<br>> >> > vtkExtractSelectedFrustum.cxx:(.text+0x1e74): undefined reference to<br>> >> > `vtkPlanes::GetNumberOfPlanes()'<br>> >> ><br>> >> > /home/natalie/Paraview/ParaView3-build/bin/libvtkGraphics.a(vtkExtractSelectedFrustum.o):<br>> >> > In function<br>> >> > `vtkExtractSelectedFrustum::vtkExtractSelectedFrustum(vtkPlanes*)':<br>> >> > vtkExtractSelectedFrustum.cxx:(.text+0x385e): undefined reference to<br>> >> > `vtkPlanes::New()'<br>> >> ><br>> >> > /home/natalie/Paraview/ParaView3-build/bin/libvtkGraphics.a(vtkExtractSelectedFrustum.o):<br>> >> > In function<br>> >> > `vtkExtractSelectedFrustum::vtkExtractSelectedFrustum(vtkPlanes*)':<br>> >> > vtkExtractSelectedFrustum.cxx:(.text+0x39b8): undefined reference to<br>> >> > `vtkPlanes::New()'<br>> >> > collect2: ld returned 1 exit status<br>> >> > make[2]: *** [bin/QtChartCxxTests] Error 1<br>> >> > make[1]: ***<br>> >> > [VTK/GUISupport/Qt/Testing/Cxx/CMakeFiles/QtChartCxxTests.dir/all] Error<br>> >> > 2<br>> >> > make[1]: *** Waiting for unfinished jobs....<br>> >> ><br>> >> ><br>> >> > At work, I cannot even configure fully, because configuring gives me the<br>> >> > error:<br>> >> ><br>> >> > CMake Error at Applications/Client/CMakeLists.txt:536 (FILE):<br>> >> > file GLOB requires a glob expression after the directory<br>> >> ><br>> >> > Here is CMake 2.6-patch4 and Qt 4.5.1 installed.<br>> >> ><br>> >> > Thx for help,<br>> >> > Natalie<br>> >> ><br>> >> ><br>> >> > ________________________________<br>> >> > ¿Quieres conocerte mejor? ¡Conoce lo que Windows Live tiene<br>> >> > especialmente<br>> >> > para ti!<br>> >> > _______________________________________________<br>> >> > Powered by www.kitware.com<br>> >> ><br>> >> > Visit other Kitware open-source projects at<br>> >> > http://www.kitware.com/opensource/opensource.html<br>> >> ><br>> >> > Please keep messages on-topic and check the ParaView Wiki at:<br>> >> > http://paraview.org/Wiki/ParaView<br>> >> ><br>> >> > Follow this link to subscribe/unsubscribe:<br>> >> > http://www.paraview.org/mailman/listinfo/paraview<br>> >> ><br>> >> ><br>> ><br>> > ________________________________<br>> > Nuevo Internet Explorer 8 ¡Es Gratis y optimizado para MSN!<br><br /><hr />¿Querías más espacio para tus correos? Hotmail te da espacio ILIMITADO. <a href='http://www.microsoft.com/latam/windows/windowslive/products/hotmail.aspx' target='_new'>¡Disfruta del Nuevo Hotmail!</a></body>
</html>