From vtk12af6bc42 at kant.sophonet.de Sat Apr 1 03:56:29 2017 From: vtk12af6bc42 at kant.sophonet.de (Sophonet) Date: Sat, 01 Apr 2017 09:56:29 +0200 Subject: [vtkusers] Modified() on PolyData if PolyDataReader started in a different thread In-Reply-To: References: Message-ID: <9c8ff231a187d8d589cad71e08643fcf@sophonet.de> Problem is solved. It was caused by the fact that the polydata not only was read in a separate thread (which I guess would be fine) but actually in a separate dll with static VTK linking. Therefore, it was using another static timestamp as reference which was not considered later in the rendering pipeline. On 2017-03-31 14:11, Sophonet wrote: > Hi list, > > in an application, I am reading vtkPolyData from file (using > vtkPolyDataReader), but I am doing this in a separate thread (started > with C++11 std::async()) such that loading the data does not block the > UI. The rest of the rendering pipeline is set up in the main thread, > only reading takes place in a worker thread. > > Strangely, when I modify Points in that mesh (in the main thread) via > SetPoint() later and call Modify(), the changes are not mapped to the > renderwindow after calling Render(). > > If I read the data in the main thread, the problem does not occur, > i.e. the Modify() call indeed leads to mapping the changes to the > window. > > What do I need to call in the main thread, after retrieving the data > from the future<> with get() such that the Modify() mechanism works? > > Thanks, > > Sophonet > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers From wangtao_ at sjtu.edu.cn Sat Apr 1 06:11:36 2017 From: wangtao_ at sjtu.edu.cn (wangtaoiz) Date: Sat, 1 Apr 2017 03:11:36 -0700 (MST) Subject: [vtkusers] How to get an average transform from several transforms with subtle differences? Message-ID: <1491041496930-5742698.post@n5.nabble.com> Dear all, I have such a question, I got several vtkTransforms, these transforms are different because of some noises, so I wondered if I can get an average from these transforms? -- View this message in context: http://vtk.1045678.n5.nabble.com/How-to-get-an-average-transform-from-several-transforms-with-subtle-differences-tp5742698.html Sent from the VTK - Users mailing list archive at Nabble.com. From rakesh.p at tataelxsi.co.in Sun Apr 2 02:42:36 2017 From: rakesh.p at tataelxsi.co.in (Rakesh Patil) Date: Sun, 2 Apr 2017 06:42:36 +0000 Subject: [vtkusers] How to eliminate light and dark shades? In-Reply-To: References: , Message-ID: Hi, Anyone got any clue on this? Thanks & Regards Rakesh Patil ________________________________ From: vtkusers on behalf of Rakesh Patil Sent: Friday, March 31, 2017 8:19:41 PM To: vtkusers at vtk.org Subject: Re: [vtkusers] How to eliminate light and dark shades? Hi, Forgot to mention in my previous message, please see the attachment for the reference. Thanks & Regards Rakesh Patil ________________________________ From: vtkusers on behalf of Rakesh Patil Sent: Friday, March 31, 2017 8:17:27 PM To: vtkusers at vtk.org Subject: [vtkusers] How to eliminate light and dark shades? Hi, I am trying to perform boolean operation of two cuboids. Before performing boolean operation, the surface representation of the cuboids are shown correct. After boolean operation, I am seeing light and dark shades on the output object of boolean operation. Earlier I was using VTK 6.3. To check the boolean operation functionality (whether vtkBooleanOperationPolyDataFilter still produces holes) I was trying with VTK 7.1. I would like to know how can I eliminate those light and dark shades? I have disabled scalar visibility and shading. Thanks & Regards Rakesh Patil -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.gobbi at gmail.com Sun Apr 2 13:00:28 2017 From: david.gobbi at gmail.com (David Gobbi) Date: Sun, 2 Apr 2017 11:00:28 -0600 Subject: [vtkusers] How to eliminate light and dark shades? In-Reply-To: References: Message-ID: Hi Rakesh, You can try fixing the polygon normals by using vtkPolyDataNormals with ConsistencyOn(). - David On Sun, Apr 2, 2017 at 12:42 AM, Rakesh Patil wrote: > Hi, > > > Anyone got any clue on this? > > > Thanks & Regards > > Rakesh Patil > > ------------------------------ > *From:* vtkusers on behalf of Rakesh Patil < > rakesh.p at tataelxsi.co.in> > *Sent:* Friday, March 31, 2017 8:19:41 PM > *To:* vtkusers at vtk.org > *Subject:* Re: [vtkusers] How to eliminate light and dark shades? > > > Hi, > > > Forgot to mention in my previous message, please see the attachment for > the reference. > > > Thanks & Regards > > Rakesh Patil > > ------------------------------ > *From:* vtkusers on behalf of Rakesh Patil < > rakesh.p at tataelxsi.co.in> > *Sent:* Friday, March 31, 2017 8:17:27 PM > *To:* vtkusers at vtk.org > *Subject:* [vtkusers] How to eliminate light and dark shades? > > > Hi, > > > I am trying to perform boolean operation of two cuboids. Before performing > boolean operation, the surface representation of the cuboids are shown > correct. After boolean operation, I am seeing light and dark shades on the > output object of boolean operation. Earlier I was using VTK 6.3. To check > the boolean operation functionality (whether vtkBooleanOperationPolyDataFilter > still produces holes) I was trying with VTK 7.1. > > > I would like to know how can I eliminate those light and dark shades? I > have disabled scalar visibility and shading. > > > Thanks & Regards > > Rakesh Patil > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bladewhistle at gmail.com Mon Apr 3 02:45:10 2017 From: bladewhistle at gmail.com (Blade Whistler) Date: Mon, 3 Apr 2017 14:45:10 +0800 Subject: [vtkusers] In iOS volume rendering can not work in 7.1 and 7.1.1 Message-ID: Hi I use the volume rendering (VTK 7.0) in iOS for my application. it works well. I'm trying to update to 7.1 or 7.1.1, since in 7.0 I found the clipping is not work in 7.0. An error will occur when compiling the shader, the error is ''<' does not operate on 'float' and 'int' ". I modifed the shader in 'vtkVolumeShaderComposer.h' to make it pass, but the clipping performance is poor. When compiling the 7.1 and 7.1.1 in iOS, the volume rendering is not default enabled, I need to modified in vtkiOS.cmake to make it compile. After compile, when I run volume rendering in iOS, there are still has shader compiling problems. I changed the shader (mostly change the 0 to 0.0) to bypass the error, but see nothing on the screen. It seems in latest version of VTK the volume rendering is not working anymore in iOS. Leon -------------- next part -------------- An HTML attachment was scrubbed... URL: From marcinwas94 at interia.pl Mon Apr 3 07:59:02 2017 From: marcinwas94 at interia.pl (MarWas18) Date: Mon, 3 Apr 2017 04:59:02 -0700 (MST) Subject: [vtkusers] VTK- shift plane along spline, perpendiculary at each point of curve Message-ID: <1491220742806-5742707.post@n5.nabble.com> Hello! My problem is that I have a parametric spline (vtkParametricSpline) defined on few points and I want to shift along this spline a plane (vtkPlane) which is cutting function for cutter (vtkCutter). I want this plane to have center on spline and to be perpendicular to the spline at each point. Here are my questions: 1. How to shift plane smoothly along whole spline? Let's say that I have only 5 points defined and spline is very long- I know how to place plane at this 5 points (SetOrigin, and I take coordinates of these points), but how to shift plane along whole spline smoothly? 2. How to make plane perpendicular to spline at each point automatically? Are there any methods that might be used? Best regards, Marcin -- View this message in context: http://vtk.1045678.n5.nabble.com/VTK-shift-plane-along-spline-perpendiculary-at-each-point-of-curve-tp5742707.html Sent from the VTK - Users mailing list archive at Nabble.com. From cory.quammen at kitware.com Mon Apr 3 10:47:24 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Mon, 3 Apr 2017 10:47:24 -0400 Subject: [vtkusers] VTK- shift plane along spline, perpendiculary at each point of curve In-Reply-To: <1491220742806-5742707.post@n5.nabble.com> References: <1491220742806-5742707.post@n5.nabble.com> Message-ID: On Mon, Apr 3, 2017 at 7:59 AM, MarWas18 wrote: > Hello! > > My problem is that I have a parametric spline (vtkParametricSpline) defined > on few points and I want to shift along this spline a plane (vtkPlane) which > is cutting function for cutter (vtkCutter). > > I want this plane to have center on spline and to be perpendicular to the > spline at each point. > > Here are my questions: > 1. How to shift plane smoothly along whole spline? Let's say that I have > only 5 points defined and spline is very long- I know how to place plane at > this 5 points (SetOrigin, and I take coordinates of these points), but how > to shift plane along whole spline smoothly? Calling vtkParametricSpline::Evaluate(double u[3], double Pt[3], double Du[9]) will give you arbitrary points along the spline. u's first element should contain parametric value. The returned point will be stored in Pt. Du is not modified with this call, so you can ignore that. > 2. How to make plane perpendicular to spline at each point automatically? > Are there any methods that might be used? You want the normal of the plane to equal the tangent of the spline. There is nothing built in that gives you the tangent, but you could use some simple finite differences of points along the spline to approximate it. HTH, Cory > > Best regards, > Marcin > > > > -- > View this message in context: http://vtk.1045678.n5.nabble.com/VTK-shift-plane-along-spline-perpendiculary-at-each-point-of-curve-tp5742707.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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 VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers -- Cory Quammen Staff R&D Engineer Kitware, Inc. From inglis.dl at gmail.com Mon Apr 3 10:59:51 2017 From: inglis.dl at gmail.com (Dean Inglis) Date: Mon, 3 Apr 2017 10:59:51 -0400 Subject: [vtkusers] VTK- shift plane along spline, perpendiculary at each point of curve In-Reply-To: References: <1491220742806-5742707.post@n5.nabble.com> Message-ID: Hi, there is a VTK filter that computes tangents along splines on github: https://github.com/midas-journal/midas-journal-838/blob/master/Filters/vtkFrenetSerretFrame.h - Dean On Mon, Apr 3, 2017 at 10:47 AM, Cory Quammen wrote: > On Mon, Apr 3, 2017 at 7:59 AM, MarWas18 wrote: > > Hello! > > > > My problem is that I have a parametric spline (vtkParametricSpline) > defined > > on few points and I want to shift along this spline a plane (vtkPlane) > which > > is cutting function for cutter (vtkCutter). > > > > I want this plane to have center on spline and to be perpendicular to the > > spline at each point. > > > > Here are my questions: > > 1. How to shift plane smoothly along whole spline? Let's say that I have > > only 5 points defined and spline is very long- I know how to place plane > at > > this 5 points (SetOrigin, and I take coordinates of these points), but > how > > to shift plane along whole spline smoothly? > > Calling vtkParametricSpline::Evaluate(double u[3], double Pt[3], > double Du[9]) will give you arbitrary points along the spline. u's > first element should contain parametric value. The returned point will > be stored in Pt. Du is not modified with this call, so you can ignore > that. > > > 2. How to make plane perpendicular to spline at each point automatically? > > Are there any methods that might be used? > > You want the normal of the plane to equal the tangent of the spline. > There is nothing built in that gives you the tangent, but you could > use some simple finite differences of points along the spline to > approximate it. > > HTH, > Cory > > > > > Best regards, > > Marcin > > > > > > > > -- > > View this message in context: http://vtk.1045678.n5.nabble. > com/VTK-shift-plane-along-spline-perpendiculary-at-each- > point-of-curve-tp5742707.html > > Sent from the VTK - Users mailing list archive at Nabble.com. > > _______________________________________________ > > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/vtkusers > > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From marcinwas94 at interia.pl Mon Apr 3 12:34:20 2017 From: marcinwas94 at interia.pl (MarWas18) Date: Mon, 3 Apr 2017 09:34:20 -0700 (MST) Subject: [vtkusers] VTK- shift plane along spline, perpendiculary at each point of curve In-Reply-To: References: <1491220742806-5742707.post@n5.nabble.com> Message-ID: <1491237260526-5742710.post@n5.nabble.com> Cory, >Calling vtkParametricSpline::Evaluate(double u[3], double Pt[3], >double Du[9]) will give you arbitrary points along the spline. u's >first element should contain parametric value. The returned point will >be stored in Pt. Du is not modified with this call, so you can ignore >that. May you give me some simple example of code, please? Let's say that we have vtkPlane and vtkParametricSpline defined on 5 points. Let's say: vtkSmartPointer plane = vtkSmartPointer::New(); vtkSmartPointer spline = vtkSmartPointer::New(); //splinePoints are those 5 points that I want to use spline->SetPoints(splinePoints); //What to do now? How to set that origin of plane should be point of spline after arbitrary shift? plane->SetOrigin(.....) ??? >You want the normal of the plane to equal the tangent of the spline. >There is nothing built in that gives you the tangent, but you could >use some simple finite differences of points along the spline to >approximate it. Got it, thank you! Best regards, Marcin Wasiucionek -- View this message in context: http://vtk.1045678.n5.nabble.com/VTK-shift-plane-along-spline-perpendiculary-at-each-point-of-curve-tp5742707p5742710.html Sent from the VTK - Users mailing list archive at Nabble.com. From cory.quammen at kitware.com Mon Apr 3 12:48:11 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Mon, 3 Apr 2017 12:48:11 -0400 Subject: [vtkusers] VTK- shift plane along spline, perpendiculary at each point of curve In-Reply-To: <1491237260526-5742710.post@n5.nabble.com> References: <1491220742806-5742707.post@n5.nabble.com> <1491237260526-5742710.post@n5.nabble.com> Message-ID: What fun would it be if I just wrote the code for you? :-) I'm happy look at some code you write based on my initial hints, but you'll have to try some things first. I told you how to get the point to pass to plane->SetOrigin() in my previous email, so start with that. On Mon, Apr 3, 2017 at 12:34 PM, MarWas18 wrote: > Cory, > >>Calling vtkParametricSpline::Evaluate(double u[3], double Pt[3], >>double Du[9]) will give you arbitrary points along the spline. u's >>first element should contain parametric value. The returned point will >>be stored in Pt. Du is not modified with this call, so you can ignore >>that. > > May you give me some simple example of code, please? Let's say that we have > vtkPlane and vtkParametricSpline defined on 5 points. Let's say: > > vtkSmartPointer plane = > vtkSmartPointer::New(); > > vtkSmartPointer spline = > vtkSmartPointer::New(); > > //splinePoints are those 5 points that I want to use > > spline->SetPoints(splinePoints); > > //What to do now? How to set that origin of plane should be point of spline > after arbitrary shift? > > plane->SetOrigin(.....) ??? > >>You want the normal of the plane to equal the tangent of the spline. >>There is nothing built in that gives you the tangent, but you could >>use some simple finite differences of points along the spline to >>approximate it. > > Got it, thank you! > > Best regards, > Marcin Wasiucionek > > > > -- > View this message in context: http://vtk.1045678.n5.nabble.com/VTK-shift-plane-along-spline-perpendiculary-at-each-point-of-curve-tp5742707p5742710.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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 VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers -- Cory Quammen Staff R&D Engineer Kitware, Inc. From marcinwas94 at interia.pl Mon Apr 3 13:00:40 2017 From: marcinwas94 at interia.pl (MarWas18) Date: Mon, 3 Apr 2017 10:00:40 -0700 (MST) Subject: [vtkusers] VTK- shift plane along spline, perpendiculary at each point of curve In-Reply-To: References: <1491220742806-5742707.post@n5.nabble.com> <1491237260526-5742710.post@n5.nabble.com> Message-ID: <1491238840285-5742712.post@n5.nabble.com> Oh..! :-) Ok, thank you! Let me try tomorrow and on Wednesday and then we will see! Best regards! Marcin >What fun would it be if I just wrote the code for you? :-) > >I'm happy look at some code you write based on my initial hints, but >you'll have to try some things first. I told you how to get the point >to pass to plane->SetOrigin() in my previous email, so start with >that. -- View this message in context: http://vtk.1045678.n5.nabble.com/VTK-shift-plane-along-spline-perpendiculary-at-each-point-of-curve-tp5742707p5742712.html Sent from the VTK - Users mailing list archive at Nabble.com. From ken.martin at kitware.com Mon Apr 3 14:40:24 2017 From: ken.martin at kitware.com (Ken Martin) Date: Mon, 3 Apr 2017 14:40:24 -0400 Subject: [vtkusers] Adding custom vertex attributes In-Reply-To: References: Message-ID: I don't believe this is currently supported, but recent changes to VBO creation should make this fairly easy to add in the future. On Wed, Mar 8, 2017 at 3:42 PM, Milef, Nicholas Boris wrote: > Is it possible to add custom vertex attributes? For example, I would like > to add tangents for normal mapping, but from my understanding, these aren't > provided. > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > > -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From b.schober at stemmer-imaging.de Tue Apr 4 04:55:36 2017 From: b.schober at stemmer-imaging.de (Schober Beatrix [STEMMER IMAGING GmbH]) Date: Tue, 4 Apr 2017 08:55:36 +0000 Subject: [vtkusers] vtkDelaunay2D too slow In-Reply-To: References: <4e2ef1475c834b1e9b735d1e7d077e3d@SIMAIL13.stemmer.local> Message-ID: Thank you very much for the hint. I tried ExtractSurface, but it does not work at all with x,y,z data, but works find with ply data (as in the example), but vtkDelaunay2D is also working smooth with ply data. Actually vtkExtractSurface computes, but I do not get any visible output. Computation takes even longer than with Delaunay2D. Any other hints for optimization of speed? Thank you very much in advance! Beatrix Schober Image Acquisition Development STEMMER IMAGING | Telefon: +49 89 80902-750 b.schober at stemmer-imaging.de | www.stemmer-imaging.de [cid:stemmer-imaging-logo_a2683554-0e33-44e9-800c-5f58a623f38a.gif] STEMMER IMAGING GmbH | Gutenbergstr. 9-13 | 82178 Puchheim, Deutschland Registergericht M?nchen HR B 82026 | Gesch?ftsf?hrer: Wilhelm Stemmer, Christof Zollitsch Von: Bill Lorensen [mailto:bill.lorensen at gmail.com] Gesendet: Freitag, 31. M?rz 2017 15:53 An: Schober Beatrix [STEMMER IMAGING GmbH] Cc: VTK Users Betreff: Re: [vtkusers] vtkDelaunay2D too slow Vtk7.1 has some new point cloud filters. For Example See http://www.vtk.org/Wiki/VTK/Examples/Cxx/Points/ExtractSurface On Mar 31, 2017 7:15 AM, "Schober Beatrix [STEMMER IMAGING GmbH]" > wrote: Hi all, I have a laser point cloud (txt file with xyz values) of which I generate a vtkPolyData with points. I am running Delaunay2D on it to get a surface. For 360.000 points vtkDelaunay2D takes around 2 minutes. As this number of points is a small point cloud, this is too long for a customer application. Any hints, how to increase computation speed? Thank you very much in advance! Bea Beatrix Schober Image Acquisition Development STEMMER IMAGING | Telefon: +49 89 80902-750 b.schober at stemmer-imaging.de | www.stemmer-imaging.de [cid:image001.gif at 01D2AD2C.27885CA0] STEMMER IMAGING GmbH | Gutenbergstr. 9-13 | 82178 Puchheim, Deutschland Registergericht M?nchen HR B 82026 | Gesch?ftsf?hrer: Wilhelm Stemmer, Christof Zollitsch _______________________________________________ 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 VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Search the list archives at: http://markmail.org/search/?q=vtkusers Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/vtkusers -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 2320 bytes Desc: image001.gif URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: stemmer-imaging-logo_a2683554-0e33-44e9-800c-5f58a623f38a.gif Type: image/gif Size: 2320 bytes Desc: stemmer-imaging-logo_a2683554-0e33-44e9-800c-5f58a623f38a.gif URL: From mario at emmenlauer.de Tue Apr 4 05:03:27 2017 From: mario at emmenlauer.de (Mario Emmenlauer) Date: Tue, 4 Apr 2017 11:03:27 +0200 Subject: [vtkusers] How to visualize a smooth colored density map from 2d histogram? Message-ID: Dear All, I have a 2D histogram of discrete events. I'd like to visualize this as a false-color-coded smooth "height profile". Is there something existing in VTK that I could use to smoothen (fit a 2D function?) to the histogram, and then translate height into a color lookup table? Thanks for any pointers/ideas! All the best, Mario Emmenlauer From mario at emmenlauer.de Tue Apr 4 06:00:44 2017 From: mario at emmenlauer.de (Mario Emmenlauer) Date: Tue, 4 Apr 2017 12:00:44 +0200 Subject: [vtkusers] How to visualize a smooth colored density map from 2d histogram? In-Reply-To: References: Message-ID: <7204597d-3229-38cb-27b9-d6465ae86fc9@emmenlauer.de> On 04.04.2017 11:03, Mario Emmenlauer wrote: > I have a 2D histogram of discrete events. I'd like to visualize > this as a false-color-coded smooth "height profile". Is there something > existing in VTK that I could use to smoothen (fit a 2D function?) to the > histogram, and then translate height into a color lookup table? > > Thanks for any pointers/ideas! All the best, To aid the description: I do not need an actual 3D surface. It would be sufficient to get a 2D color image, or even just a grayscale image, where intensity represents the (smoothed) number of events. A bit like the one here: http://yacht.yonsei.ac.kr/lib/exe/fetch.php?media=yais:linux:package:python:image.png I could implement a 2D kernel density estimation, but to make it fast is a bit of effort. I was hoping to find something ready-made in VTK? All the best, Mario From richard.j.brown at live.co.uk Tue Apr 4 09:49:17 2017 From: richard.j.brown at live.co.uk (mbcx9rb9) Date: Tue, 4 Apr 2017 06:49:17 -0700 (MST) Subject: [vtkusers] VTK deployment with static libraries on Mac (and in Qt Creator) In-Reply-To: References: <1489510232520-5742475.post@n5.nabble.com> <20170314172515.1710714704@mail.rogue-research.com> <20170316160114.1222247310@mail.rogue-research.com> <20170320152004.1480265567@mail.rogue-research.com> Message-ID: David, Sorry for the belated reply and thanks for the pointer, I?ll look into it! Regards, Richard On 21 Mar 2017, at 15:08, David Gobbi [via VTK] > wrote: Hi Richard, CMake can take care of that for you, see the following web page: http://cmake.org/cmake/help/v3.0/module/BundleUtilities.html There's more information about this issue on the cmake mailing list. Cheers, - David On Tue, Mar 21, 2017 at 8:04 AM, Richard Brown <[hidden email]> wrote: Hi David, Elvis, I?ll stick to dynamic libraries in that case. After a bit of reading I think I need to copy the dynamic libraries into the app bundle then use install_name_tool to sort out all the paths. Thanks for the help, Richard On 20 Mar 2017, at 17:44, David Gobbi <[hidden email]> wrote: Hi Richard, It is possible to build dynamically-linked applications with Qt and VTK, and to share such applications. On the Mac, the Qt libraries become part of the app bundle. I do not know how to do this with Qt Creator, but there should definitely be Qt experts around who know how to do it. Maybe not on the VTK list, however, since I don't think that many of us here use Qt Creator. There are two strong reasons for using dynamic linking with Qt: 1) it allows you to use the Qt binaries from the Qt download site. 2) it allows you to use the Qt LGPL license without releasing your code Reason (2) is important. If you use static Qt libraries, then you must either pay for a Qt license or else release your own code as LGPL or a compatible open-source license. - David On Mon, Mar 20, 2017 at 9:20 AM, Sean McBride <[hidden email]> wrote: On Thu, 16 Mar 2017 09:07:54 -0700, mbcx9rb9 said: >Building in Qt Creator gives this error. Building with Cmake compiles >without any problems So sounds more like a Qt problem problem, to be asked on a Qt list... (I've never used Qt, so alas have no further suggestions.) Sean _______________________________________________ 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 VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Search the list archives at: http://markmail.org/search/?q=vtkusers Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/vtkusers ________________________________ If you reply to this email, your message will be added to the discussion below: http://vtk.1045678.n5.nabble.com/VTK-deployment-with-static-libraries-on-Mac-and-in-Qt-Creator-tp5742475p5742567.html To unsubscribe from VTK deployment with static libraries on Mac (and in Qt Creator), click here. NAML -- View this message in context: http://vtk.1045678.n5.nabble.com/VTK-deployment-with-static-libraries-on-Mac-and-in-Qt-Creator-tp5742475p5742717.html Sent from the VTK - Users mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From kryman at jinr.ru Tue Apr 4 13:44:56 2017 From: kryman at jinr.ru (Victor Krylov) Date: Tue, 04 Apr 2017 12:44:56 -0500 Subject: [vtkusers] vtkXMLPolyDataReader does not work with string data Message-ID: <45ef62fba6bf093c1326b8e6be144e52@jinr.ru> Hello everybody, Just a simple question concerning vtkXMLPolyDataReader. I have a very huge data in VTM/VTP format compressed by zip. (more then 13K VTP files in it) Is it possible to read the VTP objects by means of vtkXMLPolyDataReader not from real file but from string in memory where VTP data is? As I understood vtkXMLPolyDataReader::SetInputString(szVTPFileData) method does not work for this task. Or maybe there is another way to load the objects from zip archive? Thank you in advance... Viktor From Ganesh.Sankaranarayanan at BSWHealth.org Tue Apr 4 16:54:45 2017 From: Ganesh.Sankaranarayanan at BSWHealth.org (Sankaranarayanan, Ganesh) Date: Tue, 4 Apr 2017 20:54:45 +0000 Subject: [vtkusers] VTK With Oculus Rift - Problem Message-ID: Hello, I am having problem running the VTKRenderingOculusCxxTests program. I get the following error -- see the attached picture. I am using Visual Studio 2013 and the latest Oculus SDK 1.130. Any help is greatly appreciated. Thanks, Ganesh Sankaranarayanan Ph.D. Assistant Director, Center for Evidence Based Simulation Baylor University Medical Center, Dallas Clinical Associate Professor Department of Surgery Texas A&M Health Science Center Office: 214-820-6755 ********************************************************************** The information contained in this e-mail may be privileged and/or confidential, and protected from disclosure, and no waiver of any attorney-client, work product, or other privilege is intended. If you are the intended recipient, further disclosures are prohibited without proper authorization. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden and possibly a violation of federal or state law and regulations. The sender and Baylor Scott & White Health, and its affiliated entities, hereby expressly reserve all privileges and confidentiality that might otherwise be waived as a result of an erroneous or misdirected e-mail transmission. No employee or agent is authorized to conclude any binding agreement on behalf of Baylor Scott & White Health, or any affiliated entity, by e-mail without express written confirmation by the CEO, the Senior Vice President of Supply Chain Services or other duly authorized representative of Baylor Scott & White Health. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Capture.PNG Type: image/png Size: 16066 bytes Desc: Capture.PNG URL: From ysa0829 at gmail.com Tue Apr 4 23:26:04 2017 From: ysa0829 at gmail.com (Ang) Date: Tue, 4 Apr 2017 20:26:04 -0700 (MST) Subject: [vtkusers] vtkDICOMReader read chinese character problem In-Reply-To: References: <1490869048082-5742672.post@n5.nabble.com> <1490928754886-5742685.post@n5.nabble.com> Message-ID: <1491362764160-5742723.post@n5.nabble.com> Hi David, I have tried it, and it works well . Thanks for your help!! -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkDICOMReader-read-chinese-character-problem-tp5742672p5742723.html Sent from the VTK - Users mailing list archive at Nabble.com. From sendtomatteo at yahoo.it Wed Apr 5 04:48:01 2017 From: sendtomatteo at yahoo.it (Matteo) Date: Wed, 5 Apr 2017 10:48:01 +0200 Subject: [vtkusers] vtkPolyPlane problem In-Reply-To: References: Message-ID: <58E4AF41.7040100@yahoo.it> Hi I need to use vtkCutter to cut a vtkStructuredGrid, but not using a simple vtkPlane: what I need is something more complex. I need to use a polyline, and extrude it on Z direction, to specify a surface more complex then a simple vtkPlane. It looks that vtkPolyPlane is what I need, but when I use it I have a problem: the cut is done quite correctly along the polyline specified, but also appear some other piece of cut in some other position. The picture attached shows the problem. I tried more grid sizes, and different polylines (different length or shapes), but there is quite always this strange extra surfaces added. I am not sure if it is a correct result of this filter.... or a bug. Anyone can help? Matteo -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: bjjjhcje.png Type: image/png Size: 24897 bytes Desc: not available URL: From m.nunes at fratoria.com Wed Apr 5 07:23:41 2017 From: m.nunes at fratoria.com (Shark) Date: Wed, 5 Apr 2017 04:23:41 -0700 (MST) Subject: [vtkusers] Molding an image slice In-Reply-To: References: <1490099169373-5742555.post@n5.nabble.com> <1490102329877-5742562.post@n5.nabble.com> <1490114158649-5742574.post@n5.nabble.com> Message-ID: <1491391421010-5742725.post@n5.nabble.com> Hello David Gobbi, Thank you for your reply. I have been busy with other things, lately, but I have managed to make it work. I can generate a plane out of the slice, apply a 3D transformation per point of the plane. Before applying the vtkTexture extracted from the slice, I am able to see it and it looks correct. However, when the I pass the texture to the actor, it seems that the texture is not well mapped to the plane. This is very noticeable in some corners of the image where the texture is simply cut, because the plane is retracted in that corner. So, instead of the color texture being molded to the deformed plane, it is simply applied on top of it without any other consideration. Another thing I have noticed is when I set up the resolution of the plane, I have to reduce a unit from its dimensions, so I can match the number of points in the displacement field: vtkPlaneSource* plane = vtkPlaneSource::New(); plane->SetXResolution(img->GetDimensions()[0] - 1); plane->SetYResolution(img->GetDimensions()[1] - 1); In this way, both the plane and the warpVector will have the same number of points. Is this expected? or is it that my displacement field could have some issue? Another thing I have noticed is that when I am setting the vtkDoubleArray to pass to the warpVector, if I set 3 components, and set the Z, there is a crazy behavior of how the texture is applied to the plane. With the Z coordinate, things get strange and the texture gets randomly inverted X <-> Y in different slices. If I only pass the X and Y coords of the points' transformations (and keep Z=0), everything looks good. But only 2D transformation. Howevever, when I set the component to 2 (X and Y, no Z), the plane is not transformed. I think I am almost there, but something is just not quite right. Cheers, Shark -- View this message in context: http://vtk.1045678.n5.nabble.com/Molding-an-image-slice-tp5742555p5742725.html Sent from the VTK - Users mailing list archive at Nabble.com. From sendtomatteo at yahoo.it Wed Apr 5 09:24:32 2017 From: sendtomatteo at yahoo.it (Matteo) Date: Wed, 5 Apr 2017 15:24:32 +0200 Subject: [vtkusers] vtkPolyPlane problem In-Reply-To: <58E4AF41.7040100@yahoo.it> References: <58E4AF41.7040100@yahoo.it> Message-ID: <58E4F010.90009@yahoo.it> Hi Let me add my test code to my previous message: vtkSmartPointer structuredGrid = vtkSmartPointer::New(); vtkSmartPointer points = vtkSmartPointer::New(); const int Size=20; int i, j, k; for(k = 0; k < Size; k++) for(j = 0; j < Size; j++) for(i = 0; i < Size; i++) points->InsertNextPoint(i, j, k); // Specify the dimensions of the grid structuredGrid->SetDimensions(Size,Size,Size); structuredGrid->SetPoints(points); // Cutter #if 0 vtkSmartPointer plane = vtkSmartPointer::New(); plane->SetOrigin(Size/2,0,0); plane->SetNormal(1,0,0); #else const int N=3; const double Step10=(Size-1)/10.0; vtkPoints *cutPts = vtkPoints::New(); cutPts->SetNumberOfPoints(N); { i=0; cutPts->SetPoint(i++, 1*Step10, 1*Step10, 0); cutPts->SetPoint(i++, 5*Step10, 5*Step10, 0); cutPts->SetPoint(i++, 5*Step10, 8*Step10, 0); ASSERT(i==N); } int* idCutPts = new int[N]; for(i = 0; i < N; i++) idCutPts[i] = i; vtkSmartPointer PolyLine = vtkSmartPointer::New(); PolyLine->Initialize(N, idCutPts, cutPts); vtkSmartPointer plane = vtkSmartPointer::New(); plane->SetPolyLine(PolyLine); #endif vtkSmartPointer cutter = vtkSmartPointer::New(); cutter->SetCutFunction(plane); cutter->SetInputData(structuredGrid); cutter->Update(); vtkSmartPointer cutterMapper = vtkSmartPointer::New(); cutterMapper->SetInputConnection( cutter->GetOutputPort()); // Create plane actor vtkSmartPointer planeActor = vtkSmartPointer::New(); planeActor->GetProperty()->SetColor(1.0,1.0,0); planeActor->GetProperty()->SetLineWidth(2); planeActor->SetMapper(cutterMapper); // Create a mapper and actor vtkSmartPointer mapper = vtkSmartPointer::New(); #if VTK_MAJOR_VERSION <= 5 mapper->SetInputConnection(structuredGrid->GetProducerPort()); #else mapper->SetInputData(structuredGrid); #endif vtkSmartPointer actor = vtkSmartPointer::New(); actor->SetMapper(mapper); actor->GetProperty()->SetRepresentationToWireframe(); // Create a renderer, render window, and interactor vtkSmartPointer renderer = vtkSmartPointer::New(); vtkSmartPointer renderWindow = vtkSmartPointer::New(); renderWindow->AddRenderer(renderer); vtkSmartPointer renderWindowInteractor = vtkSmartPointer::New(); renderWindowInteractor->SetRenderWindow(renderWindow); // Add the actor to the scene renderer->AddActor(actor); renderer->AddActor(planeActor); renderer->SetBackground(.3, .6, .3); // Background color // Render and interact renderWindow->Render(); renderWindowInteractor->Start(); Il 05/04/2017 10:48, Matteo via vtkusers ha scritto: > Hi > I need to use vtkCutter to cut a vtkStructuredGrid, but not using a > simple vtkPlane: what I need is something more complex. > I need to use a polyline, and extrude it on Z direction, to specify a > surface more complex then a simple vtkPlane. > It looks that vtkPolyPlane is what I need, but when I use it I have a > problem: the cut is done quite correctly along the polyline specified, > but also appear some other piece of cut in some other position. > The picture attached shows the problem. > I tried more grid sizes, and different polylines (different length or > shapes), but there is quite always this strange extra surfaces added. > I am not sure if it is a correct result of this filter.... or a bug. > Anyone can help? > Matteo > > > > > > _______________________________________________ > 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 VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 24897 bytes Desc: not available URL: From bill.lorensen at gmail.com Wed Apr 5 14:19:03 2017 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Wed, 5 Apr 2017 14:19:03 -0400 Subject: [vtkusers] ANN: New remote module SplineDrivenImageslicer Message-ID: Folks, The new remote module is SplineDrivenImageSlicer based on the VTK Journal article: http://www.vtkjournal.org/browse/publication/838 by Jerome Velut. I forked the git repo from the VTK Journal, reorganized the tree and converted the code to vtk7. Tests were included by the author. I also made a wiki example of the vtkFrenetSerretFrame class: http://www.vtk.org/Wiki/VTK/Examples/Cxx/Remote/FrenetSerretFrame I will also add an example to show illustrates the spline driven sampler. The example page tells how to build the new remote module. Enjoy, Bill -- Unpaid intern in BillsLoft at noware dot com From david.gobbi at gmail.com Thu Apr 6 00:13:41 2017 From: david.gobbi at gmail.com (David Gobbi) Date: Wed, 5 Apr 2017 22:13:41 -0600 Subject: [vtkusers] Molding an image slice In-Reply-To: <1491391421010-5742725.post@n5.nabble.com> References: <1490099169373-5742555.post@n5.nabble.com> <1490102329877-5742562.post@n5.nabble.com> <1490114158649-5742574.post@n5.nabble.com> <1491391421010-5742725.post@n5.nabble.com> Message-ID: On Wed, Apr 5, 2017 at 5:23 AM, Shark wrote: > > However, when the I pass the texture to the actor, it seems that the > texture > is not well mapped to the plane. This is very noticeable in some corners of > the image where the texture is simply cut, because the plane is retracted > in > that corner. So, instead of the color texture being molded to the deformed > plane, it is simply applied on top of it without any other consideration. > If the parts of the plane are folded back, then you might have to use either vtkGridTransform or vtkBSplineTransform, instead of using vtkWarpVector. Another thing I have noticed is when I set up the resolution of the plane, I > have to reduce a unit from its dimensions, so I can match the number of > points in the displacement field: > The resolution of the vtkPlaneSource is the number of facets (little squares) that make up the plane. It's basic math that the number of points will be the number of facets plus one. The texture coords are associated with the points, so you have two options: you can set the number of facets to be equal to the number of pixels in your image, and then map the texture coords to the corners of your pixels. Or you can set the number of points to be equal to the number of pixels, and map the texture coords to the centers of your pixels. Both of these methods is perfectly valid (you just have to be sure that you set the texture coords correctly). Also, remember that in texture coordinates, the position (0,0) is at the corner of the first texel, whereas in image coordinates, the origin is at the center of the first pixel. Another thing I have noticed is that when I am setting the vtkDoubleArray to > pass to the warpVector, if I set 3 components, and set the Z, there is a > crazy behavior of how the texture is applied to the plane. With the Z > coordinate, things get strange and the texture gets randomly inverted X <-> > Y in different slices. > You might have better luck applying the transformation with vtkGridTransform and vtkTransformPolyDataFilter. The vtkGridTransform expects a vector image as its input, i.e. an image where each pixel is a displacement vector (dx,dy,dz). - David -------------- next part -------------- An HTML attachment was scrubbed... URL: From safna.royal10 at gmail.com Thu Apr 6 00:27:15 2017 From: safna.royal10 at gmail.com (safna) Date: Wed, 5 Apr 2017 21:27:15 -0700 (MST) Subject: [vtkusers] vtkSliderRepresentation2D in Vertical Message-ID: <1491452835684-5742731.post@n5.nabble.com> Dear VTKusers How to place a vtkSliderRepresentation2D vertical . *sliderRepresentation2D->GetPoint1Coordinate()->SetValue()* is their to set the postion.But whatever i gave is not positioning properly. All the examples in vtk shows it has been placed in horizontal. -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkSliderRepresentation2D-in-Vertical-tp5742731.html Sent from the VTK - Users mailing list archive at Nabble.com. From simon.esneault at gmail.com Thu Apr 6 04:28:13 2017 From: simon.esneault at gmail.com (Simon Esneault) Date: Thu, 6 Apr 2017 10:28:13 +0200 Subject: [vtkusers] vtkVolumeTextureMapper3D in VTK 7.1? In-Reply-To: References: <1488814239807-5742368.post@n5.nabble.com> Message-ID: Hello Alvaro Thanks for your work, this looks promising !! I have a few questions: - Will this work as well with real number, not only integers ? Let's say an ImageSampleDistance of 1.4 ? Like it is possible for the FixedRayCastVolumeMapper. - Will there be a mechanism that can make some use of this during interaction, like the Fixed ray cast mapper ? There are these methods called SetMinimumImageSampleDistance/SetMaximumImageSampleDistance, together used with the SetInteractiveSampleDistance they gives us a great flexibility over the tuning of the rendering during interaction. Will there be an equivalent mechanism with the GPU implementation ? - I always found the naming ImageSampleDistance quite confusing, shouldn't that be renamed to ImageSampling or something else to avoid confusion with the SamplingDistance ? RenderedImageSampling/FinalImageSampling vs RaySampling ? - The current implementation is mixing the 2 parameters, it looks like the SamplingDistance along the ray is clamped using the Minimum/MaximumImageSampleDistance right now (line 3008 of the vtkOpenGLGPUVolumeRayCastMapper.cxx). Is this intended ? - Does that works with the jittering option enabled ? Thanks a lot for that work, we will benefit a lot from that :) Simon 2017-03-31 18:34 GMT+02:00 Alvaro Sanchez : > Here is the merge request: > > https://gitlab.kitware.com/vtk/vtk/merge_requests/2641 > > On Wed, Mar 8, 2017 at 11:08 AM, Alvaro Sanchez < > alvaro.sanchez at kitware.com> wrote: > >> Thanks for the interest. There is no branch yet but I will ping you once >> you can try it out. >> >> > Also in that case would it be possible to add a final "gaussian >> smoothing >> > pass" or equivalent only on the 2D generated image (maybe only as an >> option) >> >> The first version will most likely only support linear interpolation, but >> will keep this in mind. >> >> >> On Wed, Mar 8, 2017 at 8:04 AM, Elvis Stansvik < >> elvis.stansvik at orexplore.com> wrote: >> >>> 2017-03-08 11:16 GMT+01:00 Simon ESNEAULT : >>> > Hello Alvaro, >>> > >>> > That's real good news to hear (about the down-sampling in X and Y), I >>> find >>> > it really difficult to tweak volume rendering only with sample >>> distance, >>> > especially during interaction. >>> > Has the development began already ? Is there some branche where we can >>> test >>> > that feature ? >>> > >>> > Also in that case would it be possible to add a final "gaussian >>> smoothing >>> > pass" or equivalent only on the 2D generated image (maybe only as an >>> option) >>> > ? I look like it is the case with FixedPointVolumeraycastMapper, the >>> image >>> > looks a bit blurred but sometimes it helps to see the structures >>> >>> I'm also very interested in this. I'm using vtkGPUVolumeRayCastMapper, >>> and I'm currently turning off the automatic adjustment of sample >>> distance during interaction and resorted to doing my own simpler >>> adjustment. I'm simply quadrupling the sample distance during >>> interaction (for still rendering I use >>> (spacingX+spacingY+spacingZ)/6). I'd love to have another quality >>> controlling knob to turn. >>> >>> Is there a MR up for it already? Will it be in 7.2? >>> >>> Elvis >>> >>> > >>> > Thanks >>> > Simon >>> > >>> > >>> > 2017-03-06 18:17 GMT+01:00 Alvaro Sanchez >> >: >>> >> >>> >> Hi Shark, >>> >> >>> >> unfortunately there is no current plan of porting >>> vtkVolumeTextureMapper3D >>> >> to OpenGL2 >>> >> , as far as I know. We will soon however support image down sampling >>> in X >>> >> and Y which >>> >> should serve as additional knobs to tweak the performance of >>> >> GPURayCastMapper in >>> >> OpenGL2 (only sample distance can be currently adjusted). >>> >> >>> >> Could you provide more detail on the size of the dataset you are >>> rendering >>> >> and your GPU >>> >> specs? >>> >> >>> >> Thanks, >>> >> ?lvaro >>> >> >>> >> On Mon, Mar 6, 2017 at 10:30 AM, Shark wrote: >>> >>> >>> >>> Hello, >>> >>> >>> >>> I have been having some issues with vtkVolumeTextureMapper3D. I see >>> it >>> >>> has >>> >>> been deprecated, however it is still available if I use the old >>> openGL. >>> >>> >>> >>> Since for software rendering with texture mapping is much faster >>> than ray >>> >>> casting, I would like to know if you are planning to have a Volume >>> >>> Texture >>> >>> Mapper for openGL 2, or if there is actually a new one that I am not >>> able >>> >>> to >>> >>> find. >>> >>> >>> >>> Best regards, >>> >>> Shark >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> -- >>> >>> View this message in context: >>> >>> http://vtk.1045678.n5.nabble.com/vtkVolumeTextureMapper3D-in >>> -VTK-7-1-tp5742368.html >>> >>> Sent from the VTK - Users mailing list archive at Nabble.com. >>> >>> _______________________________________________ >>> >>> 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 VTK FAQ at: >>> >>> http://www.vtk.org/Wiki/VTK_FAQ >>> >>> >>> >>> Search the list archives at: http://markmail.org/search/?q=vtkusers >>> >>> >>> >>> Follow this link to subscribe/unsubscribe: >>> >>> http://public.kitware.com/mailman/listinfo/vtkusers >>> >> >>> >> >>> >> >>> >> >>> >> -- >>> >> Alvaro Sanchez >>> >> Kitware, Inc. >>> >> Senior R&D Engineer >>> >> 21 Corporate Drive >>> >> Clifton Park, NY 12065-8662 >>> >> Phone: 518-881-4901 >>> >> >>> >> _______________________________________________ >>> >> 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 VTK FAQ at: >>> >> http://www.vtk.org/Wiki/VTK_FAQ >>> >> >>> >> Search the list archives at: http://markmail.org/search/?q=vtkusers >>> >> >>> >> Follow this link to subscribe/unsubscribe: >>> >> http://public.kitware.com/mailman/listinfo/vtkusers >>> >> >>> > >>> > >>> > >>> > -- >>> > ------------------------------------------------------------------ >>> > Simon Esneault >>> > Rennes, France >>> > ------------------------------------------------------------------ >>> > >>> > _______________________________________________ >>> > 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 VTK FAQ at: >>> > http://www.vtk.org/Wiki/VTK_FAQ >>> > >>> > Search the list archives at: http://markmail.org/search/?q=vtkusers >>> > >>> > Follow this link to subscribe/unsubscribe: >>> > http://public.kitware.com/mailman/listinfo/vtkusers >>> > >>> >> >> >> >> -- >> Alvaro Sanchez >> Kitware, Inc. >> Senior R&D Engineer >> 21 Corporate Drive >> Clifton Park, NY 12065-8662 >> Phone: 518-881-4901 <(518)%20881-4901> >> > > > > -- > Alvaro Sanchez > Kitware, Inc. > Senior R&D Engineer > 21 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-881-4901 > -- ------------------------------------------------------------------ Simon Esneault Rennes, France ------------------------------------------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ayouazjejiya at gmail.com Thu Apr 6 08:13:41 2017 From: ayouazjejiya at gmail.com (Djedjiga Ayouaz) Date: Thu, 6 Apr 2017 14:13:41 +0200 Subject: [vtkusers] VTK c++ class wrapper with CLI Message-ID: Hello, I am trying to wrap a small program of c++ with VTK in order to get a rendering window in C#. When I created a CLR Class Library, I included a directory of vtk class called "RenderingWindow" to a .h and .cpp files of the class library: #include #include I get errors like this one : Error C1083 :Cannot open include file: 'vtkXMLUnstructuredGridReader.h': No such file or directory I tried to integrate VTK to this Class Library to fix this problem like we do it with OpenCV: - I added the bin directory to include directories - I added a lib directory to libraries directory - I added all the libraries in additional dependencies - Then I added the current project to the solution of the c++ project and made this project depending on c++ project It didn't work, so I'm thinking to build it like I did it with C++ project, but I don't really know how to do it and if it is the required solution. I didn't find a tutorial or an article explaning how to wrap a c++ class with VTK library. Thank you for your help -------------- next part -------------- An HTML attachment was scrubbed... URL: From m.nunes at fratoria.com Thu Apr 6 10:08:44 2017 From: m.nunes at fratoria.com (Shark) Date: Thu, 6 Apr 2017 07:08:44 -0700 (MST) Subject: [vtkusers] Molding an image slice In-Reply-To: References: <1490099169373-5742555.post@n5.nabble.com> <1490102329877-5742562.post@n5.nabble.com> <1490114158649-5742574.post@n5.nabble.com> <1491391421010-5742725.post@n5.nabble.com> Message-ID: <1491487724088-5742734.post@n5.nabble.com> David, all your tips are extremely appreciated! I am sure this will be useful for other people in the future :-) I have solved my case by adding celldata values to my plane, and then passing the LUT to the mapper. plane->GetOutput()->GetCellData()->SetScalars(cellData); Worked as a charm. Now my plane is correctly colored. Best regards, shark -- View this message in context: http://vtk.1045678.n5.nabble.com/Molding-an-image-slice-tp5742555p5742734.html Sent from the VTK - Users mailing list archive at Nabble.com. From david.gobbi at gmail.com Thu Apr 6 10:37:03 2017 From: david.gobbi at gmail.com (David Gobbi) Date: Thu, 6 Apr 2017 08:37:03 -0600 Subject: [vtkusers] Molding an image slice In-Reply-To: <1491487724088-5742734.post@n5.nabble.com> References: <1490099169373-5742555.post@n5.nabble.com> <1490102329877-5742562.post@n5.nabble.com> <1490114158649-5742574.post@n5.nabble.com> <1491391421010-5742725.post@n5.nabble.com> <1491487724088-5742734.post@n5.nabble.com> Message-ID: Hi Shark, Yup, adding scalar attributes to the polydata works. As you can probably tell, though, I'm a fan of using texture maps for these sorts of problems. - David On Thu, Apr 6, 2017 at 8:08 AM, Shark wrote: > David, > all your tips are extremely appreciated! > I am sure this will be useful for other people in the future :-) > > I have solved my case by adding celldata values to my plane, and then > passing the LUT to the mapper. > plane->GetOutput()->GetCellData()->SetScalars(cellData); > > Worked as a charm. Now my plane is correctly colored. > > Best regards, > shark > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ken.martin at kitware.com Thu Apr 6 14:37:21 2017 From: ken.martin at kitware.com (Ken Martin) Date: Thu, 6 Apr 2017 14:37:21 -0400 Subject: [vtkusers] In iOS volume rendering can not work in 7.1 and 7.1.1 In-Reply-To: References: Message-ID: There is a topic in testing with some fixes for iOS, hopefully that will fix the issues you are seeing. On Mon, Apr 3, 2017 at 2:45 AM, Blade Whistler wrote: > Hi > > I use the volume rendering (VTK 7.0) in iOS for my application. it works > well. > > I'm trying to update to 7.1 or 7.1.1, since in 7.0 I found the clipping is > not work in 7.0. An error will occur when compiling the shader, the error > is ''<' does not operate on 'float' and 'int' ". I modifed the shader in > 'vtkVolumeShaderComposer.h' to make it pass, but the clipping performance > is poor. > > When compiling the 7.1 and 7.1.1 in iOS, the volume rendering is not > default enabled, I need to modified in vtkiOS.cmake to make it compile. > > After compile, when I run volume rendering in iOS, there are still has > shader compiling problems. I changed the shader (mostly change the 0 to > 0.0) to bypass the error, but see nothing on the screen. It seems in latest > version of VTK the volume rendering is not working anymore in iOS. > > > Leon > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > > -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From wilf.rosenbaum at gmail.com Thu Apr 6 15:04:19 2017 From: wilf.rosenbaum at gmail.com (Wilf Rosenbaum) Date: Thu, 6 Apr 2017 12:04:19 -0700 Subject: [vtkusers] Processing Limits of VTK? Message-ID: Hi Guys, I am trying to get some sense of VTKs limits from the perspective of maximum data size. I am looking for theoretical limits, pointers to relevant documentation and empirical tales of using VTK with large datasets where VTK was successful and where it fell over. (I'm not looking to slag VTK off here, and I am planning our own investigations - I am just looking for the collective wisdom of the user base before we plunge in). Thanks, Wilf PS Of course I know that the answer to my broad question is "It depends ..." but I am interested in hearing your practical experiences. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathieu.westphal at kitware.com Thu Apr 6 15:56:34 2017 From: mathieu.westphal at kitware.com (Mathieu Westphal) Date: Thu, 6 Apr 2017 21:56:34 +0200 Subject: [vtkusers] Processing Limits of VTK? In-Reply-To: References: Message-ID: Hi There is two limits, one is your system memory, the second is vtkIdType size (eg: number of points/cells/rows are vtkIdType). vtkIdType can be an int, long int or long long int depending and your system and vtk configuration. Of course, this does not consider computation time, only actual limits. Regards, On 6 Apr 2017 9:04 pm, "Wilf Rosenbaum" wrote: > Hi Guys, > I am trying to get some sense of VTKs limits from the perspective of > maximum data size. I am looking for theoretical limits, pointers to > relevant documentation and empirical tales of using VTK with large datasets > where VTK was successful and where it fell over. (I'm not looking to slag > VTK off here, and I am planning our own investigations - I am just looking > for the collective wisdom of the user base before we plunge in). > Thanks, > Wilf > > PS Of course I know that the answer to my broad question is "It depends > ..." but I am interested in hearing your practical experiences. > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave.demarle at kitware.com Thu Apr 6 15:59:43 2017 From: dave.demarle at kitware.com (David E DeMarle) Date: Thu, 6 Apr 2017 15:59:43 -0400 Subject: [vtkusers] Processing Limits of VTK? In-Reply-To: References: Message-ID: Another point to consider is that, via the distributed memory parallel extensions (turn on Group_MPI to access them), it is used in production on supercomputers within applications like ParaView on trillions of cell sized problems. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Apr 6, 2017 at 3:56 PM, Mathieu Westphal < mathieu.westphal at kitware.com> wrote: > Hi > > There is two limits, one is your system memory, the second is vtkIdType > size (eg: number of points/cells/rows are vtkIdType). > > vtkIdType can be an int, long int or long long int depending and your > system and vtk configuration. > > Of course, this does not consider computation time, only actual limits. > > Regards, > > On 6 Apr 2017 9:04 pm, "Wilf Rosenbaum" wrote: > >> Hi Guys, >> I am trying to get some sense of VTKs limits from the perspective of >> maximum data size. I am looking for theoretical limits, pointers to >> relevant documentation and empirical tales of using VTK with large datasets >> where VTK was successful and where it fell over. (I'm not looking to slag >> VTK off here, and I am planning our own investigations - I am just looking >> for the collective wisdom of the user base before we plunge in). >> Thanks, >> Wilf >> >> PS Of course I know that the answer to my broad question is "It depends >> ..." but I am interested in hearing your practical experiences. >> >> _______________________________________________ >> 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 VTK FAQ at: >> http://www.vtk.org/Wiki/VTK_FAQ >> >> Search the list archives at: http://markmail.org/search/?q=vtkusers >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/vtkusers >> >> > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sean at rogue-research.com Thu Apr 6 16:05:00 2017 From: sean at rogue-research.com (Sean McBride) Date: Thu, 6 Apr 2017 16:05:00 -0400 Subject: [vtkusers] [vtk-developers] Allowable C++11 Features in VTK In-Reply-To: References: Message-ID: <20170406200500.1562177155@mail.rogue-research.com> On Mon, 27 Mar 2017 14:03:16 -0400, Robert Maynard said: >As everyone is aware over the past couple of months we have updated >VTK to require a C++11 compiler, but have not explicitly stated what >C++11 features are usable. > >We do not intend to incorporate all features of the language at this >time because of incompatibilities with the structure of VTK and/or >incomplete support for the features by all of the compilers that VTK >aims to support. > >The current proposed C++11 features, and where they are allowed can be >found at: It looks pretty good to me. I'm a little trepidacious about 'auto'. I think it can certainly be beneficial if used judiciously, but I worry that overuse will hurt the readability and debuggability of the codebase. A shame that VS didn't support constexpr until recently, it would be nice to use too. In general, one thing I've always liked about VTK's C++ is that it isn't unnecessarily 'clever' using any and every funky C++ feature. I hope that continues. Cheers, -- ____________________________________________________________ Sean McBride, B. Eng sean at rogue-research.com Rogue Research www.rogue-research.com Mac Software Developer Montr?al, Qu?bec, Canada From julia.ute.fischer at gmail.com Fri Apr 7 00:42:08 2017 From: julia.ute.fischer at gmail.com (Julia Fischer) Date: Fri, 7 Apr 2017 06:42:08 +0200 Subject: [vtkusers] test Message-ID: -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Tmesh2.tar.gz Type: application/x-gzip Size: 188977 bytes Desc: not available URL: From bladewhistle at gmail.com Fri Apr 7 09:26:46 2017 From: bladewhistle at gmail.com (Blade Whistler) Date: Fri, 7 Apr 2017 21:26:46 +0800 Subject: [vtkusers] In iOS volume rendering can not work in 7.1 and 7.1.1 In-Reply-To: References: Message-ID: Thanks Ken, I will try to find that topic to see if it can resolve my problem. Leon On Fri, Apr 7, 2017 at 2:37 AM, Ken Martin wrote: > There is a topic in testing with some fixes for iOS, hopefully that will > fix the issues you are seeing. > > On Mon, Apr 3, 2017 at 2:45 AM, Blade Whistler > wrote: > >> Hi >> >> I use the volume rendering (VTK 7.0) in iOS for my application. it works >> well. >> >> I'm trying to update to 7.1 or 7.1.1, since in 7.0 I found the clipping >> is not work in 7.0. An error will occur when compiling the shader, the >> error is ''<' does not operate on 'float' and 'int' ". I modifed the shader >> in 'vtkVolumeShaderComposer.h' to make it pass, but the clipping >> performance is poor. >> >> When compiling the 7.1 and 7.1.1 in iOS, the volume rendering is not >> default enabled, I need to modified in vtkiOS.cmake to make it compile. >> >> After compile, when I run volume rendering in iOS, there are still has >> shader compiling problems. I changed the shader (mostly change the 0 to >> 0.0) to bypass the error, but see nothing on the screen. It seems in latest >> version of VTK the volume rendering is not working anymore in iOS. >> >> >> Leon >> >> _______________________________________________ >> 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 VTK FAQ at: >> http://www.vtk.org/Wiki/VTK_FAQ >> >> Search the list archives at: http://markmail.org/search/?q=vtkusers >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/vtkusers >> >> > > > -- > Ken Martin PhD > Distinguished Engineer > Kitware Inc. > 28 Corporate Drive > Clifton Park NY 12065 > > This communication, including all attachments, contains confidential and > legally privileged information, and it is intended only for the use of the > addressee. Access to this email by anyone else is unauthorized. If you are > not the intended recipient, any disclosure, copying, distribution or any > action taken in reliance on it is prohibited and may be unlawful. If you > received this communication in error please notify us immediately and > destroy the original message. Thank you. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ken.martin at kitware.com Fri Apr 7 10:03:59 2017 From: ken.martin at kitware.com (Ken Martin) Date: Fri, 7 Apr 2017 10:03:59 -0400 Subject: [vtkusers] In iOS volume rendering can not work in 7.1 and 7.1.1 In-Reply-To: References: Message-ID: Max Smolens is working on it. He was still making some changes yesterday so I think it is still in progress. But at least it is, in progress :-) The link is https://gitlab.kitware.com/vtk/vtk/merge_requests/2665 On Fri, Apr 7, 2017 at 9:26 AM, Blade Whistler wrote: > Thanks Ken, I will try to find that topic to see if it can resolve my > problem. > > Leon > > On Fri, Apr 7, 2017 at 2:37 AM, Ken Martin wrote: > >> There is a topic in testing with some fixes for iOS, hopefully that will >> fix the issues you are seeing. >> >> On Mon, Apr 3, 2017 at 2:45 AM, Blade Whistler >> wrote: >> >>> Hi >>> >>> I use the volume rendering (VTK 7.0) in iOS for my application. it works >>> well. >>> >>> I'm trying to update to 7.1 or 7.1.1, since in 7.0 I found the clipping >>> is not work in 7.0. An error will occur when compiling the shader, the >>> error is ''<' does not operate on 'float' and 'int' ". I modifed the shader >>> in 'vtkVolumeShaderComposer.h' to make it pass, but the clipping >>> performance is poor. >>> >>> When compiling the 7.1 and 7.1.1 in iOS, the volume rendering is not >>> default enabled, I need to modified in vtkiOS.cmake to make it compile. >>> >>> After compile, when I run volume rendering in iOS, there are still has >>> shader compiling problems. I changed the shader (mostly change the 0 to >>> 0.0) to bypass the error, but see nothing on the screen. It seems in latest >>> version of VTK the volume rendering is not working anymore in iOS. >>> >>> >>> Leon >>> >>> _______________________________________________ >>> 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 VTK FAQ at: >>> http://www.vtk.org/Wiki/VTK_FAQ >>> >>> Search the list archives at: http://markmail.org/search/?q=vtkusers >>> >>> Follow this link to subscribe/unsubscribe: >>> http://public.kitware.com/mailman/listinfo/vtkusers >>> >>> >> >> >> -- >> Ken Martin PhD >> Distinguished Engineer >> Kitware Inc. >> 28 Corporate Drive >> Clifton Park NY 12065 >> >> This communication, including all attachments, contains confidential and >> legally privileged information, and it is intended only for the use of the >> addressee. Access to this email by anyone else is unauthorized. If you are >> not the intended recipient, any disclosure, copying, distribution or any >> action taken in reliance on it is prohibited and may be unlawful. If you >> received this communication in error please notify us immediately and >> destroy the original message. Thank you. >> > > -- Ken Martin PhD Distinguished Engineer Kitware Inc. 28 Corporate Drive Clifton Park NY 12065 This communication, including all attachments, contains confidential and legally privileged information, and it is intended only for the use of the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. If you received this communication in error please notify us immediately and destroy the original message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jkempinger at decisionvis.com Fri Apr 7 16:26:37 2017 From: jkempinger at decisionvis.com (Jayson Kempinger) Date: Fri, 7 Apr 2017 16:26:37 -0400 Subject: [vtkusers] Fatal Python error: PyThreadState_Get: no current thread Message-ID: <7AE6EEEF-61E5-4C9E-B55F-EE78748F70CE@decisionvis.com> Hi, I?m trying to install VTK on an iMac running 10.12. I?m using python 3.5.2, compiled from source, and am compiling VTK-7.1.1 from source. When I run python3 (with -v and -d) and try to import vtk python crashes with the following error: >>> import vtk # /Users/username/build/lib/python3.5/site-packages/vtk/__pycache__/__init__.cpython-35.pyc matches /Users/username/build/lib/python3.5/site-packages/vtk/__init__.py # code object from '/Users/username/build/lib/python3.5/site-packages/vtk/__pycache__/__init__.cpython-35.pyc' # /Users/username/build/lib/python3.5/__pycache__/__future__.cpython-35.pyc matches /Users/username/build/lib/python3.5/__future__.py # code object from '/Users/username/build/lib/python3.5/__pycache__/__future__.cpython-35.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x1073032e8> # /Users/username/build/lib/python3.5/site-packages/vtk/__pycache__/vtkCommonCore.cpython-35.pyc matches /Users/username/build/lib/python3.5/site-packages/vtk/vtkCommonCore.py # code object from '/Users/username/build/lib/python3.5/site-packages/vtk/__pycache__/vtkCommonCore.cpython-35.pyc' Fatal Python error: PyThreadState_Get: no current thread zsh: abort python3 -v -d From what I?ve read online it sounds like this is due to a python mismatch, i.e. building VTK against a different python version than the version it is run under. I?ve searched through the advanced cmake configuration and can?t find any reference to the system built-in python2 interpreter. Any suggestions on what might be going wrong? Thanks! Jayson From isaiah.norton at gmail.com Fri Apr 7 22:45:16 2017 From: isaiah.norton at gmail.com (Isaiah Norton) Date: Fri, 7 Apr 2017 22:45:16 -0400 Subject: [vtkusers] Fatal Python error: PyThreadState_Get: no current thread In-Reply-To: <7AE6EEEF-61E5-4C9E-B55F-EE78748F70CE@decisionvis.com> References: <7AE6EEEF-61E5-4C9E-B55F-EE78748F70CE@decisionvis.com> Message-ID: You could debug with vmmap, to see which shared libraries are loaded in the process. Or start under lldb and look at output of `image list` when it aborts. Isaiah On Fri, Apr 7, 2017 at 4:26 PM, Jayson Kempinger wrote: > Hi, I?m trying to install VTK on an iMac running 10.12. I?m using python > 3.5.2, compiled from source, and am compiling VTK-7.1.1 from source. > > When I run python3 (with -v and -d) and try to import vtk python crashes > with the following error: > > >>> import vtk > # /Users/username/build/lib/python3.5/site-packages/vtk/__ > pycache__/__init__.cpython-35.pyc matches /Users/username/build/lib/ > python3.5/site-packages/vtk/__init__.py > # code object from '/Users/username/build/lib/ > python3.5/site-packages/vtk/__pycache__/__init__.cpython-35.pyc' > # /Users/username/build/lib/python3.5/__pycache__/__future__.cpython-35.pyc > matches /Users/username/build/lib/python3.5/__future__.py > # code object from '/Users/username/build/lib/python3.5/__pycache__/__ > future__.cpython-35.pyc' > import '__future__' # <_frozen_importlib_external.SourceFileLoader object > at 0x1073032e8> > # /Users/username/build/lib/python3.5/site-packages/vtk/__ > pycache__/vtkCommonCore.cpython-35.pyc matches /Users/username/build/lib/ > python3.5/site-packages/vtk/vtkCommonCore.py > # code object from '/Users/username/build/lib/ > python3.5/site-packages/vtk/__pycache__/vtkCommonCore.cpython-35.pyc' > Fatal Python error: PyThreadState_Get: no current thread > zsh: abort python3 -v -d > > From what I?ve read online it sounds like this is due to a python > mismatch, i.e. building VTK against a different python version than the > version it is run under. I?ve searched through the advanced cmake > configuration and can?t find any reference to the system built-in python2 > interpreter. > > Any suggestions on what might be going wrong? > > Thanks! > Jayson > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mados316 at gmail.com Sat Apr 8 01:45:38 2017 From: mados316 at gmail.com (Madan Kumar Y) Date: Fri, 7 Apr 2017 22:45:38 -0700 (MST) Subject: [vtkusers] "vtkCommonCore-6.0.dll is missing from your computer". In-Reply-To: References: <1390579682983-5725609.post@n5.nabble.com> Message-ID: <1491630338382-5742755.post@n5.nabble.com> Hi, I have the dll in the relase and debug folderos of vtk but still the missing dll is appearing. -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkCommonCore-6-0-dll-is-missing-from-your-computer-tp5725609p5742755.html Sent from the VTK - Users mailing list archive at Nabble.com. From mados316 at gmail.com Sat Apr 8 01:53:51 2017 From: mados316 at gmail.com (Madan Kumar Y) Date: Fri, 7 Apr 2017 22:53:51 -0700 (MST) Subject: [vtkusers] vtkcommoncore-6.2.dll is missing in the sysytem error. Message-ID: <1491630831656-5742756.post@n5.nabble.com> When i run my simple cone application, the exe is throwing the error that vtkcommoncore-6.2.dll is missing in the system. when i crosscheck in the vtk folder the dll is present both in debug and release. None of the program exe are running and the same error is appearing for all. Prior this all programs were running but all of a sudden they aren't. so what could be the issue?? Thanks -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkcommoncore-6-2-dll-is-missing-in-the-sysytem-error-tp5742756.html Sent from the VTK - Users mailing list archive at Nabble.com. From mados316 at gmail.com Sat Apr 8 02:10:38 2017 From: mados316 at gmail.com (Madan Kumar Y) Date: Fri, 7 Apr 2017 23:10:38 -0700 (MST) Subject: [vtkusers] error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' Message-ID: <1491631838703-5742757.post@n5.nabble.com> I'm facing a linker error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' and it is pointing to the progressivehullcudalibd.lib file in my system. I did all the active solution configuration and target machine to x64 and also in linker, additional options, there's nothing reflecting. But still the error is same. Any suggestions??. P.S : after changing to x64 in the active solution platform, configuration manager and also the target now the error is in reverse order that is module machine type 'x64' conflicts with target machine type 'X86'. -- View this message in context: http://vtk.1045678.n5.nabble.com/Re-error-LNK1112-module-machine-type-X86-conflicts-with-target-machine-type-x64-tp5742757.html Sent from the VTK - Users mailing list archive at Nabble.com. From bakkari.abdelkhalek at hotmail.fr Sat Apr 8 07:10:03 2017 From: bakkari.abdelkhalek at hotmail.fr (Abdelkhalek Bakkari) Date: Sat, 8 Apr 2017 11:10:03 +0000 Subject: [vtkusers] Point Set Refinement Message-ID: Dear VTK users, I am trying to process the point set refinement using VTK and Qt. I have a point set as shown in the attached file. Could you provide me help ? Best regards, Abdelkhalek Bakkari -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: i2^cimgpsh_orig.png Type: image/png Size: 111251 bytes Desc: i2^cimgpsh_orig.png URL: From bitminer at gmail.com Sat Apr 8 12:16:43 2017 From: bitminer at gmail.com (Brian Davis) Date: Sat, 8 Apr 2017 11:16:43 -0500 Subject: [vtkusers] VTK without the V(isualization) In-Reply-To: References: Message-ID: Yes I can use vtk without visualization objects. The workaround I found to this was not even to use the boxWidget or any other vtk object, but rather go low level and: clipFunc->SetBounds( bounds ) where bounds is double bounds[6]; which is just calc in code double z_cen = (bounds[5] - bounds[4]) / 2.0; double z_spc = (bounds[5] - bounds[4]) / 512.0; bounds[4] = z_cen; bounds[5] = z_cen + z_spc; Then check of boxWidget exists (then rendering is active else non render pipeline is active) void clip(void){ if (boxWidget.Get()){ if (boxWidget->GetEnabled() != 1) return; boxWidget->GetPlanes(clipFunc); clipper->Update(); surface->DeepCopy(clipper->GetOutput()); clippedSurface->DeepCopy(clipper->GetClippedOutput()); cutter->Update(); cutLines->DeepCopy(cutter->GetOutput()); boxWidget->Off(); //boxWidget->EnabledOff(); } else{ //box->GetPlanes(clipFunc); clipFunc->SetBounds(bounds); clipper->Update(); surface->DeepCopy(clipper->GetOutput()); clippedSurface->DeepCopy(clipper->GetClippedOutput()); cutter->Update(); cutLines->DeepCopy(cutter->GetOutput()); } } Thanks to those that responded. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rccm.kyoshimi at gmail.com Sat Apr 8 21:19:50 2017 From: rccm.kyoshimi at gmail.com (kenichiro yoshimi) Date: Sun, 9 Apr 2017 10:19:50 +0900 Subject: [vtkusers] error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' In-Reply-To: <1491631838703-5742757.post@n5.nabble.com> References: <1491631838703-5742757.post@n5.nabble.com> Message-ID: Hi Kumar, You may start over the CMake configure step. At that time, you need to specify Visual Studio 1* 201* Win64 (NOT Visual Studio 1* 201*) for the generator that will create project files for the x64 processor. Thanks, yoshimi 2017-04-08 15:10 GMT+09:00 Madan Kumar Y : > I'm facing a linker error LNK1112: module machine type 'X86' conflicts with > target machine type 'x64' and it is pointing to the > progressivehullcudalibd.lib file in my system. I did all the active solution > configuration and target machine to x64 and also in linker, additional > options, there's nothing reflecting. But still the error is same. Any > suggestions??. > P.S : after changing to x64 in the active solution platform, configuration > manager and also the target now the error is in reverse order that is > module machine type 'x64' conflicts with target machine type 'X86'. > > > > -- > View this message in context: http://vtk.1045678.n5.nabble.com/Re-error-LNK1112-module-machine-type-X86-conflicts-with-target-machine-type-x64-tp5742757.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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 VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers From bladewhistle at gmail.com Sat Apr 8 22:17:05 2017 From: bladewhistle at gmail.com (Blade Whistler) Date: Sun, 9 Apr 2017 10:17:05 +0800 Subject: [vtkusers] In iOS volume rendering can not work in 7.1 and 7.1.1 In-Reply-To: References: Message-ID: Got it. Thanks. That's exactly the problem I have. On Fri, Apr 7, 2017 at 10:03 PM, Ken Martin wrote: > Max Smolens is working on it. He was still making some changes yesterday > so I think it is still in progress. But at least it is, in progress :-) > The link is > > https://gitlab.kitware.com/vtk/vtk/merge_requests/2665 > > > On Fri, Apr 7, 2017 at 9:26 AM, Blade Whistler > wrote: > >> Thanks Ken, I will try to find that topic to see if it can resolve my >> problem. >> >> Leon >> >> On Fri, Apr 7, 2017 at 2:37 AM, Ken Martin >> wrote: >> >>> There is a topic in testing with some fixes for iOS, hopefully that will >>> fix the issues you are seeing. >>> >>> On Mon, Apr 3, 2017 at 2:45 AM, Blade Whistler >>> wrote: >>> >>>> Hi >>>> >>>> I use the volume rendering (VTK 7.0) in iOS for my application. it >>>> works well. >>>> >>>> I'm trying to update to 7.1 or 7.1.1, since in 7.0 I found the clipping >>>> is not work in 7.0. An error will occur when compiling the shader, the >>>> error is ''<' does not operate on 'float' and 'int' ". I modifed the shader >>>> in 'vtkVolumeShaderComposer.h' to make it pass, but the clipping >>>> performance is poor. >>>> >>>> When compiling the 7.1 and 7.1.1 in iOS, the volume rendering is not >>>> default enabled, I need to modified in vtkiOS.cmake to make it compile. >>>> >>>> After compile, when I run volume rendering in iOS, there are still has >>>> shader compiling problems. I changed the shader (mostly change the 0 to >>>> 0.0) to bypass the error, but see nothing on the screen. It seems in latest >>>> version of VTK the volume rendering is not working anymore in iOS. >>>> >>>> >>>> Leon >>>> >>>> _______________________________________________ >>>> 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 VTK FAQ at: >>>> http://www.vtk.org/Wiki/VTK_FAQ >>>> >>>> Search the list archives at: http://markmail.org/search/?q=vtkusers >>>> >>>> Follow this link to subscribe/unsubscribe: >>>> http://public.kitware.com/mailman/listinfo/vtkusers >>>> >>>> >>> >>> >>> -- >>> Ken Martin PhD >>> Distinguished Engineer >>> Kitware Inc. >>> 28 Corporate Drive >>> Clifton Park NY 12065 >>> >>> This communication, including all attachments, contains confidential and >>> legally privileged information, and it is intended only for the use of the >>> addressee. Access to this email by anyone else is unauthorized. If you are >>> not the intended recipient, any disclosure, copying, distribution or any >>> action taken in reliance on it is prohibited and may be unlawful. If you >>> received this communication in error please notify us immediately and >>> destroy the original message. Thank you. >>> >> >> > > > -- > Ken Martin PhD > Distinguished Engineer > Kitware Inc. > 28 Corporate Drive > Clifton Park NY 12065 > > This communication, including all attachments, contains confidential and > legally privileged information, and it is intended only for the use of the > addressee. Access to this email by anyone else is unauthorized. If you are > not the intended recipient, any disclosure, copying, distribution or any > action taken in reliance on it is prohibited and may be unlawful. If you > received this communication in error please notify us immediately and > destroy the original message. Thank you. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.q.hdp at gmail.com Sun Apr 9 07:18:59 2017 From: bill.q.hdp at gmail.com (Bill Q) Date: Sun, 9 Apr 2017 19:18:59 +0800 Subject: [vtkusers] QT compatibility with build-in VTK widget classes other than QVTKRenderWindowInteractor Message-ID: Hello All, We are trying to make some build-in VTK widget class to work with QT. One example it to make vtkRectilinearWipeWidget to show up in a QT application. We tried to make it work with QVTKRenderWindowInteractor. However, we failed. Looking at the diagram: http://www.vtk.org/doc/nightly/html/classvtkRectilinearWipeWidget.html, we are not quite sure if this is even possible. Is there a good way to make these type of build-in VTK widget classes to work with QT? Many thanks. Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: From mados316 at gmail.com Mon Apr 10 00:43:33 2017 From: mados316 at gmail.com (Madan Kumar Y) Date: Sun, 9 Apr 2017 21:43:33 -0700 (MST) Subject: [vtkusers] error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' In-Reply-To: References: <1491631838703-5742757.post@n5.nabble.com> Message-ID: <1491799413547-5742766.post@n5.nabble.com> Hi Yoshimi, Thanks for your suggestion. Actually cmake is not used in this project. This project was done in 2012, now i'm trying to execute this and hence getting this conflict. any other suggestion welcome. Thanks, Madan -- View this message in context: http://vtk.1045678.n5.nabble.com/Re-error-LNK1112-module-machine-type-X86-conflicts-with-target-machine-type-x64-tp5742757p5742766.html Sent from the VTK - Users mailing list archive at Nabble.com. From rakesh.p at tataelxsi.co.in Mon Apr 10 02:03:48 2017 From: rakesh.p at tataelxsi.co.in (Rakesh Patil) Date: Mon, 10 Apr 2017 06:03:48 +0000 Subject: [vtkusers] How to rotate around a arbitrary world coordinate? Message-ID: Hi, Experts, or experienced people, can you give some information on this? http://public.kitware.com/pipermail/vtkusers/2017-March/098181.html How to rotate around a arbitrary world coordinate? Thanks & Regards Rakesh Patil -------------- next part -------------- An HTML attachment was scrubbed... URL: From sur.chiranjib at gmail.com Mon Apr 10 02:44:54 2017 From: sur.chiranjib at gmail.com (Chiranjib Sur) Date: Mon, 10 Apr 2017 12:14:54 +0530 Subject: [vtkusers] Point Set Refinement In-Reply-To: References: Message-ID: Hi, I have few things to ask to clarify my understanding about your question : 1. What kind of data (format, source) are you starting with? 2. How do you mark the region in "Red", - have you used any vtk filter(s) to extract that region? 3. What do you mean by "point set refinement"? Do you intend to refine the region marked with "red line" ? Thank, Chiranjib On Sat, Apr 8, 2017 at 4:40 PM, Abdelkhalek Bakkari < bakkari.abdelkhalek at hotmail.fr> wrote: > Dear VTK users, > > > I am trying to process the point set refinement using VTK and Qt. > > I have a point set as shown in the attached file. > > Could you provide me help ? > > > Best regards, > > > Abdelkhalek Bakkari > > > > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sur.chiranjib at gmail.com Mon Apr 10 02:46:37 2017 From: sur.chiranjib at gmail.com (Chiranjib Sur) Date: Mon, 10 Apr 2017 12:16:37 +0530 Subject: [vtkusers] How to rotate around a arbitrary world coordinate? In-Reply-To: References: Message-ID: May be this the place to start http://www.vtk.org/doc/nightly/html/classvtkTransformFilter.html On Mon, Apr 10, 2017 at 11:33 AM, Rakesh Patil wrote: > Hi, > > > Experts, or experienced people, can you give some information on this? > > > http://public.kitware.com/pipermail/vtkusers/2017-March/098181.html > > > How to rotate around a arbitrary world coordinate? > > > Thanks & Regards > > Rakesh Patil > > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mados316 at gmail.com Mon Apr 10 03:23:11 2017 From: mados316 at gmail.com (Madan Kumar Y) Date: Mon, 10 Apr 2017 00:23:11 -0700 (MST) Subject: [vtkusers] "vtkCommonCore-6.0.dll is missing from your computer". In-Reply-To: <1390579682983-5725609.post@n5.nabble.com> References: <1390579682983-5725609.post@n5.nabble.com> Message-ID: <1491808991702-5742770.post@n5.nabble.com> Hi, I had similar problems. The actual problem was the system's environment variables. once the proper path of user variables is set. The program executed. Thanks, Madan -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkCommonCore-6-0-dll-is-missing-from-your-computer-tp5725609p5742770.html Sent from the VTK - Users mailing list archive at Nabble.com. From mados316 at gmail.com Mon Apr 10 03:24:28 2017 From: mados316 at gmail.com (Madan Kumar Y) Date: Mon, 10 Apr 2017 00:24:28 -0700 (MST) Subject: [vtkusers] vtkcommoncore-6.2.dll is missing in the sysytem error. In-Reply-To: <1491630831656-5742756.post@n5.nabble.com> References: <1491630831656-5742756.post@n5.nabble.com> Message-ID: <1491809068542-5742771.post@n5.nabble.com> Hey, The actual problem was the system's environment variables. once the proper path of user variables is set. The program executed. Thanks, Madan -- View this message in context: http://vtk.1045678.n5.nabble.com/vtkcommoncore-6-2-dll-is-missing-in-the-sysytem-error-tp5742756p5742771.html Sent from the VTK - Users mailing list archive at Nabble.com. From bakkari.abdelkhalek at hotmail.fr Mon Apr 10 06:39:55 2017 From: bakkari.abdelkhalek at hotmail.fr (Abdelkhalek Bakkari) Date: Mon, 10 Apr 2017 10:39:55 +0000 Subject: [vtkusers] vtkPCANormalEstimation & vtkLineSource Message-ID: Dear VTK users, How can I apply the vtkPCANormalEstimation and vtkLineSource in order to get the normal estimation for each points of the searching space. Thank you in advance. Kind regards, Abdelkhalek Bakkari -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Points Normal.png Type: image/png Size: 195485 bytes Desc: Points Normal.png URL: From kalia.megha84 at gmail.com Mon Apr 10 06:49:36 2017 From: kalia.megha84 at gmail.com (Megha Kalia) Date: Mon, 10 Apr 2017 12:49:36 +0200 Subject: [vtkusers] Visualize .mha MRI volume Message-ID: Hi all, I have a .mha file containing MRI volume. I want to do the following: 1- Read .mha volume data. 2- Visualize it in VTK 3- Transfer the data to openGL 3D texture to use it in my own framework. By far I have used vtkMetaImageReader. I get just one slice. I want to see entire volume. Any pointers on this will be really helpful. Thanks a lot :) -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Mon Apr 10 08:56:17 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Mon, 10 Apr 2017 08:56:17 -0400 Subject: [vtkusers] error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' In-Reply-To: <1491631838703-5742757.post@n5.nabble.com> References: <1491631838703-5742757.post@n5.nabble.com> Message-ID: My guess, without seeing the full linker error message, is that your progressivehullcudalibd.lib is built for 'X86'. On Sat, Apr 8, 2017 at 2:10 AM, Madan Kumar Y wrote: > I'm facing a linker error LNK1112: module machine type 'X86' conflicts with > target machine type 'x64' and it is pointing to the > progressivehullcudalibd.lib file in my system. I did all the active solution > configuration and target machine to x64 and also in linker, additional > options, there's nothing reflecting. But still the error is same. Any > suggestions??. > P.S : after changing to x64 in the active solution platform, configuration > manager and also the target now the error is in reverse order that is > module machine type 'x64' conflicts with target machine type 'X86'. > > > > -- > View this message in context: http://vtk.1045678.n5.nabble.com/Re-error-LNK1112-module-machine-type-X86-conflicts-with-target-machine-type-x64-tp5742757.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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 VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers -- Cory Quammen Staff R&D Engineer Kitware, Inc. From jkempinger at decisionvis.com Mon Apr 10 10:11:15 2017 From: jkempinger at decisionvis.com (Jayson Kempinger) Date: Mon, 10 Apr 2017 10:11:15 -0400 Subject: [vtkusers] Fatal Python error: PyThreadState_Get: no current thread In-Reply-To: References: <7AE6EEEF-61E5-4C9E-B55F-EE78748F70CE@decisionvis.com> Message-ID: <0206B11A-E8C0-4D3D-BD83-A46D83D4F89D@decisionvis.com> Hi Isaiah, Thanks for the response! I've pasted below the output from running python3, vtkpython, and both of those commands under lldb. I've never used vmmap before, so I'm not sure how to attach to the process after it crashes, and running vmmap on a running vtkpython, before importing vtk, doesn't show anything that seems out of the ordinary (see output at https://pastebin.com/j5ANwNpv). I'm not sure where to go from here as I get different results under lldb and different lldb output for running python3 and vtkpython. I've also tried vtk-7.0.0 but I get the same results, just with "-7.0.0.dylib". All of the image files that weren't found do exist on the system: > find /Users/jkempinger/build -iname "libvtkCommonCorePython35D-7.1.1.dylib" -exec ls -l '{}' \; -rwxr-xr-x 1 jkempinger staff 2964960 Apr 10 09:46 /Users/jkempinger/build/lib/libvtkCommonCorePython35D-7.1.1.dylib > find /Users/jkempinger/build -iname "libvtkWrappingPython35Core-7.1.1.dylib" -exec ls -l '{}' \; -rwxr-xr-x 1 jkempinger staff 3052644 Apr 10 09:46 /Users/jkempinger/build/lib/libvtkWrappingPython35Core-7.1.1.dylib and I believe my environment is set correctly: > echo $DYLD_LIBRARY_PATH /Users/jkempinger/build/lib:/Users/jkempinger/build/Qt5.7.0/5.7/clang_64/lib > echo $LD_LIBRARY_PATH /Users/jkempinger/build/lib:/Users/jkempinger/build/Qt5.7.0/5.7/clang_64/lib > echo $PYTHONPATH /Users/jkempinger/build/lib/python3.5/site-packages When running python3: Python 3.5.2 (default, Apr 7 2017, 11:18:59) [GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.38)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import vtk Fatal Python error: PyThreadState_Get: no current thread zsh: abort /Users/jkempinger/build/bin/python3 When running vtkpython: vtk version 7.1.1 Python 3.5.2 (default, Apr 7 2017, 11:18:59) [GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.38)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import vtk Fatal Python error: PyThreadState_Get: no current thread zsh: abort /Users/jkempinger/build/bin/vtkpython When running python3 under lldb and importing vtk: (lldb) target create "/Users/jkempinger/build/bin/python3" Current executable set to '/Users/jkempinger/build/bin/python3' (x86_64). (lldb) run Process 48987 launched: '/Users/jkempinger/build/bin/python3' (x86_64) Python 3.5.2 (default, Apr 7 2017, 11:18:59) [GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.38)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import vtk Traceback (most recent call last): File "/Users/jkempinger/build/lib/python3.5/site-packages/vtk/vtkCommonCore.py", line 5, in from .vtkCommonCorePython import * ImportError: dlopen(/Users/jkempinger/build/lib/python3.5/site-packages/vtk/vtkCommonCorePython.so, 2): Library not loaded: libvtkCommonCorePython35D-7.1.1.dylib Referenced from: /Users/jkempinger/build/lib/python3.5/site-packages/vtk/vtkCommonCorePython.so Reason: image not found During handling of the above exception, another exception occurred: Traceback (most recent call last): File "", line 1, in File "/Users/jkempinger/build/lib/python3.5/site-packages/vtk/__init__.py", line 41, in from .vtkCommonCore import * File "/Users/jkempinger/build/lib/python3.5/site-packages/vtk/vtkCommonCore.py", line 9, in from vtkCommonCorePython import * ImportError: No module named 'vtkCommonCorePython' >>> When running vtkpython in lldb: (lldb) target create "/Users/jkempinger/build/bin/vtkpython" Current executable set to '/Users/jkempinger/build/bin/vtkpython' (x86_64). (lldb) run Process 49021 launched: '/Users/jkempinger/build/bin/vtkpython' (x86_64) dyld: Library not loaded: libvtkWrappingPython35Core-7.1.1.dylib Referenced from: /Users/jkempinger/build/bin/vtkpython Reason: image not found Process 49021 stopped * thread #1, stop reason = signal SIGABRT frame #0: 0x00000001000359ee dyld`__abort_with_payload + 10 dyld`__abort_with_payload: -> 0x1000359ee <+10>: jae 0x1000359f8 ; <+20> 0x1000359f0 <+12>: movq %rax, %rdi 0x1000359f3 <+15>: jmp 0x100035300 ; cerror_nocancel 0x1000359f8 <+20>: retq (lldb) image list [ 0] 08649D04-B82E-328E-AD4C-CA3C421293E5 0x0000000100000000 /Users/jkempinger/build/bin/vtkpython [ 1] 8239D0D7-66F6-3C44-A77F-586F74525DA3 0x000000010000c000 /usr/lib/dyld (lldb) Any suggestions on what to try next? Thanks! Jayson > On Apr 7, 2017, at 10:45 PM, Isaiah Norton wrote: > > You could debug with vmmap, to see which shared libraries are loaded in the process. > Or start under lldb and look at output of `image list` when it aborts. > > Isaiah > > On Fri, Apr 7, 2017 at 4:26 PM, Jayson Kempinger > wrote: > Hi, I?m trying to install VTK on an iMac running 10.12. I?m using python 3.5.2, compiled from source, and am compiling VTK-7.1.1 from source. > > When I run python3 (with -v and -d) and try to import vtk python crashes with the following error: > > >>> import vtk > # /Users/username/build/lib/python3.5/site-packages/vtk/__pycache__/__init__.cpython-35.pyc matches /Users/username/build/lib/python3.5/site-packages/vtk/__init__.py > # code object from '/Users/username/build/lib/python3.5/site-packages/vtk/__pycache__/__init__.cpython-35.pyc' > # /Users/username/build/lib/python3.5/__pycache__/__future__.cpython-35.pyc matches /Users/username/build/lib/python3.5/__future__.py > # code object from '/Users/username/build/lib/python3.5/__pycache__/__future__.cpython-35.pyc' > import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x1073032e8> > # /Users/username/build/lib/python3.5/site-packages/vtk/__pycache__/vtkCommonCore.cpython-35.pyc matches /Users/username/build/lib/python3.5/site-packages/vtk/vtkCommonCore.py > # code object from '/Users/username/build/lib/python3.5/site-packages/vtk/__pycache__/vtkCommonCore.cpython-35.pyc' > Fatal Python error: PyThreadState_Get: no current thread > zsh: abort python3 -v -d > > From what I?ve read online it sounds like this is due to a python mismatch, i.e. building VTK against a different python version than the version it is run under. I?ve searched through the advanced cmake configuration and can?t find any reference to the system built-in python2 interpreter. > > Any suggestions on what might be going wrong? > > Thanks! > Jayson > _______________________________________________ > 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 VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From aashish.chaudhary at kitware.com Mon Apr 10 10:25:04 2017 From: aashish.chaudhary at kitware.com (Aashish Chaudhary) Date: Mon, 10 Apr 2017 14:25:04 +0000 Subject: [vtkusers] Visualize .mha MRI volume In-Reply-To: References: Message-ID: Hi Megha, You can look at this example to help with your task ( http://www.vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/VolumeRendering/Cxx/GPURenderDemo.cxx). In that example you can use vtkGPUVolumeRayCastMapper instead of vtkSmartVolumeMapper to simplify things a bit. As fas the reader goes, how did you confirm that you only got one slice? Thanks, On Mon, Apr 10, 2017 at 6:49 AM Megha Kalia wrote: > Hi all, > > I have a .mha file containing MRI volume. I want to do the following: > 1- Read .mha volume data. > 2- Visualize it in VTK > 3- Transfer the data to openGL 3D texture to use it in my own framework. > > By far I have used vtkMetaImageReader. I get just one slice. I want to see > entire volume. > Any pointers on this will be really helpful. > > Thanks a lot :) > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From henrylau9677 at gmail.com Mon Apr 10 12:09:41 2017 From: henrylau9677 at gmail.com (henlau) Date: Mon, 10 Apr 2017 09:09:41 -0700 (MST) Subject: [vtkusers] Visualising vorticity from NC file structured grid Message-ID: <1491840581403-5742780.post@n5.nabble.com> Hi all, I am new to VTK. I have a NC file and reading it with "vtknetCDFCFReader". In my NC file, there are 2 variable arrays and their corresponding dimension: "ua" - (height, lon, lat) - Description: Eastward_wind - Unit: m s-1 "va" - (height, lon, lat) - Description: Northward_wind - Unit: m s-1 I safeDownCast the output of the reader and got a vtkStructuredGrid, with only cell data. The thing is I want to render the vorticity of the data. I saw people working with vtkHedgeHog, and the following is what I am doing: //reader vtkNetCDFCFReader *reader = vtkNetCDFCFReader::New(); reader->SetFileName(fileName); reader->SetOutputTypeToStructured(); reader->UpdateMetaData(); reader->Update(); reader->SetVariableArrayStatus("ua", 1); reader->SetVariableArrayStatus("va", 1); reader->SphericalCoordinatesOff(); //SafeDownCast reader output to structuredGrid vtkStructuredGrid *weatherGrid = vtkStructuredGrid::SafeDownCast(reader->GetOutput()); //Cell data to point data vtkCellDataToPointData *c2p = vtkCellDataToPointData::New(); c2p->SetInputData(weatherGrid); c2p->PassCellDataOn(); c2p->Update(); //Convert it back to a structured grid vtkStructuredGrid* reformedWeatherGrid = c2p->GetStructuredGridOutput(); //In the following code, I start doing the hedgehog //Here I am creating vector data for the "reformedWeatherGrid" //1430*1557*151 is the dimension of my first structured grid vtkFloatArray* vector = vtkFloatArray::New(); vector->SetNumberOfComponents(3); vector->SetNumberOfTuples(1430*1557*151); for(int i = 0; i < 151; i++){ double v[2]; v[0] = reformedWeatherGrid->GetPointData()->GetArray("ua")->GetComponent(i,0); v[1] = reformedWeatherGrid->GetPointData()->GetArray("va")->GetComponent(i,0); vector->InsertTuple(i,v); } //Set new vector into reformedWeatherGrid reformedWeatherGrid->GetPointData()->SetVectors(vector); //HedgeHog vtkHedgeHog* hedgehog = vtkHedgeHog::New(); hedgehog->SetInputData(reformedWeatherGrid); hedgehog->SetScaleFactor(0.1); //PolyDataMapper and Actor vtkPolyDataMapper* hhMapper = vtkPolyDataMapper::New(); hhMapper->SetInputConnection(hedgehog->GetOutputPort()); vtkActor* hhActor = vtkActor::New(); hhActor->SetMapper(hhMapper); //renderer and render window ............. The problem is I got the following error: vtkPointData (0x7fbb1af13d80): Can not set attribute Vectors. Incorrect number of components. vtkHedgeHog (0x7fbb1af1def0): No vectors in input data What should I do in order to solve this problem? Or is there any alternatives to render the vorticity of my data? TIA -- View this message in context: http://vtk.1045678.n5.nabble.com/Visualising-vorticity-from-NC-file-structured-grid-tp5742780.html Sent from the VTK - Users mailing list archive at Nabble.com. From peer9802 at gmail.com Mon Apr 10 15:10:30 2017 From: peer9802 at gmail.com (Eric Petersen) Date: Mon, 10 Apr 2017 14:10:30 -0500 Subject: [vtkusers] Displaying 2D image with vtkPolyData Message-ID: Hello, I have various cardiac CT scans where I've segmented various areas and created STL files (using Mimics) of the objects. I then have Python scripts where I am able to read, and display, these objects using VTK. I don't have any issue with this part. I also have bi-plane fluoroscopy (2D) images of the same patients where I would like to display the bi-plane images with the imported vtkPolyData (from CT scans) to fuse the two imaging modalities. I've been looking around for how to display 2D images (either directly from DICOM or 2D numpy array) with 3D vtkPolyData objects and I'm struggling to find a good example. Can anyone suggest some filters and usage to get me started? Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.lorensen at gmail.com Mon Apr 10 15:41:27 2017 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Mon, 10 Apr 2017 15:41:27 -0400 Subject: [vtkusers] Displaying 2D image with vtkPolyData In-Reply-To: References: Message-ID: Take a look at this example http://www.vtk.org/Wiki/VTK/Examples/Cxx/Medical/MedicalDemo3 On Apr 10, 2017 3:10 PM, "Eric Petersen" wrote: > Hello, > > I have various cardiac CT scans where I've segmented various areas and > created STL files (using Mimics) of the objects. I then have Python > scripts where I am able to read, and display, these objects using VTK. I > don't have any issue with this part. I also have bi-plane fluoroscopy (2D) > images of the same patients where I would like to display the bi-plane > images with the imported vtkPolyData (from CT scans) to fuse the two > imaging modalities. > > I've been looking around for how to display 2D images (either directly > from DICOM or 2D numpy array) with 3D vtkPolyData objects and I'm > struggling to find a good example. > > Can anyone suggest some filters and usage to get me started? > > Eric > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From henrylau9677 at gmail.com Mon Apr 10 20:07:11 2017 From: henrylau9677 at gmail.com (henlau) Date: Mon, 10 Apr 2017 17:07:11 -0700 (MST) Subject: [vtkusers] VTK *.app Abort trap:6 Message-ID: <1491869231924-5742788.post@n5.nabble.com> Hi all, I was trying to visualize my actor on mac but seems like it is not working. I got the following error when the program was adding the actor to the renderer: Abort trap: 6 Does anyone know what that means? How am I able to solve it? My code is just simply visualizing the vtkHedgeHog. TIA -- View this message in context: http://vtk.1045678.n5.nabble.com/VTK-app-Abort-trap-6-tp5742788.html Sent from the VTK - Users mailing list archive at Nabble.com. From bill.lorensen at gmail.com Mon Apr 10 20:25:34 2017 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Mon, 10 Apr 2017 20:25:34 -0400 Subject: [vtkusers] VTK *.app Abort trap:6 In-Reply-To: <1491869231924-5742788.post@n5.nabble.com> References: <1491869231924-5742788.post@n5.nabble.com> Message-ID: Can you provide a small, compilable file that illustrates the problem!? And the Cmakelists.txt file. On Apr 10, 2017 8:07 PM, "henlau" wrote: > Hi all, > > I was trying to visualize my actor on mac but seems like it is not working. > I got the following error when the program was adding the actor to the > renderer: > Abort trap: 6 > > Does anyone know what that means? How am I able to solve it? > My code is just simply visualizing the vtkHedgeHog. > > TIA > > > > -- > View this message in context: http://vtk.1045678.n5.nabble. > com/VTK-app-Abort-trap-6-tp5742788.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From henrylau9677 at gmail.com Mon Apr 10 21:07:57 2017 From: henrylau9677 at gmail.com (henlau) Date: Mon, 10 Apr 2017 18:07:57 -0700 (MST) Subject: [vtkusers] VTK *.app Abort trap:6 In-Reply-To: References: <1491869231924-5742788.post@n5.nabble.com> Message-ID: <1491872877652-5742790.post@n5.nabble.com> Below is my code: //Creating vectors and points for hedgehog static int dims[3] = {1430, 1557, 151}; float x[3], v[3]; int offset, kOffset, jOffset, k, deltaHeight, componentNum; vtkStructuredGrid* reformedWeatherGrid = c2p->GetStructuredGridOutput(); reformedWeatherGrid->SetDimensions(dims[0], dims[1], dims[2]); vtkFloatArray* vector = vtkFloatArray::New(); vector->SetNumberOfComponents(3); vector->SetNumberOfTuples(dims[0]*dims[1]*dims[2]); vtkPoints* points = vtkPoints::New(); points->Allocate(dims[0]*dims[1]*dims[2]); v[2] = 0.0; deltaHeight = dims[0] * dims[1]; for(int height = 1; height < dims[2]; height++){ x[2] = height; kOffset = height*dims[0]*dims[1]; for(int lat = 1; lat < dims[1]; lat++){ jOffset = lat*dims[0]; for(int lon = 1; lon < dims[0]; lon++){ x[0] = lon; x[1] = lat; componentNum = height*lat*lon; v[0] = reformedWeatherGrid->GetPointData()->GetArray("ua")->GetComponent(componentNum, 0); v[1] = reformedWeatherGrid->GetPointData()->GetArray("va")->GetComponent(componentNum,0); offset = lon+jOffset+kOffset; points->InsertPoint(offset,x); vector->InsertTuple(offset,v); } } } //Set points and vector to the structuredgrid reformedWeatherGrid->SetPoints(points); reformedWeatherGrid->GetPointData()->SetVectors(vector); reformedWeatherGrid->Print(std::cout); //HedgeHog vtkHedgeHog* hedgehog = vtkHedgeHog::New(); hedgehog->SetInputData(reformedWeatherGrid); hedgehog->SetScaleFactor(0.05); hedgehog->Print(std::cout); vtkPolyDataMapper* hhMapper = vtkPolyDataMapper::New(); hhMapper->SetInputConnection(hedgehog->GetOutputPort()); vtkActor* hhActor = vtkActor::New(); hhActor->SetMapper(hhMapper); //Renderer, render window ...... Just now I tried with a smaller dimension, like 300x300x151 and it works. Is that because of my computer not able to handle such large amount of data? -- View this message in context: http://vtk.1045678.n5.nabble.com/VTK-app-Abort-trap-6-tp5742788p5742790.html Sent from the VTK - Users mailing list archive at Nabble.com. From henrylau9677 at gmail.com Mon Apr 10 21:09:03 2017 From: henrylau9677 at gmail.com (henlau) Date: Mon, 10 Apr 2017 18:09:03 -0700 (MST) Subject: [vtkusers] VTK *.app Abort trap:6 In-Reply-To: References: <1491869231924-5742788.post@n5.nabble.com> Message-ID: <1491872943399-5742791.post@n5.nabble.com> And this is my CMakeList.txt cmake_minimum_required(VERSION 2.8) PROJECT(main) find_package(VTK REQUIRED) include(${VTK_USE_FILE}) add_executable(main MACOSX_BUNDLE main) if(VTK_LIBRARIES) target_link_libraries(main ${VTK_LIBRARIES}) else() target_link_libraries(main vtkHybrid vtkWidgets) endif() -- View this message in context: http://vtk.1045678.n5.nabble.com/VTK-app-Abort-trap-6-tp5742788p5742791.html Sent from the VTK - Users mailing list archive at Nabble.com. From rakesh.p at tataelxsi.co.in Tue Apr 11 02:04:14 2017 From: rakesh.p at tataelxsi.co.in (Rakesh Patil) Date: Tue, 11 Apr 2017 06:04:14 +0000 Subject: [vtkusers] How to rotate around a arbitrary world coordinate? In-Reply-To: References: , Message-ID: Hi, I am sorry, my question was not clear I guess. Most of the interactor styles perform rotation (entire model, not only object) with respect to origin (0, 0, 0). This is happening irrespective of where we pan and zoom. Consider a situation, where the center is away from the viewport. Now when I perform rotation, the default interactor style rotates about (0, 0, 0). In this situation, my requirement is whatever is the center point of the viewport, rotation should happen w.r.t. this center point. How can this be implemented? Thanks & Regards Rakesh Patil TATA ELXSI Tel (D) +91 80 2297 9621 Cell +91 9890258407 ________________________________ From: Chiranjib Sur Sent: Monday, April 10, 2017 12:16:37 PM To: Rakesh Patil Cc: vtkusers at vtk.org Subject: Re: [vtkusers] How to rotate around a arbitrary world coordinate? May be this the place to start http://www.vtk.org/doc/nightly/html/classvtkTransformFilter.html On Mon, Apr 10, 2017 at 11:33 AM, Rakesh Patil > wrote: Hi, Experts, or experienced people, can you give some information on this? http://public.kitware.com/pipermail/vtkusers/2017-March/098181.html How to rotate around a arbitrary world coordinate? Thanks & Regards Rakesh Patil _______________________________________________ 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 VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Search the list archives at: http://markmail.org/search/?q=vtkusers Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/vtkusers -------------- next part -------------- An HTML attachment was scrubbed... URL: From mados316 at gmail.com Tue Apr 11 02:57:28 2017 From: mados316 at gmail.com (Madan Kumar Y) Date: Mon, 10 Apr 2017 23:57:28 -0700 (MST) Subject: [vtkusers] error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' In-Reply-To: References: <1491631838703-5742757.post@n5.nabble.com> Message-ID: <1491893848802-5742793.post@n5.nabble.com> Hi Cory, Even i think that's the issue, any suggestions. Thanks, Madan -- View this message in context: http://vtk.1045678.n5.nabble.com/Re-error-LNK1112-module-machine-type-X86-conflicts-with-target-machine-type-x64-tp5742757p5742793.html Sent from the VTK - Users mailing list archive at Nabble.com. From kalia.megha84 at gmail.com Tue Apr 11 04:09:47 2017 From: kalia.megha84 at gmail.com (Megha Kalia) Date: Tue, 11 Apr 2017 10:09:47 +0200 Subject: [vtkusers] Visualize .mha MRI volume In-Reply-To: References: Message-ID: Hi Ashish , Thanks for replying. I see only only one 2D-slice. I can't see rest of the slices. I couldn't even find a way to visualize different slices (let's say according to position) Thanks :) On Mon, Apr 10, 2017 at 4:25 PM, Aashish Chaudhary < aashish.chaudhary at kitware.com> wrote: > Hi Megha, > > You can look at this example to help with your task ( > http://www.vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/VolumeRendering/Cxx/ > GPURenderDemo.cxx). In that example you can use vtkGPUVolumeRayCastMapper instead > of vtkSmartVolumeMapper to simplify things a bit. > > As fas the reader goes, how did you confirm that you only got one slice? > > Thanks, > > > On Mon, Apr 10, 2017 at 6:49 AM Megha Kalia > wrote: > >> Hi all, >> >> I have a .mha file containing MRI volume. I want to do the following: >> 1- Read .mha volume data. >> 2- Visualize it in VTK >> 3- Transfer the data to openGL 3D texture to use it in my own framework. >> >> By far I have used vtkMetaImageReader. I get just one slice. I want to >> see entire volume. >> Any pointers on this will be really helpful. >> >> Thanks a lot :) >> _______________________________________________ >> 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 VTK FAQ at: >> http://www.vtk.org/Wiki/VTK_FAQ >> >> Search the list archives at: http://markmail.org/search/?q=vtkusers >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/vtkusers >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From elvis.stansvik at orexplore.com Tue Apr 11 04:45:19 2017 From: elvis.stansvik at orexplore.com (Elvis Stansvik) Date: Tue, 11 Apr 2017 10:45:19 +0200 Subject: [vtkusers] Using system fonts on Windows (fontconfig equivalent?) Message-ID: Hi all, Cross-posting since I'm not sure if vtkusers@ or vtk-developers@ is most appropriate for this. On Linux, I'm using the vtkRendereringFreeTypeFontConfig module, so that I can use system fonts (e.g. for charts labels et.c). The goal is to make VTK fonts match those used by Qt, so I'm using QFontDatabase::system(...) to query for the user's preferred font, and then use that in my VTK code. This is all working quite well. I'm now porting the application to Windows. Does VTK have any support for loading system fonts on Windows? Something similar to the vtkRendereringFreeTypeFontConfig, but for whatever font backend Windows uses? If not, has anyone had luck in building fontconfig for Windows, and using the vtkRendereringFreeTypeFontConfig module there? (I'm not even sure if fontconfig has support for hooking into Windows' font backend, so this may not be a solution at all). Many thanks in advance, Elvis From ysa0829 at gmail.com Tue Apr 11 05:23:08 2017 From: ysa0829 at gmail.com (Ang) Date: Tue, 11 Apr 2017 02:23:08 -0700 (MST) Subject: [vtkusers] Rendering Very Large Images In-Reply-To: <000001c95ae4$8f104020$4c78a8c0@imagesystems.local> References: <000001c95ae4$8f104020$4c78a8c0@imagesystems.local> Message-ID: <1491902588308-5742798.post@n5.nabble.com> Hi, The solution link is invalid. Could someone please give me some advice? Thanks for help. -- View this message in context: http://vtk.1045678.n5.nabble.com/Rendering-Very-Large-Images-tp1243278p5742798.html Sent from the VTK - Users mailing list archive at Nabble.com. From cory.quammen at kitware.com Tue Apr 11 07:56:13 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Tue, 11 Apr 2017 07:56:13 -0400 Subject: [vtkusers] error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' In-Reply-To: <1491893848802-5742793.post@n5.nabble.com> References: <1491631838703-5742757.post@n5.nabble.com> <1491893848802-5742793.post@n5.nabble.com> Message-ID: Either rebuild the 32 bit library as 64 bit, or rebuild the 64 libraries as 32 bit. Those are your only options. HTH, Cory On Apr 11, 2017 2:57 AM, "Madan Kumar Y" wrote: > Hi Cory, > Even i think that's the issue, any suggestions. > > > > > > > > > > Thanks, > Madan > > > > -- > View this message in context: http://vtk.1045678.n5.nabble. > com/Re-error-LNK1112-module-machine-type-X86-conflicts- > with-target-machine-type-x64-tp5742757p5742793.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.lonie at kitware.com Tue Apr 11 12:43:19 2017 From: david.lonie at kitware.com (David Lonie) Date: Tue, 11 Apr 2017 12:43:19 -0400 Subject: [vtkusers] [vtk-developers] Using system fonts on Windows (fontconfig equivalent?) In-Reply-To: References: Message-ID: AFAIK, the only option on windows would be to load the font file directly using vtkTextProperty::SetFontFamily(VTK_FONT_FILE) and vtkTextProperty::SetFontFile(...). I've never heard of FontConfig being used on Windows, but I haven't really looked into it, either. Good luck! Dave On Tue, Apr 11, 2017 at 4:45 AM, Elvis Stansvik wrote: > Hi all, > > Cross-posting since I'm not sure if vtkusers@ or vtk-developers@ is > most appropriate for this. > > On Linux, I'm using the vtkRendereringFreeTypeFontConfig module, so > that I can use system fonts (e.g. for charts labels et.c). The goal is > to make VTK fonts match those used by Qt, so I'm using > QFontDatabase::system(...) to query for the user's preferred font, and > then use that in my VTK code. This is all working quite well. > > I'm now porting the application to Windows. Does VTK have any support > for loading system fonts on Windows? Something similar to the > vtkRendereringFreeTypeFontConfig, but for whatever font backend > Windows uses? > > If not, has anyone had luck in building fontconfig for Windows, and > using the vtkRendereringFreeTypeFontConfig module there? (I'm not even > sure if fontconfig has support for hooking into Windows' font backend, > so this may not be a solution at all). > > Many thanks in advance, > Elvis > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html > > Search the list archives at: http://markmail.org/search/?q=vtk-developers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtk-developers > From cartik.sharma at gmail.com Tue Apr 11 13:37:27 2017 From: cartik.sharma at gmail.com (Cartik Sharma) Date: Tue, 11 Apr 2017 12:37:27 -0500 Subject: [vtkusers] vtkusers Digest, Vol 156, Issue 13 In-Reply-To: References: Message-ID: Dear VTK Users/Developers, I'm trying to build VTK 5.10.1 on Mac OS X El Capitan and am getting a compilation error.. [ 66%] Building CXX object Rendering/CMakeFiles/vtkRendering.dir/vtkCocoaRenderWindowInteractor.mm.o clang: error: garbage collection is no longer supported make[2]: *** [Rendering/CMakeFiles/vtkRendering.dir/vtkCocoaRenderWindowInteractor.mm.o] Error 1 make[1]: *** [Rendering/CMakeFiles/vtkRendering.dir/all] Error 2 make: *** [all] Error 2 Please let me know the fix so I can build VTK. Best regards, Cartik On Tue, Apr 11, 2017 at 11:00 AM, wrote: > Send vtkusers mailing list submissions to > vtkusers at vtk.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://public.kitware.com/mailman/listinfo/vtkusers > or, via email, send a message with subject or body 'help' to > vtkusers-request at vtk.org > > You can reach the person managing the list at > vtkusers-owner at vtk.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of vtkusers digest..." > > > Today's Topics: > > 1. Visualising vorticity from NC file structured grid (henlau) > 2. Displaying 2D image with vtkPolyData (Eric Petersen) > 3. Re: Displaying 2D image with vtkPolyData (Bill Lorensen) > 4. VTK *.app Abort trap:6 (henlau) > 5. Re: VTK *.app Abort trap:6 (Bill Lorensen) > 6. Re: VTK *.app Abort trap:6 (henlau) > 7. Re: VTK *.app Abort trap:6 (henlau) > 8. Re: How to rotate around a arbitrary world coordinate? > (Rakesh Patil) > 9. Re: error LNK1112: module machine type 'X86' conflicts with > target machine type 'x64' (Madan Kumar Y) > 10. Re: Visualize .mha MRI volume (Megha Kalia) > 11. Using system fonts on Windows (fontconfig equivalent?) > (Elvis Stansvik) > 12. Re: Rendering Very Large Images (Ang) > 13. Re: error LNK1112: module machine type 'X86' conflicts with > target machine type 'x64' (Cory Quammen) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 10 Apr 2017 09:09:41 -0700 (MST) > From: henlau > To: vtkusers at vtk.org > Subject: [vtkusers] Visualising vorticity from NC file structured grid > Message-ID: <1491840581403-5742780.post at n5.nabble.com> > Content-Type: text/plain; charset=us-ascii > > Hi all, > > I am new to VTK. I have a NC file and reading it with "vtknetCDFCFReader". > In my NC file, there are 2 variable arrays and their corresponding > dimension: > > "ua" - (height, lon, lat) - Description: Eastward_wind - Unit: m s-1 > "va" - (height, lon, lat) - Description: Northward_wind - Unit: m s-1 > > I safeDownCast the output of the reader and got a vtkStructuredGrid, with > only cell data. The thing is I want to render the vorticity of the data. I > saw people working with vtkHedgeHog, and the following is what I am doing: > > //reader > vtkNetCDFCFReader *reader = vtkNetCDFCFReader::New(); > reader->SetFileName(fileName); > reader->SetOutputTypeToStructured(); > reader->UpdateMetaData(); > reader->Update(); > > reader->SetVariableArrayStatus("ua", 1); > reader->SetVariableArrayStatus("va", 1); > > reader->SphericalCoordinatesOff(); > > //SafeDownCast reader output to structuredGrid > vtkStructuredGrid *weatherGrid = > vtkStructuredGrid::SafeDownCast(reader->GetOutput()); > > > //Cell data to point data > vtkCellDataToPointData *c2p = vtkCellDataToPointData::New(); > c2p->SetInputData(weatherGrid); > c2p->PassCellDataOn(); > c2p->Update(); > > //Convert it back to a structured grid > vtkStructuredGrid* reformedWeatherGrid = c2p->GetStructuredGridOutput() > ; > > > //In the following code, I start doing the hedgehog > //Here I am creating vector data for the "reformedWeatherGrid" > //1430*1557*151 is the dimension of my first structured grid > vtkFloatArray* vector = vtkFloatArray::New(); > vector->SetNumberOfComponents(3); > vector->SetNumberOfTuples(1430*1557*151); > for(int i = 0; i < 151; i++){ > > double v[2]; > v[0] = > reformedWeatherGrid->GetPointData()->GetArray("ua")->GetComponent(i,0); > v[1] = > reformedWeatherGrid->GetPointData()->GetArray("va")->GetComponent(i,0); > vector->InsertTuple(i,v); > } > > //Set new vector into reformedWeatherGrid > reformedWeatherGrid->GetPointData()->SetVectors(vector); > > //HedgeHog > vtkHedgeHog* hedgehog = vtkHedgeHog::New(); > hedgehog->SetInputData(reformedWeatherGrid); > hedgehog->SetScaleFactor(0.1); > > //PolyDataMapper and Actor > vtkPolyDataMapper* hhMapper = vtkPolyDataMapper::New(); > hhMapper->SetInputConnection(hedgehog->GetOutputPort()); > vtkActor* hhActor = vtkActor::New(); > hhActor->SetMapper(hhMapper); > > //renderer and render window > ............. > > The problem is I got the following error: > vtkPointData (0x7fbb1af13d80): Can not set attribute Vectors. Incorrect > number of components. > vtkHedgeHog (0x7fbb1af1def0): No vectors in input data > > What should I do in order to solve this problem? Or is there any > alternatives to render the vorticity of my data? > > TIA > > > > > > > > -- > View this message in context: http://vtk.1045678.n5.nabble. > com/Visualising-vorticity-from-NC-file-structured-grid-tp5742780.html > Sent from the VTK - Users mailing list archive at Nabble.com. > > > ------------------------------ > > Message: 2 > Date: Mon, 10 Apr 2017 14:10:30 -0500 > From: Eric Petersen > To: vtkusers at vtk.org > Subject: [vtkusers] Displaying 2D image with vtkPolyData > Message-ID: > mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hello, > > I have various cardiac CT scans where I've segmented various areas and > created STL files (using Mimics) of the objects. I then have Python > scripts where I am able to read, and display, these objects using VTK. I > don't have any issue with this part. I also have bi-plane fluoroscopy (2D) > images of the same patients where I would like to display the bi-plane > images with the imported vtkPolyData (from CT scans) to fuse the two > imaging modalities. > > I've been looking around for how to display 2D images (either directly from > DICOM or 2D numpy array) with 3D vtkPolyData objects and I'm struggling to > find a good example. > > Can anyone suggest some filters and usage to get me started? > > Eric > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: attachments/20170410/f713bea0/attachment-0001.html> > > ------------------------------ > > Message: 3 > Date: Mon, 10 Apr 2017 15:41:27 -0400 > From: Bill Lorensen > To: Eric Petersen > Cc: VTK Users > Subject: Re: [vtkusers] Displaying 2D image with vtkPolyData > Message-ID: > mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Take a look at this example > http://www.vtk.org/Wiki/VTK/Examples/Cxx/Medical/MedicalDemo3 > > On Apr 10, 2017 3:10 PM, "Eric Petersen" wrote: > > > Hello, > > > > I have various cardiac CT scans where I've segmented various areas and > > created STL files (using Mimics) of the objects. I then have Python > > scripts where I am able to read, and display, these objects using VTK. I > > don't have any issue with this part. I also have bi-plane fluoroscopy > (2D) > > images of the same patients where I would like to display the bi-plane > > images with the imported vtkPolyData (from CT scans) to fuse the two > > imaging modalities. > > > > I've been looking around for how to display 2D images (either directly > > from DICOM or 2D numpy array) with 3D vtkPolyData objects and I'm > > struggling to find a good example. > > > > Can anyone suggest some filters and usage to get me started? > > > > Eric > > > > _______________________________________________ > > 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 VTK FAQ at: > > http://www.vtk.org/Wiki/VTK_FAQ > > > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/vtkusers > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: attachments/20170410/d21550c1/attachment-0001.html> > > ------------------------------ > > Message: 4 > Date: Mon, 10 Apr 2017 17:07:11 -0700 (MST) > From: henlau > To: vtkusers at vtk.org > Subject: [vtkusers] VTK *.app Abort trap:6 > Message-ID: <1491869231924-5742788.post at n5.nabble.com> > Content-Type: text/plain; charset=us-ascii > > Hi all, > > I was trying to visualize my actor on mac but seems like it is not working. > I got the following error when the program was adding the actor to the > renderer: > Abort trap: 6 > > Does anyone know what that means? How am I able to solve it? > My code is just simply visualizing the vtkHedgeHog. > > TIA > > > > -- > View this message in context: http://vtk.1045678.n5.nabble. > com/VTK-app-Abort-trap-6-tp5742788.html > Sent from the VTK - Users mailing list archive at Nabble.com. > > > ------------------------------ > > Message: 5 > Date: Mon, 10 Apr 2017 20:25:34 -0400 > From: Bill Lorensen > To: henlau > Cc: VTK Users > Subject: Re: [vtkusers] VTK *.app Abort trap:6 > Message-ID: > rSO3caGzwC9w at mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Can you provide a small, compilable file that illustrates the problem!? And > the Cmakelists.txt file. > > On Apr 10, 2017 8:07 PM, "henlau" wrote: > > > Hi all, > > > > I was trying to visualize my actor on mac but seems like it is not > working. > > I got the following error when the program was adding the actor to the > > renderer: > > Abort trap: 6 > > > > Does anyone know what that means? How am I able to solve it? > > My code is just simply visualizing the vtkHedgeHog. > > > > TIA > > > > > > > > -- > > View this message in context: http://vtk.1045678.n5.nabble. > > com/VTK-app-Abort-trap-6-tp5742788.html > > Sent from the VTK - Users mailing list archive at Nabble.com. > > _______________________________________________ > > 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 VTK FAQ at: > > http://www.vtk.org/Wiki/VTK_FAQ > > > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/vtkusers > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: attachments/20170410/fbfa436b/attachment-0001.html> > > ------------------------------ > > Message: 6 > Date: Mon, 10 Apr 2017 18:07:57 -0700 (MST) > From: henlau > To: vtkusers at vtk.org > Subject: Re: [vtkusers] VTK *.app Abort trap:6 > Message-ID: <1491872877652-5742790.post at n5.nabble.com> > Content-Type: text/plain; charset=us-ascii > > Below is my code: > > //Creating vectors and points for hedgehog > static int dims[3] = {1430, 1557, 151}; > float x[3], v[3]; > int offset, kOffset, jOffset, k, deltaHeight, componentNum; > vtkStructuredGrid* reformedWeatherGrid = c2p->GetStructuredGridOutput() > ; > reformedWeatherGrid->SetDimensions(dims[0], dims[1], dims[2]); > > vtkFloatArray* vector = vtkFloatArray::New(); > vector->SetNumberOfComponents(3); > vector->SetNumberOfTuples(dims[0]*dims[1]*dims[2]); > > vtkPoints* points = vtkPoints::New(); > points->Allocate(dims[0]*dims[1]*dims[2]); > > v[2] = 0.0; > deltaHeight = dims[0] * dims[1]; > for(int height = 1; height < dims[2]; height++){ > x[2] = height; > kOffset = height*dims[0]*dims[1]; > for(int lat = 1; lat < dims[1]; lat++){ > jOffset = lat*dims[0]; > for(int lon = 1; lon < dims[0]; lon++){ > x[0] = lon; > x[1] = lat; > componentNum = height*lat*lon; > v[0] = > reformedWeatherGrid->GetPointData()->GetArray("ua") > ->GetComponent(componentNum, > 0); > v[1] = > reformedWeatherGrid->GetPointData()->GetArray("va") > ->GetComponent(componentNum,0); > offset = lon+jOffset+kOffset; > points->InsertPoint(offset,x); > vector->InsertTuple(offset,v); > } > } > } > > //Set points and vector to the structuredgrid > reformedWeatherGrid->SetPoints(points); > reformedWeatherGrid->GetPointData()->SetVectors(vector); > reformedWeatherGrid->Print(std::cout); > > //HedgeHog > vtkHedgeHog* hedgehog = vtkHedgeHog::New(); > hedgehog->SetInputData(reformedWeatherGrid); > hedgehog->SetScaleFactor(0.05); > hedgehog->Print(std::cout); > > vtkPolyDataMapper* hhMapper = vtkPolyDataMapper::New(); > hhMapper->SetInputConnection(hedgehog->GetOutputPort()); > > vtkActor* hhActor = vtkActor::New(); > hhActor->SetMapper(hhMapper); > > //Renderer, render window > ...... > > Just now I tried with a smaller dimension, like 300x300x151 and it works. > Is > that because of my computer not able to handle such large amount of data? > > > > > -- > View this message in context: http://vtk.1045678.n5.nabble. > com/VTK-app-Abort-trap-6-tp5742788p5742790.html > Sent from the VTK - Users mailing list archive at Nabble.com. > > > ------------------------------ > > Message: 7 > Date: Mon, 10 Apr 2017 18:09:03 -0700 (MST) > From: henlau > To: vtkusers at vtk.org > Subject: Re: [vtkusers] VTK *.app Abort trap:6 > Message-ID: <1491872943399-5742791.post at n5.nabble.com> > Content-Type: text/plain; charset=us-ascii > > And this is my CMakeList.txt > > > cmake_minimum_required(VERSION 2.8) > > PROJECT(main) > > find_package(VTK REQUIRED) > include(${VTK_USE_FILE}) > > add_executable(main MACOSX_BUNDLE main) > > if(VTK_LIBRARIES) > target_link_libraries(main ${VTK_LIBRARIES}) > else() > target_link_libraries(main vtkHybrid vtkWidgets) > endif() > > > > -- > View this message in context: http://vtk.1045678.n5.nabble. > com/VTK-app-Abort-trap-6-tp5742788p5742791.html > Sent from the VTK - Users mailing list archive at Nabble.com. > > > ------------------------------ > > Message: 8 > Date: Tue, 11 Apr 2017 06:04:14 +0000 > From: "Rakesh Patil" > To: Chiranjib Sur > Cc: "vtkusers at vtk.org" > Subject: Re: [vtkusers] How to rotate around a arbitrary world > coordinate? > Message-ID: > apcprd04.prod.outlook.com> > > Content-Type: text/plain; charset="us-ascii" > > Hi, > > > I am sorry, my question was not clear I guess. Most of the interactor > styles perform rotation (entire model, not only object) with respect to > origin (0, 0, 0). This is happening irrespective of where we pan and zoom. > Consider a situation, where the center is away from the viewport. Now when > I perform rotation, the default interactor style rotates about (0, 0, 0). > In this situation, my requirement is whatever is the center point of the > viewport, rotation should happen w.r.t. this center point. How can this be > implemented? > > > Thanks & Regards > > Rakesh Patil > > > TATA ELXSI > Tel (D) +91 80 2297 9621 > Cell +91 9890258407 > > ________________________________ > From: Chiranjib Sur > Sent: Monday, April 10, 2017 12:16:37 PM > To: Rakesh Patil > Cc: vtkusers at vtk.org > Subject: Re: [vtkusers] How to rotate around a arbitrary world coordinate? > > May be this the place to start > http://www.vtk.org/doc/nightly/html/classvtkTransformFilter.html > > On Mon, Apr 10, 2017 at 11:33 AM, Rakesh Patil mailto:rakesh.p at tataelxsi.co.in>> wrote: > > Hi, > > > Experts, or experienced people, can you give some information on this? > > > http://public.kitware.com/pipermail/vtkusers/2017-March/098181.html > > > How to rotate around a arbitrary world coordinate? > > > Thanks & Regards > > Rakesh Patil > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: attachments/20170411/aa684177/attachment-0001.html> > > ------------------------------ > > Message: 9 > Date: Mon, 10 Apr 2017 23:57:28 -0700 (MST) > From: Madan Kumar Y > To: vtkusers at vtk.org > Subject: Re: [vtkusers] error LNK1112: module machine type 'X86' > conflicts with target machine type 'x64' > Message-ID: <1491893848802-5742793.post at n5.nabble.com> > Content-Type: text/plain; charset=us-ascii > > Hi Cory, > Even i think that's the issue, any suggestions. > > > > > > > > > > Thanks, > Madan > > > > -- > View this message in context: http://vtk.1045678.n5.nabble. > com/Re-error-LNK1112-module-machine-type-X86-conflicts- > with-target-machine-type-x64-tp5742757p5742793.html > Sent from the VTK - Users mailing list archive at Nabble.com. > > > ------------------------------ > > Message: 10 > Date: Tue, 11 Apr 2017 10:09:47 +0200 > From: Megha Kalia > To: Aashish Chaudhary > Cc: vtkusers at vtk.org > Subject: Re: [vtkusers] Visualize .mha MRI volume > Message-ID: > 7BrdYfQQ at mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi Ashish , > > Thanks for replying. I see only only one 2D-slice. I can't see rest of the > slices. > I couldn't even find a way to visualize different slices (let's say > according to position) > > Thanks :) > > On Mon, Apr 10, 2017 at 4:25 PM, Aashish Chaudhary < > aashish.chaudhary at kitware.com> wrote: > > > Hi Megha, > > > > You can look at this example to help with your task ( > > http://www.vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/ > VolumeRendering/Cxx/ > > GPURenderDemo.cxx). In that example you can use > vtkGPUVolumeRayCastMapper instead > > of vtkSmartVolumeMapper to simplify things a bit. > > > > As fas the reader goes, how did you confirm that you only got one slice? > > > > Thanks, > > > > > > On Mon, Apr 10, 2017 at 6:49 AM Megha Kalia > > wrote: > > > >> Hi all, > >> > >> I have a .mha file containing MRI volume. I want to do the following: > >> 1- Read .mha volume data. > >> 2- Visualize it in VTK > >> 3- Transfer the data to openGL 3D texture to use it in my own framework. > >> > >> By far I have used vtkMetaImageReader. I get just one slice. I want to > >> see entire volume. > >> Any pointers on this will be really helpful. > >> > >> Thanks a lot :) > >> _______________________________________________ > >> 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 VTK FAQ at: > >> http://www.vtk.org/Wiki/VTK_FAQ > >> > >> Search the list archives at: http://markmail.org/search/?q=vtkusers > >> > >> Follow this link to subscribe/unsubscribe: > >> http://public.kitware.com/mailman/listinfo/vtkusers > >> > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: attachments/20170411/be64374f/attachment-0001.html> > > ------------------------------ > > Message: 11 > Date: Tue, 11 Apr 2017 10:45:19 +0200 > From: Elvis Stansvik > To: VTK Users , vtkdev > Subject: [vtkusers] Using system fonts on Windows (fontconfig > equivalent?) > Message-ID: > gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Hi all, > > Cross-posting since I'm not sure if vtkusers@ or vtk-developers@ is > most appropriate for this. > > On Linux, I'm using the vtkRendereringFreeTypeFontConfig module, so > that I can use system fonts (e.g. for charts labels et.c). The goal is > to make VTK fonts match those used by Qt, so I'm using > QFontDatabase::system(...) to query for the user's preferred font, and > then use that in my VTK code. This is all working quite well. > > I'm now porting the application to Windows. Does VTK have any support > for loading system fonts on Windows? Something similar to the > vtkRendereringFreeTypeFontConfig, but for whatever font backend > Windows uses? > > If not, has anyone had luck in building fontconfig for Windows, and > using the vtkRendereringFreeTypeFontConfig module there? (I'm not even > sure if fontconfig has support for hooking into Windows' font backend, > so this may not be a solution at all). > > Many thanks in advance, > Elvis > > > ------------------------------ > > Message: 12 > Date: Tue, 11 Apr 2017 02:23:08 -0700 (MST) > From: Ang > To: vtkusers at vtk.org > Subject: Re: [vtkusers] Rendering Very Large Images > Message-ID: <1491902588308-5742798.post at n5.nabble.com> > Content-Type: text/plain; charset=us-ascii > > Hi, > > The solution link is invalid. > > Could someone please give me some advice? > > Thanks for help. > > > > > > -- > View this message in context: http://vtk.1045678.n5.nabble. > com/Rendering-Very-Large-Images-tp1243278p5742798.html > Sent from the VTK - Users mailing list archive at Nabble.com. > > > ------------------------------ > > Message: 13 > Date: Tue, 11 Apr 2017 07:56:13 -0400 > From: Cory Quammen > To: Madan Kumar Y > Cc: VTK Mailing List > Subject: Re: [vtkusers] error LNK1112: module machine type 'X86' > conflicts with target machine type 'x64' > Message-ID: > B8HmSA at mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Either rebuild the 32 bit library as 64 bit, or rebuild the 64 libraries as > 32 bit. Those are your only options. > > HTH, > Cory > > On Apr 11, 2017 2:57 AM, "Madan Kumar Y" wrote: > > > Hi Cory, > > Even i think that's the issue, any suggestions. > > > > > > > > > > > > > > > > > > > > Thanks, > > Madan > > > > > > > > -- > > View this message in context: http://vtk.1045678.n5.nabble. > > com/Re-error-LNK1112-module-machine-type-X86-conflicts- > > with-target-machine-type-x64-tp5742757p5742793.html > > Sent from the VTK - Users mailing list archive at Nabble.com. > > _______________________________________________ > > 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 VTK FAQ at: > > http://www.vtk.org/Wiki/VTK_FAQ > > > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/vtkusers > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: attachments/20170411/a61282f9/attachment-0001.html> > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > > ------------------------------ > > End of vtkusers Digest, Vol 156, Issue 13 > ***************************************** > -- Cartik Sharma about.me/sharmacartik -------------- next part -------------- An HTML attachment was scrubbed... URL: From sean at rogue-research.com Tue Apr 11 13:44:55 2017 From: sean at rogue-research.com (Sean McBride) Date: Tue, 11 Apr 2017 13:44:55 -0400 Subject: [vtkusers] VTK *.app Abort trap:6 In-Reply-To: <1491872877652-5742790.post@n5.nabble.com> References: <1491869231924-5742788.post@n5.nabble.com> <1491872877652-5742790.post@n5.nabble.com> Message-ID: <20170411174455.225066984@mail.rogue-research.com> On Mon, 10 Apr 2017 18:07:57 -0700, henlau said: >Just now I tried with a smaller dimension, like 300x300x151 and it works. Is >that because of my computer not able to handle such large amount of data? Not "your computer", but it could well be that somewhere there is 32 bit arithmetic that is overflowing. You might try enabling UBSan to detect if this is so: Cheers, -- ____________________________________________________________ Sean McBride, B. Eng sean at rogue-research.com Rogue Research www.rogue-research.com Mac Software Developer Montr?al, Qu?bec, Canada From nico.schloemer at gmail.com Tue Apr 11 14:25:06 2017 From: nico.schloemer at gmail.com (=?UTF-8?Q?Nico_Schl=C3=B6mer?=) Date: Tue, 11 Apr 2017 18:25:06 +0000 Subject: [vtkusers] build all modules except the ones from system Message-ID: Hi everyone, I noticed that the combination ``` -DVTK_BUILD_ALL_MODULES=ON -DVTK_USE_SYSTEM_JSONCPP=ON ``` makes VTK build ThirdParty/jsoncpp. I don't want that: Just take it from system. How can I configure VTK such that all modules are built, _except_ the ones that I take from system? Cheers, Nico -------------- next part -------------- An HTML attachment was scrubbed... URL: From werdna.mal222 at gmail.com Tue Apr 11 18:30:08 2017 From: werdna.mal222 at gmail.com (Andrew Lam) Date: Tue, 11 Apr 2017 15:30:08 -0700 Subject: [vtkusers] Issuings running make in my VTK-build directory Message-ID: Hi, my name is Andrew. I'm currently in a class that requires us to install VTK. I have an issue running make in my VTK-build directory. I get a bunch of clock skew issues that pop up that won't go away after calling $ touch * then it will print out make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] Error 1 make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] Error 2 it will then run to about 32% and then end printing make: *** [all] Error 2 I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 I'm also going to include the output of the make call. Please let me know if you have any suggestions or if you need any more information to understand the issue. [ 0%] Built target kwiml_test [ 0%] Built target vtksys [ 1%] Built target vtkWrappingTools [ 1%] Built target vtkalglib [ 1%] Built target vtkexpat [ 2%] Built target vtkzlib [ 2%] Built target vtkDICOMParser [ 2%] Built target vtkEncodeString [ 2%] Built target vtkjpeg [ 2%] Built target vtkHashSource [ 2%] Built target vtkglew [ 2%] Built target H5make_libsettings [ 2%] Built target H5detect [ 2%] Built target vtkWrapTcl [ 2%] Built target vtkParseJava [ 2%] Built target vtkWrapPython [ 2%] Built target vtkWrapPythonInit [ 2%] Built target vtkWrapTclInit [ 2%] Built target vtkWrapJava [ 2%] Built target vtkjsoncpp [ 2%] Built target verdict [ 2%] Built target vtksqlite [ 2%] Built target vtkoggtheora [ 2%] Built target vtkWrapHierarchy [ 4%] Built target vtkproj4 [ 4%] Built target vtkfreetype [ 5%] Built target vtklibxml2 [ 5%] Built target vtkpng [ 5%] Built target vtkmetaio [ 5%] Built target vtkgl2ps [ 5%] Built target vtktiff [ 20%] Built target vtkCommonCore [ 26%] Built target VTKData [ 28%] Built target vtkCommonSystem [ 29%] Built target vtkCommonMath [ 29%] Built target vtkhdf5 [ 29%] Built target vtkWrappingPythonCore [ 29%] Built target vtkLocalExample [ 29%] Built target vtkCommonMisc [ 29%] Built target vtkCommonTransforms [ 29%] Built target vtkCommonSystemCxxTests [ 29%] Python Wrapping - generating vtkAbstractArrayPython.cxx [ 29%] Built target vtkhdf5_hl Usage: vtkWrapPython-7.1 [options] infile... --help print this help message --version print the VTK version -o the output file -I add an include directory -D define a preprocessor macro -U undefine a preprocessor macro @ read arguments from a file --hints the hints file to use --types the type hierarchy file to use --concrete force concrete class (ignored, deprecated) --abstract force abstract class (ignored, deprecated) --vtkobject vtkObjectBase-derived class (ignored, deprecated) --special non-vtkObjectBase class (ignored, deprecated) make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] Error 1 make[2]: *** Waiting for unfinished jobs.... [ 29%] Built target vtkpython [ 29%] Python Wrapping - generating vtkAngularPeriodicDataArrayPython.cxx Usage: vtkWrapPython-7.1 [options] infile... --help print this help message --version print the VTK version -o the output file -I add an include directory -D define a preprocessor macro -U undefine a preprocessor macro @ read arguments from a file --hints the hints file to use --types the type hierarchy file to use --concrete force concrete class (ignored, deprecated) --abstract force abstract class (ignored, deprecated) --vtkobject vtkObjectBase-derived class (ignored, deprecated) --special non-vtkObjectBase class (ignored, deprecated) make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] Error 1 make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... Scanning dependencies of target vtkCommonMathCxxTests make[2]: Warning: File `Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/depend.make' has modification time 0.041 s in the future [ 29%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/vtkCommonMathCxxTests.cxx.o [ 29%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestAmoebaMinimizer.cxx.o [ 30%] Built target vtkCommonCoreCxxTests [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestMatrix3x3.cxx.o [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestPolynomialSolversUnivariate.cxx.o [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestQuaternion.cxx.o [ 30%] Linking CXX executable ../../../../bin/vtkCommonMathCxxTests [ 32%] Built target vtkCommonDataModel make[2]: warning: Clock skew detected. Your build may be incomplete. [ 32%] Built target vtkCommonMathCxxTests make: *** [all] Error 2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From isaiah.norton at gmail.com Tue Apr 11 19:57:38 2017 From: isaiah.norton at gmail.com (Isaiah Norton) Date: Tue, 11 Apr 2017 19:57:38 -0400 Subject: [vtkusers] Fatal Python error: PyThreadState_Get: no current thread In-Reply-To: <0206B11A-E8C0-4D3D-BD83-A46D83D4F89D@decisionvis.com> References: <7AE6EEEF-61E5-4C9E-B55F-EE78748F70CE@decisionvis.com> <0206B11A-E8C0-4D3D-BD83-A46D83D4F89D@decisionvis.com> Message-ID: Another option is `DYLD_PRINT_LIBRARIES=1 (vtkpython | python3)`. This will dump loader activity to the console. See the man page for dyld. For lldb, you could try attaching to a running python before calling import in the repl. On Mon, Apr 10, 2017 at 10:11 AM, Jayson Kempinger < jkempinger at decisionvis.com> wrote: > Hi Isaiah, > > Thanks for the response! > > I've pasted below the output from running python3, vtkpython, and both of > those commands under lldb. I've never used vmmap before, so I'm not sure > how to attach to the process after it crashes, and running vmmap on a > running vtkpython, before importing vtk, doesn't show anything that seems > out of the ordinary (see output at https://pastebin.com/j5ANwNpv). > > I'm not sure where to go from here as I get different results under lldb > and different lldb output for running python3 and vtkpython. I've also > tried vtk-7.0.0 but I get the same results, just with "-7.0.0.dylib". > > All of the image files that weren't found do exist on the system: > > > find /Users/jkempinger/build -iname "libvtkCommonCorePython35D-7.1.1.dylib" > -exec ls -l '{}' \; > -rwxr-xr-x 1 jkempinger staff 2964960 Apr 10 09:46 > /Users/jkempinger/build/lib/libvtkCommonCorePython35D-7.1.1.dylib > > find /Users/jkempinger/build -iname "libvtkWrappingPython35Core-7.1.1.dylib" > -exec ls -l '{}' \; > -rwxr-xr-x 1 jkempinger staff 3052644 Apr 10 09:46 > /Users/jkempinger/build/lib/libvtkWrappingPython35Core-7.1.1.dylib > > and I believe my environment is set correctly: > > > echo $DYLD_LIBRARY_PATH > /Users/jkempinger/build/lib:/Users/jkempinger/build/Qt5.7. > 0/5.7/clang_64/lib > > echo $LD_LIBRARY_PATH > /Users/jkempinger/build/lib:/Users/jkempinger/build/Qt5.7. > 0/5.7/clang_64/lib > > echo $PYTHONPATH > /Users/jkempinger/build/lib/python3.5/site-packages > > > When running python3: > > Python 3.5.2 (default, Apr 7 2017, 11:18:59) > [GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.38)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import vtk > Fatal Python error: PyThreadState_Get: no current thread > zsh: abort /Users/jkempinger/build/bin/python3 > > > When running vtkpython: > > vtk version 7.1.1 > Python 3.5.2 (default, Apr 7 2017, 11:18:59) > [GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.38)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import vtk > Fatal Python error: PyThreadState_Get: no current thread > zsh: abort /Users/jkempinger/build/bin/vtkpython > > > When running python3 under lldb and importing vtk: > > (lldb) target create "/Users/jkempinger/build/bin/python3" > Current executable set to '/Users/jkempinger/build/bin/python3' (x86_64). > (lldb) run > Process 48987 launched: '/Users/jkempinger/build/bin/python3' (x86_64) > Python 3.5.2 (default, Apr 7 2017, 11:18:59) > [GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.38)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import vtk > Traceback (most recent call last): > File "/Users/jkempinger/build/lib/python3.5/site-packages/vtk/vtkCommonCore.py", > line 5, in > from .vtkCommonCorePython import * > ImportError: dlopen(/Users/jkempinger/build/lib/python3.5/site- > packages/vtk/vtkCommonCorePython.so, 2): Library not loaded: > libvtkCommonCorePython35D-7.1.1.dylib > Referenced from: /Users/jkempinger/build/lib/ > python3.5/site-packages/vtk/vtkCommonCorePython.so > Reason: image not found > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File "", line 1, in > File "/Users/jkempinger/build/lib/python3.5/site-packages/vtk/__init__.py", > line 41, in > from .vtkCommonCore import * > File "/Users/jkempinger/build/lib/python3.5/site-packages/vtk/vtkCommonCore.py", > line 9, in > from vtkCommonCorePython import * > ImportError: No module named 'vtkCommonCorePython' > >>> > > > When running vtkpython in lldb: > > (lldb) target create "/Users/jkempinger/build/bin/vtkpython" > Current executable set to '/Users/jkempinger/build/bin/vtkpython' > (x86_64). > (lldb) run > Process 49021 launched: '/Users/jkempinger/build/bin/vtkpython' (x86_64) > dyld: Library not loaded: libvtkWrappingPython35Core-7.1.1.dylib > Referenced from: /Users/jkempinger/build/bin/vtkpython > Reason: image not found > Process 49021 stopped > * thread #1, stop reason = signal SIGABRT > frame #0: 0x00000001000359ee dyld`__abort_with_payload + 10 > dyld`__abort_with_payload: > -> 0x1000359ee <+10>: jae 0x1000359f8 ; <+20> > 0x1000359f0 <+12>: movq %rax, %rdi > 0x1000359f3 <+15>: jmp 0x100035300 ; cerror_nocancel > 0x1000359f8 <+20>: retq > (lldb) image list > [ 0] 08649D04-B82E-328E-AD4C-CA3C421293E5 0x0000000100000000 > /Users/jkempinger/build/bin/vtkpython > [ 1] 8239D0D7-66F6-3C44-A77F-586F74525DA3 0x000000010000c000 > /usr/lib/dyld > (lldb) > > > Any suggestions on what to try next? > > Thanks! > Jayson > > On Apr 7, 2017, at 10:45 PM, Isaiah Norton > wrote: > > You could debug with vmmap, to see which shared libraries are loaded in > the process. > Or start under lldb and look at output of `image list` when it aborts. > > Isaiah > > On Fri, Apr 7, 2017 at 4:26 PM, Jayson Kempinger < > jkempinger at decisionvis.com> wrote: > >> Hi, I?m trying to install VTK on an iMac running 10.12. I?m using python >> 3.5.2, compiled from source, and am compiling VTK-7.1.1 from source. >> >> When I run python3 (with -v and -d) and try to import vtk python crashes >> with the following error: >> >> >>> import vtk >> # /Users/username/build/lib/python3.5/site-packages/vtk/__pycache__/__init__.cpython-35.pyc >> matches /Users/username/build/lib/python3.5/site-packages/vtk/__init__.py >> # code object from '/Users/username/build/lib/pyt >> hon3.5/site-packages/vtk/__pycache__/__init__.cpython-35.pyc' >> # /Users/username/build/lib/python3.5/__pycache__/__future__.cpython-35.pyc >> matches /Users/username/build/lib/python3.5/__future__.py >> # code object from '/Users/username/build/lib/pyt >> hon3.5/__pycache__/__future__.cpython-35.pyc' >> import '__future__' # <_frozen_importlib_external.SourceFileLoader >> object at 0x1073032e8> >> # /Users/username/build/lib/python3.5/site-packages/vtk/__pyca >> che__/vtkCommonCore.cpython-35.pyc matches /Users/username/build/lib/pyth >> on3.5/site-packages/vtk/vtkCommonCore.py >> # code object from '/Users/username/build/lib/pyt >> hon3.5/site-packages/vtk/__pycache__/vtkCommonCore.cpython-35.pyc' >> Fatal Python error: PyThreadState_Get: no current thread >> zsh: abort python3 -v -d >> >> From what I?ve read online it sounds like this is due to a python >> mismatch, i.e. building VTK against a different python version than the >> version it is run under. I?ve searched through the advanced cmake >> configuration and can?t find any reference to the system built-in python2 >> interpreter. >> >> Any suggestions on what might be going wrong? >> >> Thanks! >> Jayson >> _______________________________________________ >> 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 VTK FAQ at: >> http://www.vtk.org/Wiki/VTK_FAQ >> >> Search the list archives at: http://markmail.org/search/?q=vtkusers >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/vtkusers >> > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy.bauer at kitware.com Tue Apr 11 22:32:59 2017 From: andy.bauer at kitware.com (Andy Bauer) Date: Tue, 11 Apr 2017 22:32:59 -0400 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: You probably don't want to do "touch *" since CMake and the generated Makefiles will automatically deal with time stamps for files. Often at times like this it's best to start from scratch in a clean build directory. Another thing to check with your CMake configuration for Python is the Python interpretor, include directory and library. In the past when Python 2 and Python 3 were installed on the same system CMake would get confused. and mix them. You can check the following CMake variables and values for my machine: PYTHON_EXECUTABLE /usr/bin/python2 PYTHON_EXTRA_LIBS PYTHON_INCLUDE_DIR /usr/include/python2.7 PYTHON_LIBRARY /usr/lib/x86_64-linux-gnu/libpython2.7.so Cheers, Andy On Tue, Apr 11, 2017 at 6:30 PM, Andrew Lam wrote: > Hi, my name is Andrew. I'm currently in a class that requires us to > install VTK. > > I have an issue running make in my VTK-build directory. I get a bunch of > clock skew issues that pop up that won't go away after calling > > $ touch * > > then it will print out > > make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] > Error 1 > make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] > Error 2 > > it will then run to about 32% and then end printing > > make: *** [all] Error 2 > > I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 > I'm also going to include the output of the make call. Please let me know > if you have any suggestions or if you need any more information to > understand the issue. > > [ 0%] Built target kwiml_test > [ 0%] Built target vtksys > [ 1%] Built target vtkWrappingTools > [ 1%] Built target vtkalglib > [ 1%] Built target vtkexpat > [ 2%] Built target vtkzlib > [ 2%] Built target vtkDICOMParser > [ 2%] Built target vtkEncodeString > [ 2%] Built target vtkjpeg > [ 2%] Built target vtkHashSource > [ 2%] Built target vtkglew > [ 2%] Built target H5make_libsettings > [ 2%] Built target H5detect > [ 2%] Built target vtkWrapTcl > [ 2%] Built target vtkParseJava > [ 2%] Built target vtkWrapPython > [ 2%] Built target vtkWrapPythonInit > [ 2%] Built target vtkWrapTclInit > [ 2%] Built target vtkWrapJava > [ 2%] Built target vtkjsoncpp > [ 2%] Built target verdict > [ 2%] Built target vtksqlite > [ 2%] Built target vtkoggtheora > [ 2%] Built target vtkWrapHierarchy > [ 4%] Built target vtkproj4 > [ 4%] Built target vtkfreetype > [ 5%] Built target vtklibxml2 > [ 5%] Built target vtkpng > [ 5%] Built target vtkmetaio > [ 5%] Built target vtkgl2ps > [ 5%] Built target vtktiff > [ 20%] Built target vtkCommonCore > [ 26%] Built target VTKData > [ 28%] Built target vtkCommonSystem > [ 29%] Built target vtkCommonMath > [ 29%] Built target vtkhdf5 > [ 29%] Built target vtkWrappingPythonCore > [ 29%] Built target vtkLocalExample > [ 29%] Built target vtkCommonMisc > [ 29%] Built target vtkCommonTransforms > [ 29%] Built target vtkCommonSystemCxxTests > [ 29%] Python Wrapping - generating vtkAbstractArrayPython.cxx > [ 29%] Built target vtkhdf5_hl > Usage: vtkWrapPython-7.1 [options] infile... > --help print this help message > --version print the VTK version > -o the output file > -I add an include directory > -D define a preprocessor macro > -U undefine a preprocessor macro > @ read arguments from a file > --hints the hints file to use > --types the type hierarchy file to use > --concrete force concrete class (ignored, deprecated) > --abstract force abstract class (ignored, deprecated) > --vtkobject vtkObjectBase-derived class (ignored, deprecated) > --special non-vtkObjectBase class (ignored, deprecated) > make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] Error 1 > make[2]: *** Waiting for unfinished jobs.... > [ 29%] Built target vtkpython > [ 29%] Python Wrapping - generating vtkAngularPeriodicDataArrayPython.cxx > Usage: vtkWrapPython-7.1 [options] infile... > --help print this help message > --version print the VTK version > -o the output file > -I add an include directory > -D define a preprocessor macro > -U undefine a preprocessor macro > @ read arguments from a file > --hints the hints file to use > --types the type hierarchy file to use > --concrete force concrete class (ignored, deprecated) > --abstract force abstract class (ignored, deprecated) > --vtkobject vtkObjectBase-derived class (ignored, deprecated) > --special non-vtkObjectBase class (ignored, deprecated) > make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] > Error 1 > make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] > Error 2 > make[1]: *** Waiting for unfinished jobs.... > Scanning dependencies of target vtkCommonMathCxxTests > make[2]: Warning: File `Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/depend.make' has modification time 0.041 s in > the future > [ 29%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/vtkCommonMathCxxTests.cxx.o > [ 29%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/TestAmoebaMinimizer.cxx.o > [ 30%] Built target vtkCommonCoreCxxTests > [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/TestMatrix3x3.cxx.o > [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/TestPolynomialSolversUnivariate.cxx.o > [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/TestQuaternion.cxx.o > [ 30%] Linking CXX executable ../../../../bin/vtkCommonMathCxxTests > [ 32%] Built target vtkCommonDataModel > make[2]: warning: Clock skew detected. Your build may be incomplete. > [ 32%] Built target vtkCommonMathCxxTests > make: *** [all] Error 2 > > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ysa0829 at gmail.com Tue Apr 11 23:05:44 2017 From: ysa0829 at gmail.com (Ang) Date: Tue, 11 Apr 2017 20:05:44 -0700 (MST) Subject: [vtkusers] help for rendering a large amount of images In-Reply-To: References: <1446505848.5730.6.camel@cohiba> <1446825179.13628.6.camel@cohiba> Message-ID: <1491966344062-5742815.post@n5.nabble.com> Hi David, Could you give me advanced tips for memory mapping file ? in my understanding, the process is vtkDICOMReader(retrieve pixel data) => CreateFileMapping => MapViewOfFile => put the pixel data into File => OpenFileMapping => MapViewOfFile => vtkImageImport => vtkImageReslice Is it correct? -- View this message in context: http://vtk.1045678.n5.nabble.com/help-for-rendering-a-large-amount-of-images-tp5734774p5742815.html Sent from the VTK - Users mailing list archive at Nabble.com. From david.gobbi at gmail.com Wed Apr 12 00:44:43 2017 From: david.gobbi at gmail.com (David Gobbi) Date: Tue, 11 Apr 2017 22:44:43 -0600 Subject: [vtkusers] help for rendering a large amount of images In-Reply-To: <1491966344062-5742815.post@n5.nabble.com> References: <1446505848.5730.6.camel@cohiba> <1446825179.13628.6.camel@cohiba> <1491966344062-5742815.post@n5.nabble.com> Message-ID: Hi Ang, If I was going to use memory mapping to read a DICOM file, then I wouldn't use vtkDICOMReader. The whole point of memory mapping is to _avoid_ using a traditional file reader. Instead, I would use vtkDICOMParser to find out where in the file the PixelData starts, and then I would directly memory-map the PixelData from disk. This requires the use of uncompressed DICOM images, of course. Or, if you need to map multiple files as one contiguous block of memory (e.g. for vtkImageReslice), then you can do what I suggested earlier in this thread: combine the PixelData from all those files into one large flat file, and then memory-map the new file. - David On Tue, Apr 11, 2017 at 9:05 PM, Ang wrote: > Hi David, > > Could you give me advanced tips for memory mapping file ? > > in my understanding, the process is > > vtkDICOMReader(retrieve pixel data) => CreateFileMapping => MapViewOfFile > => put the pixel data into File => OpenFileMapping => MapViewOfFile => > vtkImageImport => vtkImageReslice > > Is it correct? -------------- next part -------------- An HTML attachment was scrubbed... URL: From river165 at gmail.com Wed Apr 12 01:11:48 2017 From: river165 at gmail.com (Randy Underwood) Date: Tue, 11 Apr 2017 22:11:48 -0700 Subject: [vtkusers] Custom Text Overlay Annotations on vtkResliceImageViewer Message-ID: Hi, I would like to add some custom text annotation information to the display of each image displayed in vtkResliceImageViewer (or other viewer or window is fine too). Suppose I have a volumetric dataset (a stack of axial CT images) loaded in the viewer. As the user scrolls through the images I would like to display the current window width and level, the location of the current slice within the volume and some additional information the current slice. What is the correct (or preferred) mechanism for modifying vtkResliceImageViewer to display my custom information for each displayed slice. Thank you. Randy -------------- next part -------------- An HTML attachment was scrubbed... URL: From zixie163 at 163.com Wed Apr 12 02:48:38 2017 From: zixie163 at 163.com (watermelon) Date: Tue, 11 Apr 2017 23:48:38 -0700 (MST) Subject: [vtkusers] bone segmentation Message-ID: <1491979718050-5742818.post@n5.nabble.com> What's the algorithms about bone segmentation of Mimics Medical software? -- View this message in context: http://vtk.1045678.n5.nabble.com/bone-segmentation-tp5742818.html Sent from the VTK - Users mailing list archive at Nabble.com. From sunxiasx at foxmail.com Wed Apr 12 02:49:59 2017 From: sunxiasx at foxmail.com (Summer Sun) Date: Tue, 11 Apr 2017 23:49:59 -0700 (MST) Subject: [vtkusers] bone segmentation In-Reply-To: <1491979718050-5742818.post@n5.nabble.com> References: <1491979718050-5742818.post@n5.nabble.com> Message-ID: <1491979799764-5742819.post@n5.nabble.com> Thresholding and region growing I suppose. -- View this message in context: http://vtk.1045678.n5.nabble.com/bone-segmentation-tp5742818p5742819.html Sent from the VTK - Users mailing list archive at Nabble.com. From zixie163 at 163.com Wed Apr 12 05:21:36 2017 From: zixie163 at 163.com (watermelon) Date: Wed, 12 Apr 2017 02:21:36 -0700 (MST) Subject: [vtkusers] bone segmentation In-Reply-To: <1491979799764-5742819.post@n5.nabble.com> References: <1491979718050-5742818.post@n5.nabble.com> <1491979799764-5742819.post@n5.nabble.com> Message-ID: <1491988896111-5742820.post@n5.nabble.com> I suppose too?but I try to segment a piece of vertebra with thresholding and region growing, I get a whole vertebrae. The algorithm of Mimics software can get a piece of bone without connecting to the adjacent bones.So It's not just simple thresholding and region growing segmentation algorithm.What do you think? -- View this message in context: http://vtk.1045678.n5.nabble.com/bone-segmentation-tp5742818p5742820.html Sent from the VTK - Users mailing list archive at Nabble.com. From saiya-jin at yandex.ru Wed Apr 12 07:15:38 2017 From: saiya-jin at yandex.ru (majinsaha) Date: Wed, 12 Apr 2017 04:15:38 -0700 (MST) Subject: [vtkusers] VTK version 7.1.1 causes crashes but 7.0.0 works fine. Message-ID: <1491995738160-5742822.post@n5.nabble.com> Hello! I recently updated my 7.0.0 version to 7.1.1. When I tried simple Hello World problem, I got the following error ERROR: In /home/saha/Downloads/VTK-7.1.1/Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx, line 628 vtkXOpenGLRenderWindow (0x1b81c20): GLEW could not be initialized. Segmentation fault (core dumped) I work in Linux, Ubuntu 12.04 LTS. I tried to rebuild VTK with different options, but it lead to other errors. Please not that whenever I build my Hello World problem by linking with VTK-7.0.0, everything works fine as before. What would be the right list of configurations options to build VTK-7.1.1 as to avoid this or similar errors? My command glxinfo | grep OpenGL produces the following: OpenGL vendor string: Intel Open Source Technology Center OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile OpenGL version string: 3.0 Mesa 9.0.3 OpenGL shading language version string: 1.30 OpenGL extensions: Thanks for any advice! -- View this message in context: http://vtk.1045678.n5.nabble.com/VTK-version-7-1-1-causes-crashes-but-7-0-0-works-fine-tp5742822.html Sent from the VTK - Users mailing list archive at Nabble.com. From sunxiasx at foxmail.com Wed Apr 12 07:35:14 2017 From: sunxiasx at foxmail.com (Summer Sun) Date: Wed, 12 Apr 2017 04:35:14 -0700 (MST) Subject: [vtkusers] bone segmentation In-Reply-To: <1491988896111-5742820.post@n5.nabble.com> References: <1491979718050-5742818.post@n5.nabble.com> <1491979799764-5742819.post@n5.nabble.com> <1491988896111-5742820.post@n5.nabble.com> Message-ID: <1491996914533-5742823.post@n5.nabble.com> I don't think Mimics can do this automatically, it rely heavily on the thresholding value you select, and the image data you provide. Here you get a whole vertebrae instead of one piece because your thresholding range is too large and cannot make vertebrae pieces individual from each other. But if you thresholding range is too small, you might lose some image detail. So to my knowledge, there's two option: Option A is to erase extra pixels slice by slice near the connection of vertebrae pieces to avoid misconnection. Option B is to shrink your thresholding, but that might lose some image detail and make the generated model tough. BTW, what's your problem with VTK here? -- View this message in context: http://vtk.1045678.n5.nabble.com/bone-segmentation-tp5742818p5742823.html Sent from the VTK - Users mailing list archive at Nabble.com. From inglis.dl at gmail.com Wed Apr 12 09:45:23 2017 From: inglis.dl at gmail.com (Dean Inglis) Date: Wed, 12 Apr 2017 09:45:23 -0400 Subject: [vtkusers] Custom Text Overlay Annotations on vtkResliceImageViewer In-Reply-To: References: Message-ID: Hi Randy, I have had success with vtkCornerAnnotation in single view and multi-view scenarios. The pipeline you could use might be: vtkImageData -> vtkImageMapToWindowLevelColors -> vtkCornerAnnotation The output of the map to window level colors would also be input into a vtkImageActor in a vtkRenderer. You can use callbacks to transmit shared window level interaction and values among multiple renderers. vtkImageViewer2 is an example of how to get this kind of interaction working in a single view. - Dean On Wed, Apr 12, 2017 at 1:11 AM, Randy Underwood wrote: > Hi, > I would like to add some custom text annotation information to the > display of each image displayed in vtkResliceImageViewer (or other viewer > or window is fine too). Suppose I have a volumetric dataset (a stack of > axial CT images) loaded in the viewer. As the user scrolls through the > images I would like to display the current window width and level, the > location of the current slice within the volume and some additional > information the current slice. What is the correct (or preferred) mechanism > for modifying vtkResliceImageViewer to display my custom information for > each displayed slice. > Thank you. > Randy > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave.demarle at kitware.com Wed Apr 12 09:59:42 2017 From: dave.demarle at kitware.com (David E DeMarle) Date: Wed, 12 Apr 2017 09:59:42 -0400 Subject: [vtkusers] VTK version 7.1.1 causes crashes but 7.0.0 works fine. In-Reply-To: <1491995738160-5742822.post@n5.nabble.com> References: <1491995738160-5742822.post@n5.nabble.com> Message-ID: I suspect that is the difference in your 7.0.0 and 7.1.0 is that 7.0.0 has the "OpenGL" backend and 7.1.1 has the "OpenGL2" backend. You can either change your 7.1.1 build, update Mesa to >= 13.0.0, or use the GL driver from your CPU vendor. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Wed, Apr 12, 2017 at 7:15 AM, majinsaha wrote: > Hello! > I recently updated my 7.0.0 version to 7.1.1. When I tried simple Hello > World problem, I got the following error > > > ERROR: In > /home/saha/Downloads/VTK-7.1.1/Rendering/OpenGL2/ > vtkOpenGLRenderWindow.cxx, > line 628 > vtkXOpenGLRenderWindow (0x1b81c20): GLEW could not be initialized. > > Segmentation fault (core dumped) > > > I work in Linux, Ubuntu 12.04 LTS. I tried to rebuild VTK with different > options, but it lead to other errors. Please not that whenever I build my > Hello World problem by linking with VTK-7.0.0, everything works fine as > before. > > What would be the right list of configurations options to build VTK-7.1.1 > as > to avoid this or similar errors? > > My command > glxinfo | grep OpenGL > produces the following: > OpenGL vendor string: Intel Open Source Technology Center > OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile > OpenGL version string: 3.0 Mesa 9.0.3 > OpenGL shading language version string: 1.30 > OpenGL extensions: > > Thanks for any advice! > > > > -- > View this message in context: http://vtk.1045678.n5.nabble. > com/VTK-version-7-1-1-causes-crashes-but-7-0-0-works-fine-tp5742822.html > Sent from the VTK - Users mailing list archive at Nabble.com. > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy.bauer at kitware.com Wed Apr 12 10:10:40 2017 From: andy.bauer at kitware.com (Andy Bauer) Date: Wed, 12 Apr 2017 10:10:40 -0400 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: Hi Andrew, Please keep the discussions on the mailing list so that everyone can participate. In order to get the Python options you will need to enable Python wrapping in your VTK build. You can do this by setting the VTK_WRAP_PYTHON CMake variable to ON. Best, Andy On Tue, Apr 11, 2017 at 11:04 PM, Andrew Lam wrote: > Hi Andy, > > Thanks for responding. I can't find those 4 variables you talked about > > PYTHON_EXECUTABLE /usr/bin/python2 > PYTHON_EXTRA_LIBS > PYTHON_INCLUDE_DIR /usr/include/python2.7 > PYTHON_LIBRARY /usr/lib/x86_64-linux-gnu/libp > ython2.7.so > > When I run ccmake toggle advanced mode and scroll to the section with p > variables I only see these variables > > OPENGL_xmesa_INCLUDE_DIR OPENGL_xmesa_INCLUDE_DIR-NOTFOUND > > PROJ_BIN_SUBDIR bin > > PROJ_DATA_SUBDIR share/proj > > PROJ_DOC_SUBDIR doc/proj > > PROJ_INCLUDE_SUBDIR include > > PROJ_LIB_SUBDIR lib > > USE_COMPILER_HIDDEN_VISIBILITY ON > > Also regarding starting a clean build directory to resolve the clock skew > issues, I've deleted and created a new build directory multiple times now > and have still gotten clock skew issues. > > Thanks, > > Andrew > > > On Tue, Apr 11, 2017 at 7:32 PM, Andy Bauer > wrote: > >> You probably don't want to do "touch *" since CMake and the generated >> Makefiles will automatically deal with time stamps for files. Often at >> times like this it's best to start from scratch in a clean build directory. >> >> Another thing to check with your CMake configuration for Python is the >> Python interpretor, include directory and library. In the past when Python >> 2 and Python 3 were installed on the same system CMake would get confused. >> and mix them. You can check the following CMake variables and values for my >> machine: >> PYTHON_EXECUTABLE /usr/bin/python2 >> PYTHON_EXTRA_LIBS >> PYTHON_INCLUDE_DIR /usr/include/python2.7 >> PYTHON_LIBRARY /usr/lib/x86_64-linux-gnu/libp >> ython2.7.so >> >> >> Cheers, >> Andy >> >> >> >> On Tue, Apr 11, 2017 at 6:30 PM, Andrew Lam >> wrote: >> >>> Hi, my name is Andrew. I'm currently in a class that requires us to >>> install VTK. >>> >>> I have an issue running make in my VTK-build directory. I get a bunch of >>> clock skew issues that pop up that won't go away after calling >>> >>> $ touch * >>> >>> then it will print out >>> >>> make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >>> Error 1 >>> make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >>> Error 2 >>> >>> it will then run to about 32% and then end printing >>> >>> make: *** [all] Error 2 >>> >>> I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 >>> I'm also going to include the output of the make call. Please let me >>> know if you have any suggestions or if you need any more information to >>> understand the issue. >>> >>> [ 0%] Built target kwiml_test >>> [ 0%] Built target vtksys >>> [ 1%] Built target vtkWrappingTools >>> [ 1%] Built target vtkalglib >>> [ 1%] Built target vtkexpat >>> [ 2%] Built target vtkzlib >>> [ 2%] Built target vtkDICOMParser >>> [ 2%] Built target vtkEncodeString >>> [ 2%] Built target vtkjpeg >>> [ 2%] Built target vtkHashSource >>> [ 2%] Built target vtkglew >>> [ 2%] Built target H5make_libsettings >>> [ 2%] Built target H5detect >>> [ 2%] Built target vtkWrapTcl >>> [ 2%] Built target vtkParseJava >>> [ 2%] Built target vtkWrapPython >>> [ 2%] Built target vtkWrapPythonInit >>> [ 2%] Built target vtkWrapTclInit >>> [ 2%] Built target vtkWrapJava >>> [ 2%] Built target vtkjsoncpp >>> [ 2%] Built target verdict >>> [ 2%] Built target vtksqlite >>> [ 2%] Built target vtkoggtheora >>> [ 2%] Built target vtkWrapHierarchy >>> [ 4%] Built target vtkproj4 >>> [ 4%] Built target vtkfreetype >>> [ 5%] Built target vtklibxml2 >>> [ 5%] Built target vtkpng >>> [ 5%] Built target vtkmetaio >>> [ 5%] Built target vtkgl2ps >>> [ 5%] Built target vtktiff >>> [ 20%] Built target vtkCommonCore >>> [ 26%] Built target VTKData >>> [ 28%] Built target vtkCommonSystem >>> [ 29%] Built target vtkCommonMath >>> [ 29%] Built target vtkhdf5 >>> [ 29%] Built target vtkWrappingPythonCore >>> [ 29%] Built target vtkLocalExample >>> [ 29%] Built target vtkCommonMisc >>> [ 29%] Built target vtkCommonTransforms >>> [ 29%] Built target vtkCommonSystemCxxTests >>> [ 29%] Python Wrapping - generating vtkAbstractArrayPython.cxx >>> [ 29%] Built target vtkhdf5_hl >>> Usage: vtkWrapPython-7.1 [options] infile... >>> --help print this help message >>> --version print the VTK version >>> -o the output file >>> -I add an include directory >>> -D define a preprocessor macro >>> -U undefine a preprocessor macro >>> @ read arguments from a file >>> --hints the hints file to use >>> --types the type hierarchy file to use >>> --concrete force concrete class (ignored, deprecated) >>> --abstract force abstract class (ignored, deprecated) >>> --vtkobject vtkObjectBase-derived class (ignored, deprecated) >>> --special non-vtkObjectBase class (ignored, deprecated) >>> make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] Error 1 >>> make[2]: *** Waiting for unfinished jobs.... >>> [ 29%] Built target vtkpython >>> [ 29%] Python Wrapping - generating vtkAngularPeriodicDataArrayPyt >>> hon.cxx >>> Usage: vtkWrapPython-7.1 [options] infile... >>> --help print this help message >>> --version print the VTK version >>> -o the output file >>> -I add an include directory >>> -D define a preprocessor macro >>> -U undefine a preprocessor macro >>> @ read arguments from a file >>> --hints the hints file to use >>> --types the type hierarchy file to use >>> --concrete force concrete class (ignored, deprecated) >>> --abstract force abstract class (ignored, deprecated) >>> --vtkobject vtkObjectBase-derived class (ignored, deprecated) >>> --special non-vtkObjectBase class (ignored, deprecated) >>> make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >>> Error 1 >>> make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >>> Error 2 >>> make[1]: *** Waiting for unfinished jobs.... >>> Scanning dependencies of target vtkCommonMathCxxTests >>> make[2]: Warning: File `Common/Math/Testing/Cxx/CMake >>> Files/vtkCommonMathCxxTests.dir/depend.make' has modification time >>> 0.041 s in the future >>> [ 29%] Building CXX object Common/Math/Testing/Cxx/CMakeF >>> iles/vtkCommonMathCxxTests.dir/vtkCommonMathCxxTests.cxx.o >>> [ 29%] Building CXX object Common/Math/Testing/Cxx/CMakeF >>> iles/vtkCommonMathCxxTests.dir/TestAmoebaMinimizer.cxx.o >>> [ 30%] Built target vtkCommonCoreCxxTests >>> [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeF >>> iles/vtkCommonMathCxxTests.dir/TestMatrix3x3.cxx.o >>> [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeF >>> iles/vtkCommonMathCxxTests.dir/TestPolynomialSolversUnivariate.cxx.o >>> [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeF >>> iles/vtkCommonMathCxxTests.dir/TestQuaternion.cxx.o >>> [ 30%] Linking CXX executable ../../../../bin/vtkCommonMathCxxTests >>> [ 32%] Built target vtkCommonDataModel >>> make[2]: warning: Clock skew detected. Your build may be incomplete. >>> [ 32%] Built target vtkCommonMathCxxTests >>> make: *** [all] Error 2 >>> >>> >>> _______________________________________________ >>> 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 VTK FAQ at: >>> http://www.vtk.org/Wiki/VTK_FAQ >>> >>> Search the list archives at: http://markmail.org/search/?q=vtkusers >>> >>> Follow this link to subscribe/unsubscribe: >>> http://public.kitware.com/mailman/listinfo/vtkusers >>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexander.novinskiy at gmail.com Wed Apr 12 10:21:02 2017 From: alexander.novinskiy at gmail.com (Alexander Novinskiy) Date: Wed, 12 Apr 2017 16:21:02 +0200 Subject: [vtkusers] Building VTK for Android Message-ID: Dear VTK users , When building VTK v7.1 on my Mac if came across the following problem. On the configuration phase I chose building for Android and pointed out the location of the ?android? tool as was demanded during the VTK build configuration process. When ran ?make? command my VTK build failed on building NativeVTK with the following message: Scanning dependencies of target NativeVTK [100%] Building CXX object Examples/Android/NativeVTK/jni/CMakeFiles/NativeVTK.dir/main.cxx.o [100%] Building C object Examples/Android/NativeVTK/jni/CMakeFiles/NativeVTK.dir/Users/alex/Library/Android/sdk/ndk-bundle/sources/android/native_app_glue/android_native_app_glue.c.o [100%] Linking CXX shared library ../libs/armeabi/libNativeVTK.so [100%] Built target NativeVTK Scanning dependencies of target NativeVTK-ant-configure ************************************************************************* The "android" command is deprecated. For manual SDK, AVD, and project management, please use Android Studio. For command-line tools, use tools/bin/sdkmanager and tools/bin/avdmanager ************************************************************************* Invalid or unsupported command "update project --name NativeVTK --path /Users/alex/Development/GameDev/KitWare/VTK/Examples/Android/NativeVTK --target android-21" Supported commands are: android list target android list avd android list device android create avd android move avd android delete avd android list sdk android update sdk make[5]: *** [Examples/Android/NativeVTK/CMakeFiles/NativeVTK-ant-configure] Error 2 make[4]: *** [Examples/Android/NativeVTK/CMakeFiles/NativeVTK-ant-configure.dir/all] Error 2 make[3]: *** [all] Error 2 make[2]: *** [CMakeExternals/Prefix/vtk-android-21-armeabi/src/vtk-android-stamp/vtk-android-build] Error 2 make[1]: *** [CMakeFiles/vtk-android.dir/all] Error 2 make: *** [all] Error 2 Can anyone give me a hint about getting around this problem? With kind regards, Alexander Novinskiy. -------------- next part -------------- An HTML attachment was scrubbed... URL: From werdna.mal222 at gmail.com Wed Apr 12 11:12:29 2017 From: werdna.mal222 at gmail.com (Andrew Lam) Date: Wed, 12 Apr 2017 08:12:29 -0700 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: Ok Andy I can see it now thanks, my variables are set to Module_vtkParallelMPI4Py *OFF PYTHON_EXECUTABLE */bin/python2 PYTHON_EXTRA_LIBS * PYTHON_INCLUDE_DIR */usr/include/python2.7 PYTHON_LIBRARY *//lib64/libpython2.7.so PYTHON_UTIL_LIBRARY */usr/lib64/libutil.so VTK_ENABLE_VTKPYTHON *ON after I set VTK_WRAP_PYTHON CMake variable to ON it seems ok to me, but let me know if they're wrong. Thanks, Andrew On Tue, Apr 11, 2017 at 3:30 PM, Andrew Lam wrote: > Hi, my name is Andrew. I'm currently in a class that requires us to > install VTK. > > I have an issue running make in my VTK-build directory. I get a bunch of > clock skew issues that pop up that won't go away after calling > > $ touch * > > then it will print out > > make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] > Error 1 > make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] > Error 2 > > it will then run to about 32% and then end printing > > make: *** [all] Error 2 > > I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 > I'm also going to include the output of the make call. Please let me know > if you have any suggestions or if you need any more information to > understand the issue. > > [ 0%] Built target kwiml_test > [ 0%] Built target vtksys > [ 1%] Built target vtkWrappingTools > [ 1%] Built target vtkalglib > [ 1%] Built target vtkexpat > [ 2%] Built target vtkzlib > [ 2%] Built target vtkDICOMParser > [ 2%] Built target vtkEncodeString > [ 2%] Built target vtkjpeg > [ 2%] Built target vtkHashSource > [ 2%] Built target vtkglew > [ 2%] Built target H5make_libsettings > [ 2%] Built target H5detect > [ 2%] Built target vtkWrapTcl > [ 2%] Built target vtkParseJava > [ 2%] Built target vtkWrapPython > [ 2%] Built target vtkWrapPythonInit > [ 2%] Built target vtkWrapTclInit > [ 2%] Built target vtkWrapJava > [ 2%] Built target vtkjsoncpp > [ 2%] Built target verdict > [ 2%] Built target vtksqlite > [ 2%] Built target vtkoggtheora > [ 2%] Built target vtkWrapHierarchy > [ 4%] Built target vtkproj4 > [ 4%] Built target vtkfreetype > [ 5%] Built target vtklibxml2 > [ 5%] Built target vtkpng > [ 5%] Built target vtkmetaio > [ 5%] Built target vtkgl2ps > [ 5%] Built target vtktiff > [ 20%] Built target vtkCommonCore > [ 26%] Built target VTKData > [ 28%] Built target vtkCommonSystem > [ 29%] Built target vtkCommonMath > [ 29%] Built target vtkhdf5 > [ 29%] Built target vtkWrappingPythonCore > [ 29%] Built target vtkLocalExample > [ 29%] Built target vtkCommonMisc > [ 29%] Built target vtkCommonTransforms > [ 29%] Built target vtkCommonSystemCxxTests > [ 29%] Python Wrapping - generating vtkAbstractArrayPython.cxx > [ 29%] Built target vtkhdf5_hl > Usage: vtkWrapPython-7.1 [options] infile... > --help print this help message > --version print the VTK version > -o the output file > -I add an include directory > -D define a preprocessor macro > -U undefine a preprocessor macro > @ read arguments from a file > --hints the hints file to use > --types the type hierarchy file to use > --concrete force concrete class (ignored, deprecated) > --abstract force abstract class (ignored, deprecated) > --vtkobject vtkObjectBase-derived class (ignored, deprecated) > --special non-vtkObjectBase class (ignored, deprecated) > make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] Error 1 > make[2]: *** Waiting for unfinished jobs.... > [ 29%] Built target vtkpython > [ 29%] Python Wrapping - generating vtkAngularPeriodicDataArrayPython.cxx > Usage: vtkWrapPython-7.1 [options] infile... > --help print this help message > --version print the VTK version > -o the output file > -I add an include directory > -D define a preprocessor macro > -U undefine a preprocessor macro > @ read arguments from a file > --hints the hints file to use > --types the type hierarchy file to use > --concrete force concrete class (ignored, deprecated) > --abstract force abstract class (ignored, deprecated) > --vtkobject vtkObjectBase-derived class (ignored, deprecated) > --special non-vtkObjectBase class (ignored, deprecated) > make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] > Error 1 > make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] > Error 2 > make[1]: *** Waiting for unfinished jobs.... > Scanning dependencies of target vtkCommonMathCxxTests > make[2]: Warning: File `Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/depend.make' has modification time 0.041 s in > the future > [ 29%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/vtkCommonMathCxxTests.cxx.o > [ 29%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/TestAmoebaMinimizer.cxx.o > [ 30%] Built target vtkCommonCoreCxxTests > [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/TestMatrix3x3.cxx.o > [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/TestPolynomialSolversUnivariate.cxx.o > [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/TestQuaternion.cxx.o > [ 30%] Linking CXX executable ../../../../bin/vtkCommonMathCxxTests > [ 32%] Built target vtkCommonDataModel > make[2]: warning: Clock skew detected. Your build may be incomplete. > [ 32%] Built target vtkCommonMathCxxTests > make: *** [all] Error 2 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kmorel at sandia.gov Wed Apr 12 11:41:41 2017 From: kmorel at sandia.gov (Moreland, Kenneth) Date: Wed, 12 Apr 2017 15:41:41 +0000 Subject: [vtkusers] [vtk-developers] With VTK >= 6, how to "choose" between SetInputData() or SetInputConnection() ? Message-ID: <19645eb61b414d1aaab388bd702be572@ES08AMSNLNT.srn.sandia.gov> (Forwarding to vtk-users mailing list as this question is more appropriate there.) With VTK >= 6, you should always prefer B->SetInputConnection(A->GetOutputPort()). The SetInputData() method on vtkAlgorithm is mostly provided for backward compatibility. Internally, it is going to find the producer of the data set and then call SetInputConnection for the output port producing the data set. But SetInputConnection is preferred because it makes the pipeline connections more explicit. The only reason to use SetInputData now is when you have a data set that you have created outside the pipeline. This is the case in the code you presented below with the spGrid object. Internally VTK will create a trivial producer object to be the connection in the pipeline, but doing that yourself is cumbersome. The reason why the second example is giving a compile error is that spGrid (a vtkUnstructuredGrid) does not have a GetOutputPort() method because it is a data set, not a pipeline object. -Ken -----Original Message----- From: vtk-developers [mailto:vtk-developers-bounces at vtk.org] On Behalf Of houssen Sent: Wednesday, April 12, 2017 9:09 AM To: vtk-developers at vtk.org Subject: [EXTERNAL] [vtk-developers] With VTK >= 6, how to "choose" between SetInputData() or SetInputConnection() ? With VTK >= 6, how to "choose" between SetInputData() or SetInputConnection() ? How to know which one SHOULD be used ? I read carefully this http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Replacement_of_SetInput, and, I digged several VTK examples http://www.vtk.org/Wiki/VTK/Examples/Cxx... Lot of things clarified but I'am still confused in exercising this: I feel like I missed some major stuffs... To make it quick, my understanding is that : 1. If I need B to be modified if A is changed, I NEED to do "B->SetInputConnection(A->GetOutputPort())". 2. Otherwise, "B->SetInputData(A)" is enough (A will be an input of B BUT no link will be set between A and B : changing A does not trigger update of B). Up to here I guess (?) I'am right (at least for the big headlines)... Stop me here if not ! Now, I want to have a source (grid) and I need to apply a filter on it. Say that in a call back I modify the source: I want BOTH source and filter to be updated when call backs are modifying the source. Here is what I have: vtkSmartPointer spGrid = vtkSmartPointer::New(); // Source // Fill the source with points and cells... vtkSmartPointer spVertexGlyphs = vtkSmartPointer::New(); spVertexGlyphs->SetInputData(spGrid); // Case 2 vtkSmartPointer spVertexGlyphMap = vtkSmartPointer::New(); spVertexGlyphMap->SetInputConnection(spVertexGlyphs->GetOutputPort()); // Case 1 : the filter is updated if the source is modified. This seems to works: the filter is updated if the source is modified. But, this does NOT work: the source is NOT modified (= updated in the VTK window) when the callback modify it (so the filter may OR NOT be updated accordingly ?!). I expected to be compelled to do: vtkSmartPointer spGridMap = vtkSmartPointer::New(); spGridMap->SetInputConnection(spGrid->GetOutputPort()); // Compilation KO because there is not SetInputConnection or GetOutputPort ??? So I'am compelled to do (found lots of examples that do that): spGridMap->SetInputData(spGrid); ... And I end up with a grid that does NOT update in the VTK window when call back modify the source. I found a way to update it: the callback modify the grid and, at the end of the callback, I added "spGrid->Modified()", this triggers the update of the source. So basically, I did what I need ... But: 1. Is the "spGrid->Modified()" a hack ? Or is it the "right" way to do ? If yes, why (as it seems to bypass the update process) ? 2. Why is there no SetInputConnection on spGridMap ? Why is there no GetOutputPort on vtkUnstructuredGrid ? I just would like to understand the logic behind.... Franck _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Search the list archives at: http://markmail.org/search/?q=vtk-developers Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/vtk-developers From andy.bauer at kitware.com Wed Apr 12 11:43:16 2017 From: andy.bauer at kitware.com (Andy Bauer) Date: Wed, 12 Apr 2017 11:43:16 -0400 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: Hi Andrew, This should compile for you now. If it doesn't, please let us know and we can see how to get it working for you. If you do have problems I recommend attaching your CMakeCache.txt file from your build directory so it's easier for others to inspect what you did. Best, Andy On Wed, Apr 12, 2017 at 11:12 AM, Andrew Lam wrote: > Ok Andy I can see it now thanks, > > my variables are set to > > Module_vtkParallelMPI4Py *OFF > > PYTHON_EXECUTABLE */bin/python2 > > PYTHON_EXTRA_LIBS * > > PYTHON_INCLUDE_DIR */usr/include/python2.7 > > PYTHON_LIBRARY *//lib64/libpython2.7.so > > PYTHON_UTIL_LIBRARY */usr/lib64/libutil.so > > VTK_ENABLE_VTKPYTHON *ON > > after I set VTK_WRAP_PYTHON CMake variable to ON > > it seems ok to me, but let me know if they're wrong. > > Thanks, > Andrew > > On Tue, Apr 11, 2017 at 3:30 PM, Andrew Lam > wrote: > >> Hi, my name is Andrew. I'm currently in a class that requires us to >> install VTK. >> >> I have an issue running make in my VTK-build directory. I get a bunch of >> clock skew issues that pop up that won't go away after calling >> >> $ touch * >> >> then it will print out >> >> make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >> Error 1 >> make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >> Error 2 >> >> it will then run to about 32% and then end printing >> >> make: *** [all] Error 2 >> >> I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 >> I'm also going to include the output of the make call. Please let me know >> if you have any suggestions or if you need any more information to >> understand the issue. >> >> [ 0%] Built target kwiml_test >> [ 0%] Built target vtksys >> [ 1%] Built target vtkWrappingTools >> [ 1%] Built target vtkalglib >> [ 1%] Built target vtkexpat >> [ 2%] Built target vtkzlib >> [ 2%] Built target vtkDICOMParser >> [ 2%] Built target vtkEncodeString >> [ 2%] Built target vtkjpeg >> [ 2%] Built target vtkHashSource >> [ 2%] Built target vtkglew >> [ 2%] Built target H5make_libsettings >> [ 2%] Built target H5detect >> [ 2%] Built target vtkWrapTcl >> [ 2%] Built target vtkParseJava >> [ 2%] Built target vtkWrapPython >> [ 2%] Built target vtkWrapPythonInit >> [ 2%] Built target vtkWrapTclInit >> [ 2%] Built target vtkWrapJava >> [ 2%] Built target vtkjsoncpp >> [ 2%] Built target verdict >> [ 2%] Built target vtksqlite >> [ 2%] Built target vtkoggtheora >> [ 2%] Built target vtkWrapHierarchy >> [ 4%] Built target vtkproj4 >> [ 4%] Built target vtkfreetype >> [ 5%] Built target vtklibxml2 >> [ 5%] Built target vtkpng >> [ 5%] Built target vtkmetaio >> [ 5%] Built target vtkgl2ps >> [ 5%] Built target vtktiff >> [ 20%] Built target vtkCommonCore >> [ 26%] Built target VTKData >> [ 28%] Built target vtkCommonSystem >> [ 29%] Built target vtkCommonMath >> [ 29%] Built target vtkhdf5 >> [ 29%] Built target vtkWrappingPythonCore >> [ 29%] Built target vtkLocalExample >> [ 29%] Built target vtkCommonMisc >> [ 29%] Built target vtkCommonTransforms >> [ 29%] Built target vtkCommonSystemCxxTests >> [ 29%] Python Wrapping - generating vtkAbstractArrayPython.cxx >> [ 29%] Built target vtkhdf5_hl >> Usage: vtkWrapPython-7.1 [options] infile... >> --help print this help message >> --version print the VTK version >> -o the output file >> -I add an include directory >> -D define a preprocessor macro >> -U undefine a preprocessor macro >> @ read arguments from a file >> --hints the hints file to use >> --types the type hierarchy file to use >> --concrete force concrete class (ignored, deprecated) >> --abstract force abstract class (ignored, deprecated) >> --vtkobject vtkObjectBase-derived class (ignored, deprecated) >> --special non-vtkObjectBase class (ignored, deprecated) >> make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] Error 1 >> make[2]: *** Waiting for unfinished jobs.... >> [ 29%] Built target vtkpython >> [ 29%] Python Wrapping - generating vtkAngularPeriodicDataArrayPython.cxx >> Usage: vtkWrapPython-7.1 [options] infile... >> --help print this help message >> --version print the VTK version >> -o the output file >> -I add an include directory >> -D define a preprocessor macro >> -U undefine a preprocessor macro >> @ read arguments from a file >> --hints the hints file to use >> --types the type hierarchy file to use >> --concrete force concrete class (ignored, deprecated) >> --abstract force abstract class (ignored, deprecated) >> --vtkobject vtkObjectBase-derived class (ignored, deprecated) >> --special non-vtkObjectBase class (ignored, deprecated) >> make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >> Error 1 >> make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >> Error 2 >> make[1]: *** Waiting for unfinished jobs.... >> Scanning dependencies of target vtkCommonMathCxxTests >> make[2]: Warning: File `Common/Math/Testing/Cxx/CMake >> Files/vtkCommonMathCxxTests.dir/depend.make' has modification time 0.041 >> s in the future >> [ 29%] Building CXX object Common/Math/Testing/Cxx/CMakeF >> iles/vtkCommonMathCxxTests.dir/vtkCommonMathCxxTests.cxx.o >> [ 29%] Building CXX object Common/Math/Testing/Cxx/CMakeF >> iles/vtkCommonMathCxxTests.dir/TestAmoebaMinimizer.cxx.o >> [ 30%] Built target vtkCommonCoreCxxTests >> [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeF >> iles/vtkCommonMathCxxTests.dir/TestMatrix3x3.cxx.o >> [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeF >> iles/vtkCommonMathCxxTests.dir/TestPolynomialSolversUnivariate.cxx.o >> [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeF >> iles/vtkCommonMathCxxTests.dir/TestQuaternion.cxx.o >> [ 30%] Linking CXX executable ../../../../bin/vtkCommonMathCxxTests >> [ 32%] Built target vtkCommonDataModel >> make[2]: warning: Clock skew detected. Your build may be incomplete. >> [ 32%] Built target vtkCommonMathCxxTests >> make: *** [all] Error 2 >> >> > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From saiya-jin at yandex.ru Wed Apr 12 12:18:26 2017 From: saiya-jin at yandex.ru (majinsaha) Date: Wed, 12 Apr 2017 09:18:26 -0700 (MST) Subject: [vtkusers] VTK version 7.1.1 causes crashes but 7.0.0 works fine. In-Reply-To: References: <1491995738160-5742822.post@n5.nabble.com> Message-ID: <1492013906027-5742833.post@n5.nabble.com> Actually, when I was installing VTK 7.0.0 almost a year ago, it was AFTER I set Rendering Backend to OpenGL2 it stopped crashing and I haven't been doing any changes to that since then. But in any case I tried to reconfigure VTK 7.1.1 by setting backend to OpenGL as you advised but it won't let me pass with the following message: CMake Error at Rendering/OpenGL2/CMakeLists.txt:2 (message): vtkRenderingOpenGL2 cannot be built with vtkRenderingOpenGL, please disable one of them. When I returned to OpenGL2, it's even gotten worse, since VTK library stopped compiling after I execute make -j4 -- View this message in context: http://vtk.1045678.n5.nabble.com/VTK-version-7-1-1-causes-crashes-but-7-0-0-works-fine-tp5742822p5742833.html Sent from the VTK - Users mailing list archive at Nabble.com. From werdna.mal222 at gmail.com Wed Apr 12 13:29:07 2017 From: werdna.mal222 at gmail.com (Andrew Lam) Date: Wed, 12 Apr 2017 10:29:07 -0700 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: Hi Andy, It's still not working. I made a fresh build directory and ran through the motions again. It still has the same issue. I've attached my CMakeCache.txt file from my build directory. Please let me know if you see anything or if there is any other information that you might think would help. Thanks, Andrew On Wed, Apr 12, 2017 at 8:43 AM, Andy Bauer wrote: > Hi Andrew, > > This should compile for you now. If it doesn't, please let us know and we > can see how to get it working for you. If you do have problems I recommend > attaching your CMakeCache.txt file from your build directory so it's easier > for others to inspect what you did. > > Best, > Andy > > On Wed, Apr 12, 2017 at 11:12 AM, Andrew Lam > wrote: > >> Ok Andy I can see it now thanks, >> >> my variables are set to >> >> Module_vtkParallelMPI4Py *OFF >> >> PYTHON_EXECUTABLE */bin/python2 >> >> PYTHON_EXTRA_LIBS * >> >> PYTHON_INCLUDE_DIR */usr/include/python2.7 >> >> PYTHON_LIBRARY *//lib64/libpython2.7.so >> >> PYTHON_UTIL_LIBRARY */usr/lib64/libutil.so >> >> VTK_ENABLE_VTKPYTHON *ON >> >> after I set VTK_WRAP_PYTHON CMake variable to ON >> >> it seems ok to me, but let me know if they're wrong. >> >> Thanks, >> Andrew >> >> On Tue, Apr 11, 2017 at 3:30 PM, Andrew Lam >> wrote: >> >>> Hi, my name is Andrew. I'm currently in a class that requires us to >>> install VTK. >>> >>> I have an issue running make in my VTK-build directory. I get a bunch of >>> clock skew issues that pop up that won't go away after calling >>> >>> $ touch * >>> >>> then it will print out >>> >>> make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >>> Error 1 >>> make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >>> Error 2 >>> >>> it will then run to about 32% and then end printing >>> >>> make: *** [all] Error 2 >>> >>> I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 >>> I'm also going to include the output of the make call. Please let me >>> know if you have any suggestions or if you need any more information to >>> understand the issue. >>> >>> [ 0%] Built target kwiml_test >>> [ 0%] Built target vtksys >>> [ 1%] Built target vtkWrappingTools >>> [ 1%] Built target vtkalglib >>> [ 1%] Built target vtkexpat >>> [ 2%] Built target vtkzlib >>> [ 2%] Built target vtkDICOMParser >>> [ 2%] Built target vtkEncodeString >>> [ 2%] Built target vtkjpeg >>> [ 2%] Built target vtkHashSource >>> [ 2%] Built target vtkglew >>> [ 2%] Built target H5make_libsettings >>> [ 2%] Built target H5detect >>> [ 2%] Built target vtkWrapTcl >>> [ 2%] Built target vtkParseJava >>> [ 2%] Built target vtkWrapPython >>> [ 2%] Built target vtkWrapPythonInit >>> [ 2%] Built target vtkWrapTclInit >>> [ 2%] Built target vtkWrapJava >>> [ 2%] Built target vtkjsoncpp >>> [ 2%] Built target verdict >>> [ 2%] Built target vtksqlite >>> [ 2%] Built target vtkoggtheora >>> [ 2%] Built target vtkWrapHierarchy >>> [ 4%] Built target vtkproj4 >>> [ 4%] Built target vtkfreetype >>> [ 5%] Built target vtklibxml2 >>> [ 5%] Built target vtkpng >>> [ 5%] Built target vtkmetaio >>> [ 5%] Built target vtkgl2ps >>> [ 5%] Built target vtktiff >>> [ 20%] Built target vtkCommonCore >>> [ 26%] Built target VTKData >>> [ 28%] Built target vtkCommonSystem >>> [ 29%] Built target vtkCommonMath >>> [ 29%] Built target vtkhdf5 >>> [ 29%] Built target vtkWrappingPythonCore >>> [ 29%] Built target vtkLocalExample >>> [ 29%] Built target vtkCommonMisc >>> [ 29%] Built target vtkCommonTransforms >>> [ 29%] Built target vtkCommonSystemCxxTests >>> [ 29%] Python Wrapping - generating vtkAbstractArrayPython.cxx >>> [ 29%] Built target vtkhdf5_hl >>> Usage: vtkWrapPython-7.1 [options] infile... >>> --help print this help message >>> --version print the VTK version >>> -o the output file >>> -I add an include directory >>> -D define a preprocessor macro >>> -U undefine a preprocessor macro >>> @ read arguments from a file >>> --hints the hints file to use >>> --types the type hierarchy file to use >>> --concrete force concrete class (ignored, deprecated) >>> --abstract force abstract class (ignored, deprecated) >>> --vtkobject vtkObjectBase-derived class (ignored, deprecated) >>> --special non-vtkObjectBase class (ignored, deprecated) >>> make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] Error 1 >>> make[2]: *** Waiting for unfinished jobs.... >>> [ 29%] Built target vtkpython >>> [ 29%] Python Wrapping - generating vtkAngularPeriodicDataArrayPyt >>> hon.cxx >>> Usage: vtkWrapPython-7.1 [options] infile... >>> --help print this help message >>> --version print the VTK version >>> -o the output file >>> -I add an include directory >>> -D define a preprocessor macro >>> -U undefine a preprocessor macro >>> @ read arguments from a file >>> --hints the hints file to use >>> --types the type hierarchy file to use >>> --concrete force concrete class (ignored, deprecated) >>> --abstract force abstract class (ignored, deprecated) >>> --vtkobject vtkObjectBase-derived class (ignored, deprecated) >>> --special non-vtkObjectBase class (ignored, deprecated) >>> make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >>> Error 1 >>> make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >>> Error 2 >>> make[1]: *** Waiting for unfinished jobs.... >>> Scanning dependencies of target vtkCommonMathCxxTests >>> make[2]: Warning: File `Common/Math/Testing/Cxx/CMake >>> Files/vtkCommonMathCxxTests.dir/depend.make' has modification time >>> 0.041 s in the future >>> [ 29%] Building CXX object Common/Math/Testing/Cxx/CMakeF >>> iles/vtkCommonMathCxxTests.dir/vtkCommonMathCxxTests.cxx.o >>> [ 29%] Building CXX object Common/Math/Testing/Cxx/CMakeF >>> iles/vtkCommonMathCxxTests.dir/TestAmoebaMinimizer.cxx.o >>> [ 30%] Built target vtkCommonCoreCxxTests >>> [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeF >>> iles/vtkCommonMathCxxTests.dir/TestMatrix3x3.cxx.o >>> [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeF >>> iles/vtkCommonMathCxxTests.dir/TestPolynomialSolversUnivariate.cxx.o >>> [ 30%] Building CXX object Common/Math/Testing/Cxx/CMakeF >>> iles/vtkCommonMathCxxTests.dir/TestQuaternion.cxx.o >>> [ 30%] Linking CXX executable ../../../../bin/vtkCommonMathCxxTests >>> [ 32%] Built target vtkCommonDataModel >>> make[2]: warning: Clock skew detected. Your build may be incomplete. >>> [ 32%] Built target vtkCommonMathCxxTests >>> make: *** [all] Error 2 >>> >>> >> >> _______________________________________________ >> 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 VTK FAQ at: >> http://www.vtk.org/Wiki/VTK_FAQ >> >> Search the list archives at: http://markmail.org/search/?q=vtkusers >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/vtkusers >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- # This is the CMakeCache file. # For build in directory: /home/alam38/projects/VTK-build # It was generated by CMake: /home/alam38/software/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Build the VTK documentation BUILD_DOCUMENTATION:BOOL=OFF //Build VTK examples. BUILD_EXAMPLES:BOOL=OFF //Build Shared Libraries BUILD_SHARED_LIBS:BOOL=ON //Build the testing tree. BUILD_TESTING:BOOL=ON //Build With User Defined Values BUILD_USER_DEFINED_LIBS:BOOL=OFF //Path to a program. BZRCOMMAND:FILEPATH=BZRCOMMAND-NOTFOUND //Path to a program. CMAKE_AR:FILEPATH=/bin/ar //For backwards compatibility, what version of CMake commands and // syntax should this version of CMake try to support. CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4 //Choose the type of build. CMAKE_BUILD_TYPE:STRING=Debug //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON //CXX compiler CMAKE_CXX_COMPILER:FILEPATH=/bin/c++ //Flags used by the compiler during all build types. CMAKE_CXX_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //C compiler CMAKE_C_COMPILER:FILEPATH=/bin/cc //Flags used by the compiler during all build types. CMAKE_C_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Flags used by the linker. CMAKE_EXE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF //user executables (bin) CMAKE_INSTALL_BINDIR:PATH=bin //read-only architecture-independent data (DATAROOTDIR) CMAKE_INSTALL_DATADIR:PATH= //read-only architecture-independent data root (share) CMAKE_INSTALL_DATAROOTDIR:PATH=share //documentation root (DATAROOTDIR/doc/PROJECT_NAME) CMAKE_INSTALL_DOCDIR:PATH= //C header files (include) CMAKE_INSTALL_INCLUDEDIR:PATH=include //info documentation (DATAROOTDIR/info) CMAKE_INSTALL_INFODIR:PATH= //object code libraries (lib64) CMAKE_INSTALL_LIBDIR:PATH=lib64 //program executables (libexec) CMAKE_INSTALL_LIBEXECDIR:PATH=libexec //locale-dependent data (DATAROOTDIR/locale) CMAKE_INSTALL_LOCALEDIR:PATH= //modifiable single-machine data (var) CMAKE_INSTALL_LOCALSTATEDIR:PATH=var //man documentation (DATAROOTDIR/man) CMAKE_INSTALL_MANDIR:PATH= //C header files for non-gcc (/usr/include) CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local //system admin executables (sbin) CMAKE_INSTALL_SBINDIR:PATH=sbin //modifiable architecture-independent data (com) CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com //read-only single-machine data (etc) CMAKE_INSTALL_SYSCONFDIR:PATH=etc //Path to a program. CMAKE_LINKER:FILEPATH=/bin/ld //Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/bin/gmake //Flags used by the linker during the creation of modules. CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_NM:FILEPATH=/bin/nm //Path to a program. CMAKE_OBJCOPY:FILEPATH=/bin/objcopy //Path to a program. CMAKE_OBJDUMP:FILEPATH=/bin/objdump //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=VTK //Path to a program. CMAKE_RANLIB:FILEPATH=/bin/ranlib //Flags used by the linker during the creation of dll's. CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_STRIP:FILEPATH=/bin/strip //Thread library used. CMAKE_THREAD_LIBS:STRING=-lpthread //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //Path to the coverage program that CTest uses for performing coverage // inspection COVERAGE_COMMAND:FILEPATH=/bin/gcov //Extra command line flags to pass to the coverage tool COVERAGE_EXTRA_FLAGS:STRING=-l //How many times to retry timed-out CTest submissions. CTEST_SUBMIT_RETRY_COUNT:STRING=3 //How long to wait between timed-out CTest submissions. CTEST_SUBMIT_RETRY_DELAY:STRING=5 //Maximum time allowed before CTest will kill the test. CTEST_TEST_TIMEOUT:STRING=3600 //Path to a program. CVSCOMMAND:FILEPATH=CVSCOMMAND-NOTFOUND //Options passed to the cvs update command. CVS_UPDATE_OPTIONS:STRING=-d -A -P //Maximum time allowed before CTest will kill the test. DART_TESTING_TIMEOUT:STRING=3600 //Value Computed by CMake DICOMParser_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/Utilities/DICOMParser //Value Computed by CMake DICOMParser_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/Utilities/DICOMParser //Path to a library. EXECINFO_LIB:FILEPATH=EXECINFO_LIB-NOTFOUND //Single output directory for building all executables. EXECUTABLE_OUTPUT_PATH:PATH= //Disable compiler warnings EXODUSII_DISABLE_COMPILER_WARNINGS:BOOL=ON //Additional URL templates for the ExternalData CMake script to // look for testing data. E.g. //\nfile:///var/bigharddrive/%(algo)/%(hash) ExternalData_URL_TEMPLATES:STRING= //Path to a program. GITCOMMAND:FILEPATH=/bin/git //IEEE floating point is available HAVE_IEEEFP:STRING=1 //Value Computed by CMake HDF5_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/hdf5/vtkhdf5 //Build Static Executabless HDF5_BUILD_STATIC_EXECS:BOOL=OFF //Enable all warnings HDF5_ENABLE_ALL_WARNINGS:BOOL=OFF //Turn on debugging in all packages HDF5_ENABLE_DEBUG_APIS:BOOL=OFF //Build the Direct I/O Virtual File Driver HDF5_ENABLE_DIRECT_VFD:BOOL=ON //embed library info into executables HDF5_ENABLE_EMBEDDED_LIBINFO:BOOL=ON //Enable group five warnings HDF5_ENABLE_GROUPFIVE_WARNINGS:BOOL=OFF //Enable group four warnings HDF5_ENABLE_GROUPFOUR_WARNINGS:BOOL=OFF //Enable group one warnings HDF5_ENABLE_GROUPONE_WARNINGS:BOOL=OFF //Enable group three warnings HDF5_ENABLE_GROUPTHREE_WARNINGS:BOOL=OFF //Enable group two warnings HDF5_ENABLE_GROUPTWO_WARNINGS:BOOL=OFF //Enable group zero warnings HDF5_ENABLE_GROUPZERO_WARNINGS:BOOL=OFF //Instrument The library HDF5_ENABLE_INSTRUMENT:BOOL=OFF //Value Computed by CMake HDF5_HL_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/hdf5/vtkhdf5/hl //Value Computed by CMake HDF5_HL_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/hdf5/vtkhdf5/hl //Value Computed by CMake HDF5_HL_SRC_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/hdf5/vtkhdf5/hl/src //Value Computed by CMake HDF5_HL_SRC_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/hdf5/vtkhdf5/hl/src //CPACK - Disable packaging HDF5_NO_PACKAGES:BOOL=OFF //Package the HDF5 Library Examples Compressed File HDF5_PACK_EXAMPLES:BOOL=OFF //Value Computed by CMake HDF5_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/hdf5/vtkhdf5 //Value Computed by CMake HDF5_SRC_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/hdf5/vtkhdf5/src //Value Computed by CMake HDF5_SRC_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/hdf5/vtkhdf5/src //Execute tests with different VFDs HDF5_TEST_VFD:BOOL=OFF //Enable folder grouping of projects in IDEs. HDF5_USE_FOLDERS:BOOL=ON //Path to a program. HGCOMMAND:FILEPATH=/bin/hg //Native CPU bit order HOST_BIG_ENDIAN:STRING=OFF //Native CPU bit order HOST_FILLORDER:STRING=FILLORDER_LSB2MSB //Installation directory for executables INSTALL_BIN_DIR:PATH=/usr/local/bin //Installation directory for headers INSTALL_INC_DIR:PATH=/usr/local/include //Installation directory for libraries INSTALL_LIB_DIR:PATH=/usr/local/lib //Installation directory for manual pages INSTALL_MAN_DIR:PATH=/usr/local/share/man //Installation directory for pkgconfig (.pc) files INSTALL_PKGCONFIG_DIR:PATH=/usr/local/share/pkgconfig //Value Computed by CMake JsonCpp_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/jsoncpp/vtkjsoncpp //Value Computed by CMake JsonCpp_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/jsoncpp/vtkjsoncpp //The directory to install binaries into. LIBPROJ_BINDIR:PATH=bin //The directory to install data files into. LIBPROJ_DATADIR:PATH=share/proj //The directory to install doc files into. LIBPROJ_DOCDIR:PATH=doc/proj //The directory to install includes into. LIBPROJ_INCLUDEDIR:PATH=include //The directory to install libraries into. LIBPROJ_LIBDIR:PATH=lib //Path to a library. LIBPROJ_M_LIB:FILEPATH=/usr/lib64/libm.so //Build libproj with thread/mutex support LIBPROJ_USE_THREAD:BOOL=ON //Single output directory for building all libraries. LIBRARY_OUTPUT_PATH:PATH= //Value Computed by CMake LZ4_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/lz4/vtklz4 //Value Computed by CMake LZ4_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/lz4/vtklz4 //Command to build the project MAKECOMMAND:STRING=/home/alam38/software/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" //Path to the memory checking command, used for memory error detection. MEMORYCHECK_COMMAND:FILEPATH=/bin/valgrind //File that contains suppressions for the memory checker MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH= //Path to a library. M_LIBRARY:FILEPATH=/usr/lib64/libm.so //Request building AutobahnPython Module_AutobahnPython:BOOL=OFF //Poisson Surface reconstruction from unorganized points Module_PoissonReconstruction:BOOL=OFF //Request building SixPython Module_SixPython:BOOL=OFF //Spline Driven Image Slicer - http://www.vtkjournal.org/browse/publication/838 Module_SplineDrivenImageSlicer:BOOL=OFF //Request building Twisted Module_Twisted:BOOL=OFF //A collection of examples that illustrate how to use VTK. Module_WikiExamples:BOOL=OFF //Request building ZopeInterface Module_ZopeInterface:BOOL=OFF //Request building constantly Module_constantly:BOOL=OFF //Request building incremental Module_incremental:BOOL=OFF //Request building vtkAcceleratorsVTKm Module_vtkAcceleratorsVTKm:BOOL=OFF //Slicer additions to vtk Module_vtkAddon:BOOL=OFF //Dicom classes and utilities Module_vtkDICOM:BOOL=OFF //Request building vtkDomainsMicroscopy Module_vtkDomainsMicroscopy:BOOL=OFF //Request building vtkFiltersMatlab Module_vtkFiltersMatlab:BOOL=OFF //Request building vtkFiltersParallelDIY2 Module_vtkFiltersParallelDIY2:BOOL=OFF //Request building vtkFiltersParallelFlowPaths Module_vtkFiltersParallelFlowPaths:BOOL=OFF //Request building vtkFiltersParallelGeometry Module_vtkFiltersParallelGeometry:BOOL=OFF //Request building vtkFiltersParallelMPI Module_vtkFiltersParallelMPI:BOOL=OFF //Request building vtkFiltersParallelStatistics Module_vtkFiltersParallelStatistics:BOOL=OFF //Request building vtkFiltersReebGraph Module_vtkFiltersReebGraph:BOOL=OFF //Request building vtkFiltersStatisticsGnuR Module_vtkFiltersStatisticsGnuR:BOOL=OFF //Request building vtkGUISupportQt Module_vtkGUISupportQt:BOOL=OFF //Request building vtkGUISupportQtOpenGL Module_vtkGUISupportQtOpenGL:BOOL=OFF //Request building vtkGUISupportQtSQL Module_vtkGUISupportQtSQL:BOOL=OFF //Request building vtkGUISupportQtWebkit Module_vtkGUISupportQtWebkit:BOOL=OFF //Request building vtkIOADIOS Module_vtkIOADIOS:BOOL=OFF //Request building vtkIOFFMPEG Module_vtkIOFFMPEG:BOOL=OFF //Request building vtkIOGDAL Module_vtkIOGDAL:BOOL=OFF //Request building vtkIOGeoJSON Module_vtkIOGeoJSON:BOOL=OFF //Request building vtkIOMPIImage Module_vtkIOMPIImage:BOOL=OFF //Request building vtkIOMPIParallel Module_vtkIOMPIParallel:BOOL=OFF //Request building vtkIOMySQL Module_vtkIOMySQL:BOOL=OFF //Request building vtkIOODBC Module_vtkIOODBC:BOOL=OFF //Request building vtkIOParallelExodus Module_vtkIOParallelExodus:BOOL=OFF //Request building vtkIOParallelLSDyna Module_vtkIOParallelLSDyna:BOOL=OFF //Request building vtkIOParallelNetCDF Module_vtkIOParallelNetCDF:BOOL=OFF //Request building vtkIOPostgreSQL Module_vtkIOPostgreSQL:BOOL=OFF //Request building vtkIOTRUCHAS Module_vtkIOTRUCHAS:BOOL=OFF //Request building vtkIOVPIC Module_vtkIOVPIC:BOOL=OFF //Request building vtkIOXdmf2 Module_vtkIOXdmf2:BOOL=OFF //Request building vtkIOXdmf3 Module_vtkIOXdmf3:BOOL=OFF //Request building vtkImagingOpenGL2 Module_vtkImagingOpenGL2:BOOL=OFF //Request building vtkInfovisBoost Module_vtkInfovisBoost:BOOL=OFF //Request building vtkInfovisBoostGraphAlgorithms Module_vtkInfovisBoostGraphAlgorithms:BOOL=OFF //Request building vtkInfovisParallel Module_vtkInfovisParallel:BOOL=OFF //Request building vtkParallelMPI Module_vtkParallelMPI:BOOL=OFF //Request building vtkParallelMPI4Py Module_vtkParallelMPI4Py:BOOL=OFF //Request building vtkParseOGLExt Module_vtkParseOGLExt:BOOL=OFF //Request building vtkPythonInterpreter Module_vtkPythonInterpreter:BOOL=OFF //Request building vtkRenderingExternal Module_vtkRenderingExternal:BOOL=OFF //Request building vtkRenderingFreeTypeFontConfig Module_vtkRenderingFreeTypeFontConfig:BOOL=OFF //Request building vtkRenderingLICOpenGL2 Module_vtkRenderingLICOpenGL2:BOOL=OFF //Request building vtkRenderingMatplotlib Module_vtkRenderingMatplotlib:BOOL=OFF //Request building vtkRenderingOSPRay Module_vtkRenderingOSPRay:BOOL=OFF //Request building vtkRenderingOculus Module_vtkRenderingOculus:BOOL=OFF //Request building vtkRenderingOpenVR Module_vtkRenderingOpenVR:BOOL=OFF //Request building vtkRenderingParallel Module_vtkRenderingParallel:BOOL=OFF //Request building vtkRenderingParallelLIC Module_vtkRenderingParallelLIC:BOOL=OFF //Request building vtkRenderingQt Module_vtkRenderingQt:BOOL=OFF //Request building vtkRenderingSceneGraph Module_vtkRenderingSceneGraph:BOOL=OFF //Request building vtkRenderingTk Module_vtkRenderingTk:BOOL=OFF //Request building vtkRenderingVolumeAMR Module_vtkRenderingVolumeAMR:BOOL=OFF //Request building vtkTclTk Module_vtkTclTk:BOOL=OFF //Request building vtkUtilitiesBenchmarks Module_vtkUtilitiesBenchmarks:BOOL=OFF //Request building vtkVPIC Module_vtkVPIC:BOOL=OFF //Request building vtkViewsGeovis Module_vtkViewsGeovis:BOOL=OFF //Request building vtkViewsQt Module_vtkViewsQt:BOOL=OFF //Request building vtkWebCore Module_vtkWebCore:BOOL=OFF //Request building vtkWebGLExporter Module_vtkWebGLExporter:BOOL=OFF //Request building vtkWebPython Module_vtkWebPython:BOOL=OFF //Request building vtkWrappingJava Module_vtkWrappingJava:BOOL=OFF //Request building vtkWrappingPythonCore Module_vtkWrappingPythonCore:BOOL=ON //Request building vtkWrappingTcl Module_vtkWrappingTcl:BOOL=OFF //Request building vtkdiy2 Module_vtkdiy2:BOOL=OFF //Request building vtkmpi4py Module_vtkmpi4py:BOOL=OFF //Request building vtkxdmf2 Module_vtkxdmf2:BOOL=OFF //Request building vtkxdmf3 Module_vtkxdmf3:BOOL=OFF //Request building vtkzfp Module_vtkzfp:BOOL=OFF //Specify default maximum number of elements in the file chunk // cache chunk for HDF5 files (should be prime number). NETCDF4_CHUNK_CACHE_NELEMS:STRING=1009 //Specify default file chunk cache preemption policy for HDF5 files // (a number between 0 and 1, inclusive). NETCDF4_CHUNK_CACHE_PREEMPTION:STRING=0.75 //Specify default file cache chunk size for HDF5 files in bytes. NETCDF4_CHUNK_CACHE_SIZE:STRING=4194304 //Specify the number of chunks to store in default per-variable // cache. NETCDF4_DEFAULT_CHUNKS_IN_CACHE:STRING=10 //Specify default size of chunks in bytes. NETCDF4_DEFAULT_CHUNK_SIZE:STRING=4194304 //Specify maximum size (in bytes) for the default per-var chunk // cache. NETCDF4_MAX_DEFAULT_CACHE_SIZE:STRING=67108864 //Disable compiler warnings NETCDF_DISABLE_COMPILER_WARNINGS:BOOL=ON //Build netcdf C++ API NETCDF_ENABLE_CXX:BOOL=ON //Path to a file. OPENGL_INCLUDE_DIR:PATH=/usr/include //Path to a library. OPENGL_gl_LIBRARY:FILEPATH=/usr/lib64/libGL.so //Path to a library. OPENGL_glu_LIBRARY:FILEPATH=/usr/lib64/libGLU.so //Path to a file. OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND //Path to a program. P4COMMAND:FILEPATH=P4COMMAND-NOTFOUND //Value Computed by CMake PROJ4_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/libproj4/vtklibproj4 //Value Computed by CMake PROJ4_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/libproj4/vtklibproj4 //Subdirectory where executables will be installed PROJ_BIN_SUBDIR:STRING=bin //Subdirectory where data will be installed PROJ_DATA_SUBDIR:STRING=share/proj //Subdirectory where data will be installed PROJ_DOC_SUBDIR:STRING=doc/proj //Subdirectory where header files will be installed PROJ_INCLUDE_SUBDIR:STRING=include //Subdirectory where libraries will be installed PROJ_LIB_SUBDIR:STRING=lib //Path to a program. PYTHON_EXECUTABLE:FILEPATH=/bin/python2 //Extra libraries to link when linking to python (such as "z" for // zlib). Separate multiple libraries with semicolons. PYTHON_EXTRA_LIBS:STRING= //Path to a file. PYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 //Path to a library. PYTHON_LIBRARY:FILEPATH=//lib64/libpython2.7.so //Utility library needed for vtkpython PYTHON_UTIL_LIBRARY:FILEPATH=/usr/lib64/libutil.so //Path to a file. RMANTREE:PATH=RMANTREE-NOTFOUND //Path to scp command, used by CTest for submitting results to // a Dart server SCPCOMMAND:FILEPATH=/bin/scp //Name of the computer/site where compile is being run SITE:STRING=csc235x37.ad.calpoly.edu //Path to the SLURM sbatch executable SLURM_SBATCH_COMMAND:FILEPATH=SLURM_SBATCH_COMMAND-NOTFOUND //Path to the SLURM srun executable SLURM_SRUN_COMMAND:FILEPATH=SLURM_SRUN_COMMAND-NOTFOUND //Path to a program. SVNCOMMAND:FILEPATH=/bin/svn //Use HIDDEN visibility support if available. USE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON //Value Computed by CMake VTKFREETYPE_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/freetype/vtkfreetype //Value Computed by CMake VTKFREETYPE_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/freetype/vtkfreetype //Value Computed by CMake VTKGL2PS_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/gl2ps/vtkgl2ps //Value Computed by CMake VTKGL2PS_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/gl2ps/vtkgl2ps //Value Computed by CMake VTKGLEW_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/glew/vtkglew //Value Computed by CMake VTKGLEW_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/glew/vtkglew //Value Computed by CMake VTKJPEG_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/jpeg/vtkjpeg //Value Computed by CMake VTKJPEG_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/jpeg/vtkjpeg //Value Computed by CMake VTKNETCDF_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/netcdf/vtknetcdf //Value Computed by CMake VTKNETCDF_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/netcdf/vtknetcdf //Value Computed by CMake VTKOGGTHEORA_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/oggtheora/vtkoggtheora //Disable assemby optimizations VTKOGGTHEORA_DISABLE_ASM:BOOL=OFF //Disable the use of floating point code in theora VTKOGGTHEORA_DISABLE_FLOAT:BOOL=OFF //Additional linker flags for vtkoggtheora when building as a shared // library VTKOGGTHEORA_SHARED_LINKER_FLAGS:STRING=-Wl,--version-script="//home/alam38/projects/VTK/ThirdParty/oggtheora/vtkoggtheora/vtkoggtheora.vscript" //Value Computed by CMake VTKOGGTHEORA_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/oggtheora/vtkoggtheora //Value Computed by CMake VTKPNG_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/png/vtkpng //Value Computed by CMake VTKPNG_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/png/vtkpng //Value Computed by CMake VTKSQLite_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/sqlite/vtksqlite //Value Computed by CMake VTKSQLite_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/sqlite/vtksqlite //Build all vtkObject derived classes with object factory new methods. VTK_ALL_NEW_OBJECT_FACTORY:BOOL=OFF //Build VTK for Android VTK_ANDROID_BUILD:BOOL=OFF //Value Computed by CMake VTK_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build //Request to build all modules VTK_BUILD_ALL_MODULES:BOOL=OFF //Enable modules as needed for testing all the enabled modules VTK_BUILD_ALL_MODULES_FOR_TESTS:BOOL=OFF //If enabled, the test used to generate the vtkBlueObeliskDataInternal.h // header will be built. VTK_BUILD_BODR_DATA_GENERATOR:BOOL=OFF //Directory where python modules will be built VTK_BUILD_PYTHON_MODULE_DIR:PATH=//home/alam38/projects/VTK-build/Wrapping/Python //Exclude test data download from default 'all' target. VTK_DATA_EXCLUDE_FROM_ALL:BOOL=OFF //Local directory holding ExternalData objects in the layout %(algo)/%(hash). VTK_DATA_STORE:PATH= //Build leak checking support into VTK. VTK_DEBUG_LEAKS:BOOL=OFF //Include array-of-structs vtkDataArray subclasses in dispatcher. VTK_DISPATCH_AOS_ARRAYS:BOOL=ON //Include struct-of-arrays vtkDataArray subclasses in dispatcher. VTK_DISPATCH_SOA_ARRAYS:BOOL=OFF //Include vtkTypedDataArray subclasses (e.g. old mapped arrays) // in dispatcher. VTK_DISPATCH_TYPED_ARRAYS:BOOL=OFF //Index of the EGL device (graphics card) to use. VTK_EGL_DEVICE_INDEX:STRING=0 //Build VTK using kits instead of modules. VTK_ENABLE_KITS:BOOL=OFF //Enable vtkpython and pvtkpython binaries VTK_ENABLE_VTKPYTHON:BOOL=ON //Add compiler flags to do stricter checking when building debug. VTK_EXTRA_COMPILER_WARNINGS:BOOL=OFF //Do not download source code or data from the network VTK_FORBID_DOWNLOADS:BOOL=OFF //Path to a program. VTK_GHOSTSCRIPT_EXECUTABLE:FILEPATH=/bin/gs //Location of the OpenGL extensions header file (glext.h). VTK_GLEXT_FILE:FILEPATH=//home/alam38/projects/VTK/Utilities/ParseOGLExt/headers/glext.h //Location of the GLX extensions header file (glxext.h). VTK_GLXEXT_FILE:FILEPATH=//home/alam38/projects/VTK/Utilities/ParseOGLExt/headers/glxext.h //Request building Imaging modules VTK_Group_Imaging:BOOL=OFF //Request building MPI modules VTK_Group_MPI:BOOL=OFF //Request building Qt modules VTK_Group_Qt:BOOL=OFF //Request building Rendering modules VTK_Group_Rendering:BOOL=ON //Request building of all stand alone modules (no external dependencies // required) VTK_Group_StandAlone:BOOL=ON //Request building Tk modules VTK_Group_Tk:BOOL=OFF //Request building Views modules VTK_Group_Views:BOOL=OFF //Request building Web modules VTK_Group_Web:BOOL=OFF //Directory where python modules will be installed VTK_INSTALL_PYTHON_MODULE_DIR:PATH=lib/python2.7/site-packages //Build vtk.framework for iOS VTK_IOS_BUILD:BOOL=OFF //Remove all legacy code completely. VTK_LEGACY_REMOVE:BOOL=OFF //Silence all legacy code messages. VTK_LEGACY_SILENT:BOOL=OFF //Specify if linker warnings must be considered as errors. VTK_LINKER_FATAL_WARNINGS:BOOL=OFF //Should all modules build instantiators VTK_MAKE_INSTANTIATORS:BOOL=OFF //Max number of threads vktMultiThreader will allocate. VTK_MAX_THREADS:STRING=64 //The OpenGL library being used supports off screen Mesa calls VTK_OPENGL_HAS_OSMESA:BOOL=OFF //Python version to use: 2, 2.x, 3, 3.x, or empty VTK_PYTHON_VERSION:STRING=2 //Choose the rendering backend. VTK_RENDERING_BACKEND:STRING=OpenGL2 //Enable OpenGL error check and report VTK_REPORT_OPENGL_ERRORS:BOOL=ON //Enable OpenGL error check and reporting in non-debug builds. VTK_REPORT_OPENGL_ERRORS_IN_RELEASE_BUILDS:BOOL=OFF //Which multi-threaded parallelism implementation to use. Options // are Sequential, OpenMP or TBB VTK_SMP_IMPLEMENTATION_TYPE:STRING=Sequential //Value Computed by CMake VTK_SOURCE_DIR:STATIC=//home/alam38/projects/VTK //Build VTK with 64 bit ids VTK_USE_64BIT_IDS:BOOL=ON //Enable tests requiring "large" data VTK_USE_LARGE_DATA:BOOL=OFF //Use off screen calls by default VTK_USE_OFFSCREEN:BOOL=OFF //Use EGL for OpenGL client API for offscreen rendering. VTK_USE_OFFSCREEN_EGL:BOOL=OFF //Use system-installed EXPAT VTK_USE_SYSTEM_EXPAT:BOOL=OFF //Use system-installed Freetype VTK_USE_SYSTEM_FREETYPE:BOOL=OFF //Use system-installed GL2PS VTK_USE_SYSTEM_GL2PS:BOOL=OFF //Use system-installed GLEW VTK_USE_SYSTEM_GLEW:BOOL=OFF //Use system-installed HDF5 VTK_USE_SYSTEM_HDF5:BOOL=OFF //Use system-installed JPEG VTK_USE_SYSTEM_JPEG:BOOL=OFF //Use system-installed JsonCpp VTK_USE_SYSTEM_JSONCPP:BOOL=OFF //Use system-installed LIBPROJ4 VTK_USE_SYSTEM_LIBPROJ4:BOOL=OFF //Use the system's libraries by default. VTK_USE_SYSTEM_LIBRARIES:BOOL=OFF //Use system-installed LibXml2 VTK_USE_SYSTEM_LIBXML2:BOOL=OFF //Use system-installed LZ4 VTK_USE_SYSTEM_LZ4:BOOL=OFF //Use system-installed NetCDF VTK_USE_SYSTEM_NETCDF:BOOL=OFF //Use system-installed OGGTHEORA VTK_USE_SYSTEM_OGGTHEORA:BOOL=OFF //Use system-installed PNG VTK_USE_SYSTEM_PNG:BOOL=OFF //Use system-installed TIFF VTK_USE_SYSTEM_TIFF:BOOL=OFF //Use system-installed ZLIB VTK_USE_SYSTEM_ZLIB:BOOL=OFF //Use X for VTK render windows VTK_USE_X:BOOL=ON //If enabled, vtkArrayDispatch will print a warning when a dispatch // fails. VTK_WARN_ON_DISPATCH_FAILURE:BOOL=OFF //Location of the WGL extensions header file (wglext.h). VTK_WGLEXT_FILE:FILEPATH=//home/alam38/projects/VTK/Utilities/ParseOGLExt/headers/wglext.h //Path to a file. VTK_WRAP_HINTS:FILEPATH=//home/alam38/projects/VTK/Wrapping/Tools/hints //Should VTK Java wrapping be built? VTK_WRAP_JAVA:BOOL=OFF //Should VTK Python wrapping be built? VTK_WRAP_PYTHON:BOOL=ON //Should VTK Tcl wrapping be built? VTK_WRAP_TCL:BOOL=OFF //Path to a file. X11_ICE_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_ICE_LIB:FILEPATH=/usr/lib64/libICE.so //Path to a file. X11_SM_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_SM_LIB:FILEPATH=/usr/lib64/libSM.so //Path to a file. X11_X11_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_X11_LIB:FILEPATH=/usr/lib64/libX11.so //Path to a file. X11_XRes_INCLUDE_PATH:PATH=X11_XRes_INCLUDE_PATH-NOTFOUND //Path to a library. X11_XRes_LIB:FILEPATH=X11_XRes_LIB-NOTFOUND //Path to a file. X11_XShm_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_XSync_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_XTest_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_XTest_LIB:FILEPATH=/usr/lib64/libXtst.so //Path to a file. X11_Xaccessrules_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xau_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xau_LIB:FILEPATH=/usr/lib64/libXau.so //Path to a file. X11_Xcomposite_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xcomposite_LIB:FILEPATH=/usr/lib64/libXcomposite.so //Path to a file. X11_Xcursor_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xcursor_LIB:FILEPATH=/usr/lib64/libXcursor.so //Path to a file. X11_Xdamage_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xdamage_LIB:FILEPATH=/usr/lib64/libXdamage.so //Path to a file. X11_Xdmcp_INCLUDE_PATH:PATH=X11_Xdmcp_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xdmcp_LIB:FILEPATH=X11_Xdmcp_LIB-NOTFOUND //Path to a library. X11_Xext_LIB:FILEPATH=/usr/lib64/libXext.so //Path to a file. X11_Xfixes_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xfixes_LIB:FILEPATH=/usr/lib64/libXfixes.so //Path to a file. X11_Xft_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xft_LIB:FILEPATH=/usr/lib64/libXft.so //Path to a file. X11_Xi_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xi_LIB:FILEPATH=/usr/lib64/libXi.so //Path to a file. X11_Xinerama_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xinerama_LIB:FILEPATH=/usr/lib64/libXinerama.so //Path to a file. X11_Xinput_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xinput_LIB:FILEPATH=/usr/lib64/libXi.so //Path to a file. X11_Xkb_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xkbfile_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xkbfile_LIB:FILEPATH=/usr/lib64/libxkbfile.so //Path to a file. X11_Xkblib_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xlib_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xmu_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xmu_LIB:FILEPATH=/usr/lib64/libXmu.so //Path to a file. X11_Xpm_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xpm_LIB:FILEPATH=/usr/lib64/libXpm.so //Path to a file. X11_Xrandr_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xrandr_LIB:FILEPATH=/usr/lib64/libXrandr.so //Path to a file. X11_Xrender_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xrender_LIB:FILEPATH=/usr/lib64/libXrender.so //Path to a file. X11_Xscreensaver_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xscreensaver_LIB:FILEPATH=/usr/lib64/libXss.so //Path to a file. X11_Xshape_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xt_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xt_LIB:FILEPATH=/usr/lib64/libXt.so //Path to a file. X11_Xutil_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xv_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xv_LIB:FILEPATH=/usr/lib64/libXv.so //Path to a library. X11_Xxf86misc_LIB:FILEPATH=/usr/lib64/libXxf86misc.so //Path to a library. X11_Xxf86vm_LIB:FILEPATH=/usr/lib64/libXxf86vm.so //Path to a file. X11_dpms_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_xf86misc_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_xf86vmode_INCLUDE_PATH:PATH=/usr/include //Value Computed by CMake alglib_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/alglib //Value Computed by CMake alglib_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/alglib //Value Computed by CMake expat_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/expat/vtkexpat //Value Computed by CMake expat_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/expat/vtkexpat //Value Computed by CMake netcdf_cxx_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/netcdf/vtknetcdf/cxx //Value Computed by CMake netcdf_cxx_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/netcdf/vtknetcdf/cxx //Value Computed by CMake netcdf_libdispatch_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/netcdf/vtknetcdf/libdispatch //Value Computed by CMake netcdf_libdispatch_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch //Value Computed by CMake netcdf_liblib_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/netcdf/vtknetcdf/liblib //Value Computed by CMake netcdf_liblib_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/netcdf/vtknetcdf/liblib //Value Computed by CMake netcdf_libsrc4_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/netcdf/vtknetcdf/libsrc4 //Value Computed by CMake netcdf_libsrc4_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/netcdf/vtknetcdf/libsrc4 //Value Computed by CMake netcdf_libsrc_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/netcdf/vtknetcdf/libsrc //Value Computed by CMake netcdf_libsrc_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/netcdf/vtknetcdf/libsrc //Value Computed by CMake tiff_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/tiff/vtktiff //Value Computed by CMake tiff_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/tiff/vtktiff //Value Computed by CMake verdict_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/verdict/vtkverdict //Dependencies for target verdict_LIB_DEPENDS:STATIC= //Value Computed by CMake verdict_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/verdict/vtkverdict //Dependencies for the target vtkChartsCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingCorePythonD;general;vtkCommonColorPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonTransformsPythonD;general;vtkInfovisCorePythonD;general;vtkChartsCore; //Dependencies for the target vtkChartsCorePython_LIB_DEPENDS:STATIC=general;vtkChartsCorePythonD; //Dependencies for the target vtkChartsCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkFiltersGeneral;general;vtkRenderingContext2D;general;vtkRenderingCore;general;vtksys;general;vtkCommonColor;general;vtkCommonExecutionModel;general;vtkCommonTransforms;general;vtkInfovisCore; //Dependencies for the target vtkCommonColorPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonColor; //Dependencies for the target vtkCommonColorPython_LIB_DEPENDS:STATIC=general;vtkCommonColorPythonD; //Dependencies for the target vtkCommonColor_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkCommonComputationalGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonComputationalGeometry; //Dependencies for the target vtkCommonComputationalGeometryPython_LIB_DEPENDS:STATIC=general;vtkCommonComputationalGeometryPythonD; //Dependencies for the target vtkCommonComputationalGeometry_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkCommonCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCore; //Dependencies for the target vtkCommonCorePython_LIB_DEPENDS:STATIC=general;vtkCommonCorePythonD; //Dependencies for the target vtkCommonCore_LIB_DEPENDS:STATIC=general;vtksys;general;-lpthread; //Dependencies for the target vtkCommonDataModelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonDataModel; //Dependencies for the target vtkCommonDataModelPython_LIB_DEPENDS:STATIC=general;vtkCommonDataModelPythonD; //Dependencies for the target vtkCommonDataModel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkCommonMisc;general;vtkCommonSystem;general;vtksys; //Dependencies for the target vtkCommonExecutionModelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonExecutionModel; //Dependencies for the target vtkCommonExecutionModelPython_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModelPythonD; //Dependencies for the target vtkCommonExecutionModel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem; //Dependencies for the target vtkCommonMathPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMath; //Dependencies for the target vtkCommonMathPython_LIB_DEPENDS:STATIC=general;vtkCommonMathPythonD; //Dependencies for the target vtkCommonMath_LIB_DEPENDS:STATIC=general;vtkCommonCore; //Dependencies for the target vtkCommonMiscPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonMisc; //Dependencies for the target vtkCommonMiscPython_LIB_DEPENDS:STATIC=general;vtkCommonMiscPythonD; //Dependencies for the target vtkCommonMisc_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonMath; //Dependencies for the target vtkCommonSystemPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonSystem; //Dependencies for the target vtkCommonSystemPython_LIB_DEPENDS:STATIC=general;vtkCommonSystemPythonD; //Dependencies for the target vtkCommonSystem_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtksys;general;-lpthread; //Dependencies for the target vtkCommonTransformsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransforms; //Dependencies for the target vtkCommonTransformsPython_LIB_DEPENDS:STATIC=general;vtkCommonTransformsPythonD; //Dependencies for the target vtkCommonTransforms_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonMath; //Dependencies for target vtkDICOMParser_LIB_DEPENDS:STATIC= //Dependencies for the target vtkDomainsChemistryOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkDomainsChemistryPythonD;general;vtkDomainsChemistryPythonD;general;vtkRenderingOpenGL2PythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkRenderingCorePythonD;general;vtkDomainsChemistryOpenGL2; //Dependencies for the target vtkDomainsChemistryOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkDomainsChemistryOpenGL2PythonD; //Dependencies for the target vtkDomainsChemistryOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkDomainsChemistry;general;vtkDomainsChemistry;general;vtkRenderingOpenGL2;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkRenderingCore;general;vtkglew;general;/usr/lib64/libGLU.so;general;/usr/lib64/libGL.so; //Dependencies for the target vtkDomainsChemistryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOLegacyPythonD;general;vtkIOXMLParserPythonD;general;vtkRenderingCorePythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkDomainsChemistry; //Dependencies for the target vtkDomainsChemistryPython_LIB_DEPENDS:STATIC=general;vtkDomainsChemistryPythonD; //Dependencies for the target vtkDomainsChemistry_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOLegacy;general;vtkIOXMLParser;general;vtkRenderingCore;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtksys; //Value Computed by CMake vtkExodus2_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/exodusII/vtkexodusII //Value Computed by CMake vtkExodus2_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/exodusII/vtkexodusII //Dependencies for the target vtkFiltersAMRPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersCorePythonD;general;vtkIOXMLPythonD;general;vtkParallelCorePythonD;general;vtkFiltersAMR; //Dependencies for the target vtkFiltersAMRPython_LIB_DEPENDS:STATIC=general;vtkFiltersAMRPythonD; //Dependencies for the target vtkFiltersAMR_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonMath;general;vtkCommonSystem;general;vtkFiltersCore;general;vtkIOXML;general;vtkParallelCore; //Dependencies for the target vtkFiltersCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCore; //Dependencies for the target vtkFiltersCorePython_LIB_DEPENDS:STATIC=general;vtkFiltersCorePythonD; //Dependencies for the target vtkFiltersCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms; //Dependencies for the target vtkFiltersExtractionPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersStatisticsPythonD;general;vtkFiltersExtraction; //Dependencies for the target vtkFiltersExtractionPython_LIB_DEPENDS:STATIC=general;vtkFiltersExtractionPythonD; //Dependencies for the target vtkFiltersExtraction_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkFiltersGeneral;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkFiltersCore;general;vtkFiltersStatistics; //Dependencies for the target vtkFiltersFlowPathsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersSourcesPythonD;general;vtkIOCorePythonD;general;vtkFiltersFlowPaths; //Dependencies for the target vtkFiltersFlowPathsPython_LIB_DEPENDS:STATIC=general;vtkFiltersFlowPathsPythonD; //Dependencies for the target vtkFiltersFlowPaths_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkFiltersCore;general;vtkFiltersGeometry;general;vtkFiltersSources;general;vtkIOCore; //Dependencies for the target vtkFiltersGeneralPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersCorePythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersGeneralPython_LIB_DEPENDS:STATIC=general;vtkFiltersGeneralPythonD; //Dependencies for the target vtkFiltersGeneral_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkFiltersCore;general;vtkCommonComputationalGeometry;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms; //Dependencies for the target vtkFiltersGenericPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersSourcesPythonD;general;vtkFiltersGeneric; //Dependencies for the target vtkFiltersGenericPython_LIB_DEPENDS:STATIC=general;vtkFiltersGenericPythonD; //Dependencies for the target vtkFiltersGeneric_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersSources; //Dependencies for the target vtkFiltersGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeometry; //Dependencies for the target vtkFiltersGeometryPython_LIB_DEPENDS:STATIC=general;vtkFiltersGeometryPythonD; //Dependencies for the target vtkFiltersGeometry_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersCore; //Dependencies for the target vtkFiltersHybridPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonTransformsPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkImagingCorePythonD;general;vtkImagingSourcesPythonD;general;vtkRenderingCorePythonD;general;vtkFiltersHybrid; //Dependencies for the target vtkFiltersHybridPython_LIB_DEPENDS:STATIC=general;vtkFiltersHybridPythonD; //Dependencies for the target vtkFiltersHybrid_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonTransforms;general;vtkCommonMath;general;vtkCommonMisc;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkImagingCore;general;vtkImagingSources;general;vtkRenderingCore;general;vtksys; //Dependencies for the target vtkFiltersHyperTreePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonSystemPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersHyperTree; //Dependencies for the target vtkFiltersHyperTreePython_LIB_DEPENDS:STATIC=general;vtkFiltersHyperTreePythonD; //Dependencies for the target vtkFiltersHyperTree_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkFiltersCore;general;vtkCommonCore;general;vtkCommonSystem;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersImagingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersStatisticsPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkImagingGeneralPythonD;general;vtkFiltersImaging; //Dependencies for the target vtkFiltersImagingPython_LIB_DEPENDS:STATIC=general;vtkFiltersImagingPythonD; //Dependencies for the target vtkFiltersImaging_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkFiltersStatistics;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkImagingGeneral; //Dependencies for the target vtkFiltersModelingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkFiltersGeneralPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersSourcesPythonD;general;vtkFiltersModeling; //Dependencies for the target vtkFiltersModelingPython_LIB_DEPENDS:STATIC=general;vtkFiltersModelingPythonD; //Dependencies for the target vtkFiltersModeling_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkFiltersGeneral;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersSources; //Dependencies for the target vtkFiltersParallelImagingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkFiltersImagingPythonD;general;vtkFiltersParallelPythonD;general;vtkImagingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersStatisticsPythonD;general;vtkImagingGeneralPythonD;general;vtkParallelCorePythonD;general;vtkFiltersParallelImaging; //Dependencies for the target vtkFiltersParallelImagingPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelImagingPythonD; //Dependencies for the target vtkFiltersParallelImaging_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkFiltersImaging;general;vtkFiltersParallel;general;vtkImagingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkFiltersExtraction;general;vtkFiltersStatistics;general;vtkImagingGeneral;general;vtkParallelCore; //Dependencies for the target vtkFiltersParallelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersModelingPythonD;general;vtkFiltersSourcesPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOLegacyPythonD;general;vtkParallelCorePythonD;general;vtkRenderingCorePythonD;general;vtkFiltersParallel; //Dependencies for the target vtkFiltersParallelPython_LIB_DEPENDS:STATIC=general;vtkFiltersParallelPythonD; //Dependencies for the target vtkFiltersParallel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersCore;general;vtkFiltersExtraction;general;vtkFiltersGeneral;general;vtkFiltersGeometry;general;vtkFiltersModeling;general;vtkFiltersSources;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkIOLegacy;general;vtkParallelCore;general;vtkRenderingCore; //Dependencies for the target vtkFiltersPointsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersPoints; //Dependencies for the target vtkFiltersPointsPython_LIB_DEPENDS:STATIC=general;vtkFiltersPointsPythonD; //Dependencies for the target vtkFiltersPoints_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel; //Dependencies for the target vtkFiltersProgrammablePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersProgrammable; //Dependencies for the target vtkFiltersProgrammablePython_LIB_DEPENDS:STATIC=general;vtkFiltersProgrammablePythonD; //Dependencies for the target vtkFiltersProgrammable_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonTransforms; //Dependencies for the target vtkFiltersPythonPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkFiltersPython; //Dependencies for the target vtkFiltersPythonPython_LIB_DEPENDS:STATIC=general;vtkFiltersPythonPythonD; //Dependencies for the target vtkFiltersPython_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;//lib64/libpython2.7.so;general;vtkCommonCore;general;vtkWrappingPythonCore; //Dependencies for the target vtkFiltersSMPPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersSMP; //Dependencies for the target vtkFiltersSMPPython_LIB_DEPENDS:STATIC=general;vtkFiltersSMPPythonD; //Dependencies for the target vtkFiltersSMP_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkCommonMath;general;vtkCommonSystem; //Dependencies for the target vtkFiltersSelectionPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersSelection; //Dependencies for the target vtkFiltersSelectionPython_LIB_DEPENDS:STATIC=general;vtkFiltersSelectionPythonD; //Dependencies for the target vtkFiltersSelection_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel; //Dependencies for the target vtkFiltersSourcesPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonCorePythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSources; //Dependencies for the target vtkFiltersSourcesPython_LIB_DEPENDS:STATIC=general;vtkFiltersSourcesPythonD; //Dependencies for the target vtkFiltersSources_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonComputationalGeometry;general;vtkCommonCore;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersStatisticsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkImagingFourierPythonD;general;vtkFiltersStatistics; //Dependencies for the target vtkFiltersStatisticsPython_LIB_DEPENDS:STATIC=general;vtkFiltersStatisticsPythonD; //Dependencies for the target vtkFiltersStatistics_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkalglib;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkImagingFourier; //Dependencies for the target vtkFiltersTexturePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersTexture; //Dependencies for the target vtkFiltersTexturePython_LIB_DEPENDS:STATIC=general;vtkFiltersTexturePythonD; //Dependencies for the target vtkFiltersTexture_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonTransforms;general;vtkFiltersGeneral; //Dependencies for the target vtkFiltersTopologyPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersTopology; //Dependencies for the target vtkFiltersTopologyPython_LIB_DEPENDS:STATIC=general;vtkFiltersTopologyPythonD; //Dependencies for the target vtkFiltersTopology_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel; //Dependencies for the target vtkFiltersVerdictPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersVerdict; //Dependencies for the target vtkFiltersVerdictPython_LIB_DEPENDS:STATIC=general;vtkFiltersVerdictPythonD; //Dependencies for the target vtkFiltersVerdict_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;verdict;general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkGeovisCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonTransformsPythonD;general;vtkInfovisCorePythonD;general;vtkInteractionStylePythonD;general;vtkInteractionWidgetsPythonD;general;vtkRenderingCorePythonD;general;vtkViewsCorePythonD;general;vtkCommonSystemPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkIOImagePythonD;general;vtkIOXMLPythonD;general;vtkImagingCorePythonD;general;vtkImagingSourcesPythonD;general;vtkInfovisLayoutPythonD;general;vtkGeovisCore; //Dependencies for the target vtkGeovisCorePython_LIB_DEPENDS:STATIC=general;vtkGeovisCorePythonD; //Dependencies for the target vtkGeovisCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonTransforms;general;vtkInfovisCore;general;vtkInteractionStyle;general;vtkInteractionWidgets;general;vtkRenderingCore;general;vtkViewsCore;general;vtkproj4;general;vtkCommonSystem;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkIOImage;general;vtkIOXML;general;vtkImagingCore;general;vtkImagingSources;general;vtkInfovisLayout; //Dependencies for the target vtkIOAMRPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersAMRPythonD;general;vtkParallelCorePythonD;general;vtkIOAMR; //Dependencies for the target vtkIOAMRPython_LIB_DEPENDS:STATIC=general;vtkIOAMRPythonD; //Dependencies for the target vtkIOAMR_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonSystem;general;vtkFiltersAMR;general;vtkParallelCore;general;vtkhdf5_hl;general;vtkhdf5;general;vtksys; //Dependencies for the target vtkIOCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkIOCore; //Dependencies for the target vtkIOCorePython_LIB_DEPENDS:STATIC=general;vtkIOCorePythonD; //Dependencies for the target vtkIOCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtklz4;general;vtksys;general;vtkzlib; //Dependencies for the target vtkIOEnSightPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkIOEnSight; //Dependencies for the target vtkIOEnSightPython_LIB_DEPENDS:STATIC=general;vtkIOEnSightPythonD; //Dependencies for the target vtkIOEnSight_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkIOExodusPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOXMLParserPythonD;general;vtkFiltersCorePythonD;general;vtkIOExodus; //Dependencies for the target vtkIOExodusPython_LIB_DEPENDS:STATIC=general;vtkIOExodusPythonD; //Dependencies for the target vtkIOExodus_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkIOXMLParser;general;vtkexoIIc;general;vtkFiltersCore;general;vtksys; //Dependencies for the target vtkIOExportOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOExportPythonD;general;vtkIOExportPythonD;general;vtkRenderingGL2PSOpenGL2PythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingCorePythonD;general;vtkRenderingCorePythonD;general;vtkIOExportOpenGL2; //Dependencies for the target vtkIOExportOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkIOExportOpenGL2PythonD; //Dependencies for the target vtkIOExportOpenGL2_LIB_DEPENDS:STATIC=general;vtkIOExport;general;vtkIOExport;general;vtkRenderingGL2PSOpenGL2;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingCore;general;vtkRenderingCore;general;vtkgl2ps;general;/usr/lib64/libGLU.so;general;/usr/lib64/libGL.so; //Dependencies for the target vtkIOExportPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkIOCorePythonD;general;vtkRenderingCorePythonD;general;vtkRenderingGL2PSOpenGL2PythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeometryPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkIOExport; //Dependencies for the target vtkIOExportPython_LIB_DEPENDS:STATIC=general;vtkIOExportPythonD; //Dependencies for the target vtkIOExport_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkIOCore;general;vtkRenderingCore;general;vtkRenderingGL2PSOpenGL2;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersGeometry;general;vtkIOImage;general;vtkImagingCore;general;/usr/lib64/libGLU.so;general;/usr/lib64/libGL.so; //Dependencies for the target vtkIOGeometryPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOLegacyPythonD;general;vtkCommonCorePythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOGeometry; //Dependencies for the target vtkIOGeometryPython_LIB_DEPENDS:STATIC=general;vtkIOGeometryPythonD; //Dependencies for the target vtkIOGeometry_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkIOLegacy;general;vtkCommonCore;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtksys;general;vtkzlib; //Dependencies for the target vtkIOImagePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOImage; //Dependencies for the target vtkIOImagePython_LIB_DEPENDS:STATIC=general;vtkIOImagePythonD; //Dependencies for the target vtkIOImage_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkDICOMParser;general;vtkmetaio;general;vtkjpeg;general;vtkpng;general;vtksys;general;vtktiff;general;vtkzlib; //Dependencies for the target vtkIOImportPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersSourcesPythonD;general;vtkIOImagePythonD;general;vtkIOImport; //Dependencies for the target vtkIOImportPython_LIB_DEPENDS:STATIC=general;vtkIOImportPythonD; //Dependencies for the target vtkIOImport_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkRenderingCore;general;vtksys;general;vtkCommonDataModel;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersSources;general;vtkIOImage; //Dependencies for the target vtkIOInfovisPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOLegacyPythonD;general;vtkIOXMLPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkIOCorePythonD;general;vtkIOXMLParserPythonD;general;vtkInfovisCorePythonD;general;vtkIOInfovis; //Dependencies for the target vtkIOInfovisPython_LIB_DEPENDS:STATIC=general;vtkIOInfovisPythonD; //Dependencies for the target vtkIOInfovis_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOLegacy;general;vtkIOXML;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkIOCore;general;vtkIOXMLParser;general;vtkInfovisCore;general;vtklibxml2;general;vtksys; //Dependencies for the target vtkIOLSDynaPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOXMLParserPythonD;general;vtkCommonDataModelPythonD;general;vtkIOLSDyna; //Dependencies for the target vtkIOLSDynaPython_LIB_DEPENDS:STATIC=general;vtkIOLSDynaPythonD; //Dependencies for the target vtkIOLSDyna_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOXMLParser;general;vtkCommonDataModel;general;vtksys; //Dependencies for the target vtkIOLegacyPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkCommonMiscPythonD;general;vtkIOLegacy; //Dependencies for the target vtkIOLegacyPython_LIB_DEPENDS:STATIC=general;vtkIOLegacyPythonD; //Dependencies for the target vtkIOLegacy_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkCommonMisc;general;vtksys; //Dependencies for the target vtkIOMINCPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOImagePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersHybridPythonD;general;vtkRenderingCorePythonD;general;vtkIOMINC; //Dependencies for the target vtkIOMINCPython_LIB_DEPENDS:STATIC=general;vtkIOMINCPythonD; //Dependencies for the target vtkIOMINC_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkIOImage;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonTransforms;general;vtkFiltersHybrid;general;vtkRenderingCore;general;vtkNetCDF;general;vtkNetCDF_cxx;general;vtksys; //Dependencies for the target vtkIOMoviePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkIOMovie; //Dependencies for the target vtkIOMoviePython_LIB_DEPENDS:STATIC=general;vtkIOMoviePythonD; //Dependencies for the target vtkIOMovie_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkoggtheora;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem; //Dependencies for the target vtkIONetCDFPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkIONetCDF; //Dependencies for the target vtkIONetCDFPython_LIB_DEPENDS:STATIC=general;vtkIONetCDFPythonD; //Dependencies for the target vtkIONetCDF_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkNetCDF;general;vtkNetCDF_cxx;general;vtksys; //Dependencies for the target vtkIOPLYPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkIOCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkIOPLY; //Dependencies for the target vtkIOPLYPython_LIB_DEPENDS:STATIC=general;vtkIOPLYPythonD; //Dependencies for the target vtkIOPLY_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkIOCore;general;vtkCommonDataModel;general;vtkCommonMisc; //Dependencies for the target vtkIOParallelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOGeometryPythonD;general;vtkIOImagePythonD;general;vtkIOLegacyPythonD;general;vtkIONetCDFPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersParallelPythonD;general;vtkParallelCorePythonD;general;vtkIOParallel; //Dependencies for the target vtkIOParallelPython_LIB_DEPENDS:STATIC=general;vtkIOParallelPythonD; //Dependencies for the target vtkIOParallelXMLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkIOXMLPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMiscPythonD;general;vtkParallelCorePythonD;general;vtkIOParallelXML; //Dependencies for the target vtkIOParallelXMLPython_LIB_DEPENDS:STATIC=general;vtkIOParallelXMLPythonD; //Dependencies for the target vtkIOParallelXML_LIB_DEPENDS:STATIC=general;vtkIOXML;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMisc;general;vtkParallelCore;general;vtksys; //Dependencies for the target vtkIOParallel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtkIOGeometry;general;vtkIOImage;general;vtkIOLegacy;general;vtkIONetCDF;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkFiltersCore;general;vtkFiltersExtraction;general;vtkFiltersParallel;general;vtkParallelCore;general;vtkexoIIc;general;vtkjsoncpp;general;vtkNetCDF;general;vtkNetCDF_cxx;general;vtksys; //Dependencies for the target vtkIOSQLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOCorePythonD;general;vtkIOSQL; //Dependencies for the target vtkIOSQLPython_LIB_DEPENDS:STATIC=general;vtkIOSQLPythonD; //Dependencies for the target vtkIOSQL_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOCore;general;vtksqlite;general;vtksys; //Dependencies for the target vtkIOTecplotTablePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkIOCorePythonD;general;vtkIOTecplotTable; //Dependencies for the target vtkIOTecplotTablePython_LIB_DEPENDS:STATIC=general;vtkIOTecplotTablePythonD; //Dependencies for the target vtkIOTecplotTable_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkIOCore;general;vtksys; //Dependencies for the target vtkIOVideoPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkIOVideo; //Dependencies for the target vtkIOVideoPython_LIB_DEPENDS:STATIC=general;vtkIOVideoPythonD; //Dependencies for the target vtkIOVideo_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtksys; //Dependencies for the target vtkIOXMLParserPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkIOCorePythonD;general;vtkIOXMLParser; //Dependencies for the target vtkIOXMLParserPython_LIB_DEPENDS:STATIC=general;vtkIOXMLParserPythonD; //Dependencies for the target vtkIOXMLParser_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkIOCore;general;vtkexpat;general;vtksys; //Dependencies for the target vtkIOXMLPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkIOXMLParserPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkIOCorePythonD;general;vtkIOXML; //Dependencies for the target vtkIOXMLPython_LIB_DEPENDS:STATIC=general;vtkIOXMLPythonD; //Dependencies for the target vtkIOXML_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkIOXMLParser;general;vtkCommonDataModel;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkIOCore;general;vtksys; //Dependencies for the target vtkImagingColorPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkImagingColor; //Dependencies for the target vtkImagingColorPython_LIB_DEPENDS:STATIC=general;vtkImagingColorPythonD; //Dependencies for the target vtkImagingColor_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem; //Dependencies for the target vtkImagingCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkImagingCore; //Dependencies for the target vtkImagingCorePython_LIB_DEPENDS:STATIC=general;vtkImagingCorePythonD; //Dependencies for the target vtkImagingCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonTransforms; //Dependencies for the target vtkImagingFourierPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingFourier; //Dependencies for the target vtkImagingFourierPython_LIB_DEPENDS:STATIC=general;vtkImagingFourierPythonD; //Dependencies for the target vtkImagingFourier_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkCommonDataModel;general;vtksys; //Dependencies for the target vtkImagingGeneralPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingSourcesPythonD;general;vtkImagingGeneral; //Dependencies for the target vtkImagingGeneralPython_LIB_DEPENDS:STATIC=general;vtkImagingGeneralPythonD; //Dependencies for the target vtkImagingGeneral_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingSources; //Dependencies for the target vtkImagingHybridPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonDataModelPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkImagingHybrid; //Dependencies for the target vtkImagingHybridPython_LIB_DEPENDS:STATIC=general;vtkImagingHybridPythonD; //Dependencies for the target vtkImagingHybrid_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkCommonDataModel;general;vtkIOImage;general;vtkImagingCore; //Dependencies for the target vtkImagingMathPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingMath; //Dependencies for the target vtkImagingMathPython_LIB_DEPENDS:STATIC=general;vtkImagingMathPythonD; //Dependencies for the target vtkImagingMath_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkImagingMorphologicalPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkImagingGeneralPythonD;general;vtkImagingSourcesPythonD;general;vtkImagingMorphological; //Dependencies for the target vtkImagingMorphologicalPython_LIB_DEPENDS:STATIC=general;vtkImagingMorphologicalPythonD; //Dependencies for the target vtkImagingMorphological_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkImagingGeneral;general;vtkImagingSources; //Dependencies for the target vtkImagingSourcesPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingCorePythonD;general;vtkImagingSources; //Dependencies for the target vtkImagingSourcesPython_LIB_DEPENDS:STATIC=general;vtkImagingSourcesPythonD; //Dependencies for the target vtkImagingSources_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingCore; //Dependencies for the target vtkImagingStatisticsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingCorePythonD;general;vtkImagingStatistics; //Dependencies for the target vtkImagingStatisticsPython_LIB_DEPENDS:STATIC=general;vtkImagingStatisticsPythonD; //Dependencies for the target vtkImagingStatistics_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingCore; //Dependencies for the target vtkImagingStencilPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkImagingCorePythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingStencil; //Dependencies for the target vtkImagingStencilPython_LIB_DEPENDS:STATIC=general;vtkImagingStencilPythonD; //Dependencies for the target vtkImagingStencil_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkImagingCore;general;vtkCommonComputationalGeometry;general;vtkCommonCore;general;vtkCommonDataModel; //Dependencies for the target vtkInfovisCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeneralPythonD;general;vtkInfovisCore; //Dependencies for the target vtkInfovisCorePython_LIB_DEPENDS:STATIC=general;vtkInfovisCorePythonD; //Dependencies for the target vtkInfovisCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkFiltersExtraction;general;vtkFiltersGeneral; //Dependencies for the target vtkInfovisLayoutPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersModelingPythonD;general;vtkFiltersSourcesPythonD;general;vtkImagingHybridPythonD;general;vtkInfovisCorePythonD;general;vtkInfovisLayout; //Dependencies for the target vtkInfovisLayoutPython_LIB_DEPENDS:STATIC=general;vtkInfovisLayoutPythonD; //Dependencies for the target vtkInfovisLayout_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonComputationalGeometry;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersModeling;general;vtkFiltersSources;general;vtkImagingHybrid;general;vtkInfovisCore; //Dependencies for the target vtkInteractionImagePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkImagingColorPythonD;general;vtkImagingCorePythonD;general;vtkInteractionStylePythonD;general;vtkInteractionWidgetsPythonD;general;vtkInteractionImage; //Dependencies for the target vtkInteractionImagePython_LIB_DEPENDS:STATIC=general;vtkInteractionImagePythonD; //Dependencies for the target vtkInteractionImage_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkImagingColor;general;vtkImagingCore;general;vtkInteractionStyle;general;vtkInteractionWidgets; //Dependencies for the target vtkInteractionStylePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonDataModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersSourcesPythonD;general;vtkInteractionStyle; //Dependencies for the target vtkInteractionStylePython_LIB_DEPENDS:STATIC=general;vtkInteractionStylePythonD; //Dependencies for the target vtkInteractionStyle_LIB_DEPENDS:STATIC=general;vtkCommonDataModel;general;vtkRenderingCore;general;vtkRenderingCore;general;vtkCommonCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersExtraction;general;vtkFiltersSources; //Dependencies for the target vtkInteractionWidgetsPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkRenderingCorePythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersHybridPythonD;general;vtkFiltersModelingPythonD;general;vtkImagingColorPythonD;general;vtkImagingCorePythonD;general;vtkImagingGeneralPythonD;general;vtkImagingHybridPythonD;general;vtkInteractionStylePythonD;general;vtkRenderingAnnotationPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingVolumePythonD;general;vtkInteractionWidgets; //Dependencies for the target vtkInteractionWidgetsPython_LIB_DEPENDS:STATIC=general;vtkInteractionWidgetsPythonD; //Dependencies for the target vtkInteractionWidgets_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtkRenderingCore;general;vtkCommonComputationalGeometry;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersHybrid;general;vtkFiltersModeling;general;vtkImagingColor;general;vtkImagingCore;general;vtkImagingGeneral;general;vtkImagingHybrid;general;vtkInteractionStyle;general;vtkRenderingAnnotation;general;vtkRenderingFreeType;general;vtkRenderingVolume; //Dependencies for the target vtkNetCDF_LIB_DEPENDS:STATIC=general;vtkhdf5_hl;general;vtkhdf5;general;m; //Dependencies for the target vtkNetCDF_cxx_LIB_DEPENDS:STATIC=general;vtkNetCDF; //Dependencies for the target vtkParallelCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonSystemPythonD;general;vtkIOLegacyPythonD;general;vtkParallelCore; //Dependencies for the target vtkParallelCorePython_LIB_DEPENDS:STATIC=general;vtkParallelCorePythonD; //Dependencies for the target vtkParallelCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonSystem;general;vtkIOLegacy;general;vtksys; //Dependencies for the target vtkRenderingAnnotationPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkImagingColorPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingAnnotation; //Dependencies for the target vtkRenderingAnnotationPython_LIB_DEPENDS:STATIC=general;vtkRenderingAnnotationPythonD; //Dependencies for the target vtkRenderingAnnotation_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtkImagingColor;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingContext2DPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingContext2D; //Dependencies for the target vtkRenderingContext2DPython_LIB_DEPENDS:STATIC=general;vtkRenderingContext2DPythonD; //Dependencies for the target vtkRenderingContext2D_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkFiltersGeneral;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingContextOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingContext2DPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingFreeTypePythonD;general;vtkRenderingOpenGL2PythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkImagingCorePythonD;general;vtkRenderingContextOpenGL2; //Dependencies for the target vtkRenderingContextOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingContextOpenGL2PythonD; //Dependencies for the target vtkRenderingContextOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkRenderingContext2D;general;vtkRenderingContext2D;general;vtkRenderingCore;general;vtkRenderingFreeType;general;vtkRenderingOpenGL2;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkImagingCore;general;vtkglew;general;/usr/lib64/libGLU.so;general;/usr/lib64/libGL.so; //Dependencies for the target vtkRenderingCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkFiltersCorePythonD;general;vtkCommonColorPythonD;general;vtkCommonComputationalGeometryPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersSourcesPythonD;general;vtkRenderingCore; //Dependencies for the target vtkRenderingCorePython_LIB_DEPENDS:STATIC=general;vtkRenderingCorePythonD; //Dependencies for the target vtkRenderingCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkFiltersCore;general;vtkCommonColor;general;vtkCommonComputationalGeometry;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersGeneral;general;vtkFiltersGeometry;general;vtkFiltersSources;general;vtksys; //Dependencies for the target vtkRenderingFreeTypePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingFreeType; //Dependencies for the target vtkRenderingFreeTypePython_LIB_DEPENDS:STATIC=general;vtkRenderingFreeTypePythonD; //Dependencies for the target vtkRenderingFreeType_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkRenderingCore;general;vtkfreetype;general;vtkCommonDataModel;general;vtkFiltersGeneral; //Dependencies for the target vtkRenderingGL2PSOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkRenderingOpenGL2PythonD;general;vtkRenderingOpenGL2PythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingOpenGL2PythonD;general;vtkRenderingGL2PSOpenGL2; //Dependencies for the target vtkRenderingGL2PSOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingGL2PSOpenGL2PythonD; //Dependencies for the target vtkRenderingGL2PSOpenGL2_LIB_DEPENDS:STATIC=general;vtkRenderingOpenGL2;general;vtkRenderingOpenGL2;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkRenderingCore;general;vtkRenderingOpenGL2;general;vtkgl2ps;general;/usr/lib64/libGLU.so;general;/usr/lib64/libGL.so; //Dependencies for the target vtkRenderingImagePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonTransformsPythonD;general;vtkImagingCorePythonD;general;vtkRenderingImage; //Dependencies for the target vtkRenderingImagePython_LIB_DEPENDS:STATIC=general;vtkRenderingImagePythonD; //Dependencies for the target vtkRenderingImage_LIB_DEPENDS:STATIC=general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonTransforms;general;vtkImagingCore; //Dependencies for the target vtkRenderingLODPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkRenderingCorePythonD;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersModelingPythonD;general;vtkRenderingLOD; //Dependencies for the target vtkRenderingLODPython_LIB_DEPENDS:STATIC=general;vtkRenderingLODPythonD; //Dependencies for the target vtkRenderingLOD_LIB_DEPENDS:STATIC=general;vtkRenderingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkFiltersCore;general;vtkFiltersModeling; //Dependencies for the target vtkRenderingLabelPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingFreeTypePythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingLabel; //Dependencies for the target vtkRenderingLabelPython_LIB_DEPENDS:STATIC=general;vtkRenderingLabelPythonD; //Dependencies for the target vtkRenderingLabel_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkRenderingFreeType;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersGeneral; //Dependencies for the target vtkRenderingOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkRenderingOpenGL2; //Dependencies for the target vtkRenderingOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingOpenGL2PythonD; //Dependencies for the target vtkRenderingOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkRenderingCore;general;vtkRenderingCore;general;vtkCommonExecutionModel;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkIOImage;general;vtkImagingCore;general;vtkglew;general;vtksys;general;/usr/lib64/libGLU.so;general;/usr/lib64/libGL.so;general;/usr/lib64/libSM.so;general;/usr/lib64/libICE.so;general;/usr/lib64/libX11.so;general;/usr/lib64/libXext.so;general;/usr/lib64/libXt.so; //Dependencies for the target vtkRenderingVolumeOpenGL2PythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkImagingCorePythonD;general;vtkImagingMathPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingOpenGL2PythonD;general;vtkRenderingVolumePythonD;general;vtkRenderingVolumePythonD;general;vtkCommonMathPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersSourcesPythonD;general;vtkRenderingVolumeOpenGL2; //Dependencies for the target vtkRenderingVolumeOpenGL2Python_LIB_DEPENDS:STATIC=general;vtkRenderingVolumeOpenGL2PythonD; //Dependencies for the target vtkRenderingVolumeOpenGL2_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkImagingCore;general;vtkImagingMath;general;vtkRenderingCore;general;vtkRenderingOpenGL2;general;vtkRenderingVolume;general;vtkRenderingVolume;general;vtkglew;general;vtkCommonMath;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersGeneral;general;vtkFiltersSources;general;vtksys;general;/usr/lib64/libGLU.so;general;/usr/lib64/libGL.so; //Dependencies for the target vtkRenderingVolumePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonMathPythonD;general;vtkCommonMiscPythonD;general;vtkCommonSystemPythonD;general;vtkCommonTransformsPythonD;general;vtkIOXMLPythonD;general;vtkImagingCorePythonD;general;vtkRenderingVolume; //Dependencies for the target vtkRenderingVolumePython_LIB_DEPENDS:STATIC=general;vtkRenderingVolumePythonD; //Dependencies for the target vtkRenderingVolume_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkRenderingCore;general;vtkCommonDataModel;general;vtkCommonMath;general;vtkCommonMisc;general;vtkCommonSystem;general;vtkCommonTransforms;general;vtkIOXML;general;vtkImagingCore; //Dependencies for the target vtkTestingGenericBridge_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonMisc; //Dependencies for the target vtkTestingIOSQL_LIB_DEPENDS:STATIC=general;vtkIOSQL; //Dependencies for the target vtkTestingRenderingPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkRenderingCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkCommonSystemPythonD;general;vtkIOImagePythonD;general;vtkImagingCorePythonD;general;vtkTestingRendering; //Dependencies for the target vtkTestingRenderingPython_LIB_DEPENDS:STATIC=general;vtkTestingRenderingPythonD; //Dependencies for the target vtkTestingRendering_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkCommonSystem;general;vtkIOImage;general;vtkImagingCore;general;vtksys; //Dependencies for the target vtkViewsContext2DPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkRenderingCorePythonD;general;vtkViewsCorePythonD;general;vtkRenderingContext2DPythonD;general;vtkViewsContext2D; //Dependencies for the target vtkViewsContext2DPython_LIB_DEPENDS:STATIC=general;vtkViewsContext2DPythonD; //Dependencies for the target vtkViewsContext2D_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkRenderingCore;general;vtkViewsCore;general;vtkRenderingContext2D; //Dependencies for the target vtkViewsCorePythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonExecutionModelPythonD;general;vtkInteractionWidgetsPythonD;general;vtkCommonDataModelPythonD;general;vtkFiltersGeneralPythonD;general;vtkRenderingCorePythonD;general;vtkViewsCore; //Dependencies for the target vtkViewsCorePython_LIB_DEPENDS:STATIC=general;vtkViewsCorePythonD; //Dependencies for the target vtkViewsCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonExecutionModel;general;vtkInteractionWidgets;general;vtkCommonDataModel;general;vtkFiltersGeneral;general;vtkRenderingCore; //Dependencies for the target vtkViewsInfovisPythonD_LIB_DEPENDS:STATIC=general;vtkWrappingPythonCore;general;vtkCommonCorePythonD;general;vtkCommonDataModelPythonD;general;vtkCommonExecutionModelPythonD;general;vtkInteractionStylePythonD;general;vtkRenderingContext2DPythonD;general;vtkViewsCorePythonD;general;vtkChartsCorePythonD;general;vtkCommonColorPythonD;general;vtkCommonTransformsPythonD;general;vtkFiltersCorePythonD;general;vtkFiltersExtractionPythonD;general;vtkFiltersGeneralPythonD;general;vtkFiltersGeometryPythonD;general;vtkFiltersImagingPythonD;general;vtkFiltersModelingPythonD;general;vtkFiltersSourcesPythonD;general;vtkFiltersStatisticsPythonD;general;vtkImagingGeneralPythonD;general;vtkInfovisCorePythonD;general;vtkInfovisLayoutPythonD;general;vtkInteractionWidgetsPythonD;general;vtkRenderingAnnotationPythonD;general;vtkRenderingCorePythonD;general;vtkRenderingLabelPythonD;general;vtkViewsInfovis; //Dependencies for the target vtkViewsInfovisPython_LIB_DEPENDS:STATIC=general;vtkViewsInfovisPythonD; //Dependencies for the target vtkViewsInfovis_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtkCommonDataModel;general;vtkCommonExecutionModel;general;vtkInteractionStyle;general;vtkRenderingContext2D;general;vtkViewsCore;general;vtkChartsCore;general;vtkCommonColor;general;vtkCommonTransforms;general;vtkFiltersCore;general;vtkFiltersExtraction;general;vtkFiltersGeneral;general;vtkFiltersGeometry;general;vtkFiltersImaging;general;vtkFiltersModeling;general;vtkFiltersSources;general;vtkFiltersStatistics;general;vtkImagingGeneral;general;vtkInfovisCore;general;vtkInfovisLayout;general;vtkInteractionWidgets;general;vtkRenderingAnnotation;general;vtkRenderingCore;general;vtkRenderingLabel; //Dependencies for the target vtkWrappingPythonCore_LIB_DEPENDS:STATIC=general;vtkCommonCore;general;vtksys;general;//lib64/libpython2.7.so; //Dependencies for target vtkWrappingTools_LIB_DEPENDS:STATIC= //Dependencies for target vtkalglib_LIB_DEPENDS:STATIC= //Dependencies for the target vtkexoIIc_LIB_DEPENDS:STATIC=general;vtkNetCDF;general;vtkNetCDF_cxx; //Dependencies for target vtkexpat_LIB_DEPENDS:STATIC= //Dependencies for the target vtkfreetype_LIB_DEPENDS:STATIC=general;vtkzlib; //Dependencies for the target vtkgl2ps_LIB_DEPENDS:STATIC=general;vtkzlib;general;vtkpng;general;/usr/lib64/libGLU.so;general;/usr/lib64/libGL.so;general;m; //Dependencies for the target vtkglew_LIB_DEPENDS:STATIC=general;/usr/lib64/libGLU.so;general;/usr/lib64/libGL.so; //Dependencies for the target vtkhdf5_LIB_DEPENDS:STATIC=general;m;general;dl;general;vtkzlib; //Dependencies for the target vtkhdf5_hl_LIB_DEPENDS:STATIC=general;vtkhdf5; //Dependencies for target vtkjpeg_LIB_DEPENDS:STATIC= //Dependencies for target vtkjsoncpp_LIB_DEPENDS:STATIC= //Value Computed by CMake vtklibxml2_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/libxml2/vtklibxml2 //Dependencies for the target vtklibxml2_LIB_DEPENDS:STATIC=general;vtkzlib;general;dl;general;-lpthread;general;dl;general;m; //Value Computed by CMake vtklibxml2_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/libxml2/vtklibxml2 //Dependencies for target vtklz4_LIB_DEPENDS:STATIC= //Value Computed by CMake vtkmetaio_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/Utilities/MetaIO/vtkmetaio //Dependencies for the target vtkmetaio_LIB_DEPENDS:STATIC=general;vtkzlib; //Value Computed by CMake vtkmetaio_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/Utilities/MetaIO/vtkmetaio //Dependencies for target vtkoggtheora_LIB_DEPENDS:STATIC= //Dependencies for the target vtkpng_LIB_DEPENDS:STATIC=general;vtkzlib;general;-lm; //Dependencies for the target vtkproj4_LIB_DEPENDS:STATIC=general;-lm;general;-lpthread; //Dependencies for the target vtksqlite_LIB_DEPENDS:STATIC=general;-lpthread; //Value Computed by CMake vtksys_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/Utilities/KWSys/vtksys //Dependencies for the target vtksys_LIB_DEPENDS:STATIC=general;dl;general;dl; //Value Computed by CMake vtksys_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/Utilities/KWSys/vtksys //Dependencies for the target vtktiff_LIB_DEPENDS:STATIC=general;/usr/lib64/libm.so;general;vtkzlib;general;vtkjpeg; //Dependencies for target vtkzlib_LIB_DEPENDS:STATIC= //Value Computed by CMake zlib_BINARY_DIR:STATIC=/home/alam38/projects/VTK-build/ThirdParty/zlib/vtkzlib //Value Computed by CMake zlib_SOURCE_DIR:STATIC=//home/alam38/projects/VTK/ThirdParty/zlib/vtkzlib ######################## # INTERNAL cache entries ######################## ALGLIB_SHARED_LIB:INTERNAL=ON //CXX test BOOL_NOTDEFINED:INTERNAL= //ADVANCED property for variable: BUILD_USER_DEFINED_LIBS BUILD_USER_DEFINED_LIBS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: BZRCOMMAND BZRCOMMAND-ADVANCED:INTERNAL=1 //Have function clock_gettime CLOCK_GETTIME_IN_LIBC:INTERNAL=1 //Have library posix4 CLOCK_GETTIME_IN_LIBPOSIX4:INTERNAL= //Have library rt CLOCK_GETTIME_IN_LIBRT:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //STRINGS property for variable: CMAKE_BUILD_TYPE CMAKE_BUILD_TYPE-STRINGS:INTERNAL=Debug;Release;MinSizeRel;RelWithDebInfo //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/home/alam38/projects/VTK-build //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=7 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/home/alam38/software/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/home/alam38/software/bin/cpack //ADVANCED property for variable: CMAKE_CTEST_COMMAND CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1 //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/home/alam38/software/bin/ctest //ADVANCED property for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=/home/alam38/software/bin/ccmake //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Have function connect CMAKE_HAVE_CONNECT:INTERNAL=1 //Have function gethostbyname CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1 //Have symbol pthread_create CMAKE_HAVE_LIBC_CREATE:INTERNAL= //Have library pthreads CMAKE_HAVE_PTHREADS_CREATE:INTERNAL= //Have library pthread CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1 //Have include pthread.h CMAKE_HAVE_PTHREAD_H:INTERNAL=1 //Have function remove CMAKE_HAVE_REMOVE:INTERNAL=1 //Have function shmat CMAKE_HAVE_SHMAT:INTERNAL=1 //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=//home/alam38/projects/VTK //ADVANCED property for variable: CMAKE_INSTALL_BINDIR CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATADIR CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_INFODIR CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_MANDIR CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 //Have library ICE CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //Does the compiler support std::. CMAKE_NO_STD_NAMESPACE:INTERNAL=0 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=271 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //Test Support for 64 bit file systems CMAKE_REQUIRE_LARGE_FILE_SUPPORT:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/home/alam38/software/share/cmake-3.7 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(unsigned short) CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE CMAKE_STD_NAMESPACE:INTERNAL=TRUE //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_THREAD_LIBS CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Result of TEST_BIG_ENDIAN CMAKE_WORDS_BIGENDIAN:INTERNAL=0 //Compiler support for a deprecated attribute COMPILER_HAS_DEPRECATED:INTERNAL=1 //Test COMPILER_HAS_DEPRECATED_ATTR COMPILER_HAS_DEPRECATED_ATTR:INTERNAL=1 //Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY COMPILER_HAS_HIDDEN_INLINE_VISIBILITY:INTERNAL=1 //Test COMPILER_HAS_HIDDEN_VISIBILITY COMPILER_HAS_HIDDEN_VISIBILITY:INTERNAL=1 //ADVANCED property for variable: COVERAGE_COMMAND COVERAGE_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: COVERAGE_EXTRA_FLAGS COVERAGE_EXTRA_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CTEST_SUBMIT_RETRY_COUNT CTEST_SUBMIT_RETRY_COUNT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CTEST_SUBMIT_RETRY_DELAY CTEST_SUBMIT_RETRY_DELAY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CVSCOMMAND CVSCOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CVS_UPDATE_OPTIONS CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE CXX_HAVE_OFFSETOF:INTERNAL=TRUE //Test C_FLAG_W C_FLAG_W:INTERNAL=1 //Test C_FLAG_Wall C_FLAG_Wall:INTERNAL=1 //Test C_FLAG_Wdeclaration_after_statement C_FLAG_Wdeclaration_after_statement:INTERNAL=1 //Test C_FLAG_Wdisabled_optimization C_FLAG_Wdisabled_optimization:INTERNAL=1 //Test C_FLAG_Wformat_security C_FLAG_Wformat_security:INTERNAL=1 //Test C_FLAG_Winline C_FLAG_Winline:INTERNAL=1 //Test C_FLAG_Wno_unknown_pragmas C_FLAG_Wno_unknown_pragmas:INTERNAL=1 //Test C_FLAG_Wpointer_arith C_FLAG_Wpointer_arith:INTERNAL=1 //Test C_FLAG_fstrict_aliasing C_FLAG_fstrict_aliasing:INTERNAL=1 //Test C_HAS_inline C_HAS_inline:INTERNAL=1 //ADVANCED property for variable: DART_TESTING_TIMEOUT DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE DEV_T_IS_SCALAR:INTERNAL=TRUE //ADVANCED property for variable: EXECINFO_LIB EXECINFO_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: EXODUSII_DISABLE_COMPILER_WARNINGS EXODUSII_DISABLE_COMPILER_WARNINGS-ADVANCED:INTERNAL=1 //Have include malloc.h EX_HAVE_MALLOC_H:INTERNAL=1 //ADVANCED property for variable: ExternalData_URL_TEMPLATES ExternalData_URL_TEMPLATES-ADVANCED:INTERNAL=1 //Details about finding OpenGL FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/usr/lib64/libGL.so][/usr/include][v()] //Details about finding PythonLibs FIND_PACKAGE_MESSAGE_DETAILS_PythonLibs:INTERNAL=[//lib64/libpython2.7.so][/usr/include/python2.7][v()] //Details about finding Threads FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //Details about finding X11 FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/lib64/libX11.so][/usr/include] //Result of TRY_COMPILE GETTIMEOFDAY_GIVES_TZ:INTERNAL=TRUE //ADVANCED property for variable: GITCOMMAND GITCOMMAND-ADVANCED:INTERNAL=1 //Define if your system generates wrong code for log2 routine H5_BAD_LOG2_CODE_GENERATED:INTERNAL=0 //Other test H5_CXX_HAVE_OFFSETOF:INTERNAL=1 //Other test H5_DEV_T_IS_SCALAR:INTERNAL=1 //Checking IF overflows normally converting floating-point to integer // values H5_FP_TO_INTEGER_OVERFLOW_WORKS:INTERNAL=1 //Result of TRY_COMPILE H5_FP_TO_INTEGER_OVERFLOW_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_FP_TO_INTEGER_OVERFLOW_WORKS_RUN:INTERNAL=0 //Checking IF accurately roundup converting floating-point to unsigned // long long values H5_FP_TO_ULLONG_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_FP_TO_ULLONG_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_FP_TO_ULLONG_ACCURATE_RUN:INTERNAL=0 //Checking IF right maximum converting floating-point to unsigned // long long values H5_FP_TO_ULLONG_RIGHT_MAXIMUM:INTERNAL= //Result of TRY_COMPILE H5_FP_TO_ULLONG_RIGHT_MAXIMUM_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_FP_TO_ULLONG_RIGHT_MAXIMUM_RUN:INTERNAL=1 //Other test H5_GETTIMEOFDAY_GIVES_TZ:INTERNAL=1 //Have function alarm H5_HAVE_ALARM:INTERNAL=1 //Other test H5_HAVE_ATTRIBUTE:INTERNAL=1 //Other test H5_HAVE_C99_DESIGNATED_INITIALIZER:INTERNAL=1 //Other test H5_HAVE_C99_FUNC:INTERNAL=1 //Have symbol tzname H5_HAVE_DECL_TZNAME:INTERNAL=1 //Have function difftime H5_HAVE_DIFFTIME:INTERNAL=1 //Other test H5_HAVE_DIRECT:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h H5_HAVE_DIRENT_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h;dlfcn.h H5_HAVE_DLFCN_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h H5_HAVE_FEATURES_H:INTERNAL=1 //Have function fork H5_HAVE_FORK:INTERNAL=1 //Have function frexpf H5_HAVE_FREXPF:INTERNAL=1 //Have function frexpl H5_HAVE_FREXPL:INTERNAL=1 //Have function fseeko H5_HAVE_FSEEKO:INTERNAL=1 //Have function fseeko64 H5_HAVE_FSEEKO64:INTERNAL=1 //Have function fstat64 H5_HAVE_FSTAT64:INTERNAL=1 //Have function ftello H5_HAVE_FTELLO:INTERNAL=1 //Have function ftello64 H5_HAVE_FTELLO64:INTERNAL=1 //Have function ftruncate64 H5_HAVE_FTRUNCATE64:INTERNAL=1 //Other test H5_HAVE_FUNCTION:INTERNAL=1 //Have function GetConsoleScreenBufferInfo H5_HAVE_GETCONSOLESCREENBUFFERINFO:INTERNAL= //Have function gethostname H5_HAVE_GETHOSTNAME:INTERNAL=1 //Have function getpwuid H5_HAVE_GETPWUID:INTERNAL=1 //Have function getrusage H5_HAVE_GETRUSAGE:INTERNAL=1 //Have function gettextinfo H5_HAVE_GETTEXTINFO:INTERNAL= //H5_HAVE_GETTIMEOFDAY H5_HAVE_GETTIMEOFDAY:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;globus/common.h H5_HAVE_GLOBUS_COMMON_H:INTERNAL= //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h;dlfcn.h;inttypes.h H5_HAVE_INTTYPES_H:INTERNAL=1 //Have function ioctl H5_HAVE_IOCTL:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;io.h H5_HAVE_IO_H:INTERNAL= //Have library dl;m H5_HAVE_LIBDL:INTERNAL=1 //Have library m; H5_HAVE_LIBM:INTERNAL=1 //Have library socket;m;dl H5_HAVE_LIBSOCKET:INTERNAL= //Have library ucb;m;dl H5_HAVE_LIBUCB:INTERNAL= //Have library ws2_32;m;dl H5_HAVE_LIBWS2_32:INTERNAL= //Have library wsock32;m;dl H5_HAVE_LIBWSOCK32:INTERNAL= //Have function longjmp H5_HAVE_LONGJMP:INTERNAL=1 //Have function lseek64 H5_HAVE_LSEEK64:INTERNAL=1 //Have function lstat H5_HAVE_LSTAT:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;mach/mach_time.h H5_HAVE_MACH_MACH_TIME_H:INTERNAL= //Have symbol sigsetjmp H5_HAVE_MACRO_SIGSETJMP:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h H5_HAVE_MEMORY_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h;memory.h;dlfcn.h;inttypes.h;netinet/in.h H5_HAVE_NETINET_IN_H:INTERNAL=1 //Other test H5_HAVE_OFF64_T:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pdb.h H5_HAVE_PDB_H:INTERNAL= //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h H5_HAVE_PTHREAD_H:INTERNAL=1 //Have function random H5_HAVE_RANDOM:INTERNAL=1 //Have function rand_r H5_HAVE_RAND_R:INTERNAL=1 //Have function setjmp H5_HAVE_SETJMP:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h H5_HAVE_SETJMP_H:INTERNAL=1 //Have function setsysinfo H5_HAVE_SETSYSINFO:INTERNAL= //Have function sigaction H5_HAVE_SIGACTION:INTERNAL=1 //Have function siglongjmp H5_HAVE_SIGLONGJMP:INTERNAL=1 //Have function signal H5_HAVE_SIGNAL:INTERNAL=1 //Have function sigprocmask H5_HAVE_SIGPROCMASK:INTERNAL=1 //Have function sigsetjmp H5_HAVE_SIGSETJMP:INTERNAL= //Have function snprintf H5_HAVE_SNPRINTF:INTERNAL=1 //Other test H5_HAVE_SOCKLEN_T:INTERNAL=1 //Have function srandom H5_HAVE_SRANDOM:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;srbclient.h H5_HAVE_SRBCLIENT_H:INTERNAL= //Have function stat64 H5_HAVE_STAT64:INTERNAL=1 //Other test H5_HAVE_STAT64_STRUCT:INTERNAL=1 //Other test H5_HAVE_STAT_ST_BLOCKS:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h H5_HAVE_STDDEF_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h H5_HAVE_STDINT_H:INTERNAL=1 //Have include stdint.h H5_HAVE_STDINT_H_CXX:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h;stdlib.h H5_HAVE_STDLIB_H:INTERNAL=1 //Have function strdup H5_HAVE_STRDUP:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h H5_HAVE_STRINGS_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h H5_HAVE_STRING_H:INTERNAL=1 //Other test H5_HAVE_STRUCT_TEXT_INFO:INTERNAL= //Other test H5_HAVE_STRUCT_TIMEZONE:INTERNAL=1 //Other test H5_HAVE_STRUCT_TM_TM_ZONE:INTERNAL=1 //Other test H5_HAVE_STRUCT_VIDEOCONFIG:INTERNAL= //Have function symlink H5_HAVE_SYMLINK:INTERNAL=1 //Have function system H5_HAVE_SYSTEM:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h H5_HAVE_SYS_IOCTL_H:INTERNAL=1 H5_HAVE_SYS_PROC_H:INTERNAL= //Have include ;sys/resource.h H5_HAVE_SYS_RESOURCE_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h H5_HAVE_SYS_SOCKET_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h H5_HAVE_SYS_STAT_H:INTERNAL=1 H5_HAVE_SYS_SYSINFO_H:INTERNAL= //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h H5_HAVE_SYS_TIMEB_H:INTERNAL=1 //H5_HAVE_SYS_TIME_GETTIMEOFDAY H5_HAVE_SYS_TIME_GETTIMEOFDAY:INTERNAL=1 //Have include sys/resource.h;sys/time.h H5_HAVE_SYS_TIME_H:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h H5_HAVE_SYS_TYPES_H:INTERNAL=1 //Other test H5_HAVE_TIMEZONE:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;sys/timeb.h;pthread.h;string.h;strings.h;time.h H5_HAVE_TIME_H:INTERNAL=1 //Have symbol TIOCGETD H5_HAVE_TIOCGETD:INTERNAL=1 //Have symbol TIOCGWINSZ H5_HAVE_TIOCGWINSZ:INTERNAL=1 //Other test H5_HAVE_TM_GMTOFF:INTERNAL=1 //Other test H5_HAVE_TM_ZONE:INTERNAL=1 //Have include sys/resource.h;sys/time.h;unistd.h H5_HAVE_UNISTD_H:INTERNAL=1 //Have function vasprintf H5_HAVE_VASPRINTF:INTERNAL=1 //Have function vsnprintf H5_HAVE_VSNPRINTF:INTERNAL=1 //Have function waitpid H5_HAVE_WAITPID:INTERNAL=1 //Have includes sys/resource.h;sys/time.h;unistd.h;sys/ioctl.h;sys/stat.h;sys/socket.h;sys/types.h;stddef.h;setjmp.h;features.h;dirent.h;stdint.h;winsock2.h H5_HAVE_WINSOCK2_H:INTERNAL= //Have function _getvideoconfig H5_HAVE__GETVIDEOCONFIG:INTERNAL= //Have function _scrsize H5_HAVE__SCRSIZE:INTERNAL= //Other test H5_HAVE___TM_GMTOFF:INTERNAL= //Other test H5_INLINE_TEST___inline:INTERNAL=1 //Other test H5_INLINE_TEST___inline__:INTERNAL=1 //Other test H5_INLINE_TEST_inline:INTERNAL=1 //checking IF accurately converting from integers to long double H5_INTEGER_TO_LDOUBLE_ACCURATE:INTERNAL=1 //checking IF converting from long double to integers is accurate H5_LDOUBLE_TO_INTEGER_ACCURATE:INTERNAL=1 //Checking IF converting from long double to integers works H5_LDOUBLE_TO_INTEGER_WORKS:INTERNAL=1 //Result of TRY_COMPILE H5_LDOUBLE_TO_INTEGER_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LDOUBLE_TO_INTEGER_WORKS_RUN:INTERNAL=0 //Checking IF correctly converting long double to (unsigned) long // long values H5_LDOUBLE_TO_LLONG_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_LDOUBLE_TO_LLONG_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LDOUBLE_TO_LLONG_ACCURATE_RUN:INTERNAL=0 //Define if your system converts long double to (unsigned) long // values with special algorithm H5_LDOUBLE_TO_LONG_SPECIAL:INTERNAL=0 //Checking IF correctly converting long double to unsigned int // values H5_LDOUBLE_TO_UINT_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_LDOUBLE_TO_UINT_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LDOUBLE_TO_UINT_ACCURATE_RUN:INTERNAL=0 //Use Legacy Names for Libraries and Programs H5_LEGACY_NAMING:INTERNAL=ON //Checking IF compiling long long to floating-point typecasts work H5_LLONG_TO_FP_CAST_WORKS:INTERNAL=1 //Checking IF correctly converting (unsigned) long long to long // double values H5_LLONG_TO_LDOUBLE_CORRECT:INTERNAL=1 //Result of TRY_COMPILE H5_LLONG_TO_LDOUBLE_CORRECT_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_LLONG_TO_LDOUBLE_CORRECT_RUN:INTERNAL=0 //Other test H5_LONE_COLON:INTERNAL=1 //Define if your system can convert (unsigned) long to long double // values with special algorithm H5_LONG_TO_LDOUBLE_SPECIAL:INTERNAL=0 //Checking IF alignment restrictions are strictly enforced H5_NO_ALIGNMENT_RESTRICTIONS:INTERNAL=1 //Result of TRY_COMPILE H5_NO_ALIGNMENT_RESTRICTIONS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_NO_ALIGNMENT_RESTRICTIONS_RUN:INTERNAL=0 //CXX test H5_NO_NAMESPACE:INTERNAL= //CXX test H5_NO_STD:INTERNAL= //Width for printf for type `long long' or `__int64', us. `ll H5_PRINTF_LL_WIDTH:INTERNAL="l" //CHECK_TYPE_SIZE: sizeof(char) H5_SIZEOF_CHAR:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) H5_SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) H5_SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) H5_SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int16_t) H5_SIZEOF_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int32_t) H5_SIZEOF_INT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int64_t) H5_SIZEOF_INT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int8_t) H5_SIZEOF_INT8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int_fast16_t) H5_SIZEOF_INT_FAST16_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_fast32_t) H5_SIZEOF_INT_FAST32_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_fast64_t) H5_SIZEOF_INT_FAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_fast8_t) H5_SIZEOF_INT_FAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int_least16_t) H5_SIZEOF_INT_LEAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int_least32_t) H5_SIZEOF_INT_LEAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int_least64_t) H5_SIZEOF_INT_LEAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(int_least8_t) H5_SIZEOF_INT_LEAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(long) H5_SIZEOF_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long double) H5_SIZEOF_LONG_DOUBLE:INTERNAL=16 //CHECK_TYPE_SIZE: sizeof(long long) H5_SIZEOF_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(off64_t) H5_SIZEOF_OFF64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(off_t) H5_SIZEOF_OFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ptrdiff_t) H5_SIZEOF_PTRDIFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) H5_SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(size_t) H5_SIZEOF_SIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ssize_t) H5_SIZEOF_SSIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint16_t) H5_SIZEOF_UINT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint32_t) H5_SIZEOF_UINT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(uint64_t) H5_SIZEOF_UINT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint8_t) H5_SIZEOF_UINT8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(uint_fast16_t) H5_SIZEOF_UINT_FAST16_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_fast32_t) H5_SIZEOF_UINT_FAST32_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_fast64_t) H5_SIZEOF_UINT_FAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_fast8_t) H5_SIZEOF_UINT_FAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(uint_least16_t) H5_SIZEOF_UINT_LEAST16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint_least32_t) H5_SIZEOF_UINT_LEAST32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(uint_least64_t) H5_SIZEOF_UINT_LEAST64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(uint_least8_t) H5_SIZEOF_UINT_LEAST8_T:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(unsigned) H5_SIZEOF_UNSIGNED:INTERNAL=4 //SizeOf for __int64 H5_SIZEOF___INT64:INTERNAL=0 //Other test H5_STDC_HEADERS:INTERNAL=1 //Other test H5_SYSTEM_SCOPE_THREADS:INTERNAL=1 //Other test H5_TIME_WITH_SYS_TIME:INTERNAL=1 //Checking IF compiling unsigned long long to floating-point typecasts // work H5_ULLONG_TO_FP_CAST_WORKS:INTERNAL=1 //Checking IF converting unsigned long long to long double with // precision H5_ULLONG_TO_LDOUBLE_PRECISION:INTERNAL=1 //Result of TRY_COMPILE H5_ULLONG_TO_LDOUBLE_PRECISION_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_ULLONG_TO_LDOUBLE_PRECISION_RUN:INTERNAL=0 //Checking IF accurately converting unsigned long to float values H5_ULONG_TO_FLOAT_ACCURATE:INTERNAL=1 //Result of TRY_COMPILE H5_ULONG_TO_FLOAT_ACCURATE_COMPILE:INTERNAL=TRUE //Result of TRY_RUN H5_ULONG_TO_FLOAT_ACCURATE_RUN:INTERNAL=0 //Other test H5_VSNPRINTF_WORKS:INTERNAL=1 //Result of TEST_BIG_ENDIAN H5_WORDS_BIGENDIAN:INTERNAL=0 //Have symbol alloca HAVE_ALLOCA:INTERNAL=1 //Have include ;alloca.h HAVE_ALLOCA_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h HAVE_ANSIDECL_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h HAVE_ARPA_INET_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h;arpa/nameser.h HAVE_ARPA_NAMESER_H:INTERNAL=1 //Have include assert.h HAVE_ASSERT_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_ATTRIBUTE:INTERNAL=TRUE //Have function bcopy HAVE_BCOPY:INTERNAL=1 //Result of TRY_COMPILE HAVE_C99_DESIGNATED_INITIALIZER:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_C99_FUNC:INTERNAL=TRUE //Have variable CLOCK_MONOTONIC HAVE_CLOCK_MONOTONIC:INTERNAL= //Result of TRY_COMPILE HAVE_CMAKE_REQUIRE_LARGE_FILE_SUPPORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_WORDS_BIGENDIAN:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h;arpa/nameser.h;ctype.h HAVE_CTYPE_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_DIRECT:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h HAVE_DIRENT_H:INTERNAL=1 //Have include dlfcn.h HAVE_DLFCN_H:INTERNAL=1 //Have library dl;-lpthread;dl;m HAVE_DLOPEN:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;dl.h HAVE_DL_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h HAVE_ERRNO_H:INTERNAL=1 //Have include fcntl.h HAVE_FCNTL_H:INTERNAL=1 //Have include fenv.h HAVE_FENV_H:INTERNAL=1 //Have symbol finite HAVE_FINITE:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h HAVE_FLOAT_H:INTERNAL=1 //Have function floor HAVE_FLOOR:INTERNAL=1 //Have symbol fpclass HAVE_FPCLASS:INTERNAL= //Have symbol fprintf HAVE_FPRINTF:INTERNAL=1 //Have symbol fp_class HAVE_FP_CLASS:INTERNAL= //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;fp_class.h HAVE_FP_CLASS_H:INTERNAL= //Have function fseeko HAVE_FSEEKO:INTERNAL=1 //Have symbol ftime HAVE_FTIME:INTERNAL=1 //NetCDF test HAVE_FTRUNCATE:INTERNAL=1 //Result of TRY_COMPILE HAVE_FUNCTION:INTERNAL=TRUE //Test HAVE_GCC_ERROR_RETURN_TYPE HAVE_GCC_ERROR_RETURN_TYPE:INTERNAL=1 //Result of TRY_COMPILE HAVE_GETADDRINFO_COMPILED:INTERNAL=TRUE //Have function getopt HAVE_GETOPT:INTERNAL=1 //Have function getpagesize HAVE_GETPAGESIZE:INTERNAL=1 //Have symbol gettimeofday HAVE_GETTIMEOFDAY:INTERNAL=1 //Result of TRY_COMPILE HAVE_H5_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_FAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_INT_LEAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_OFF64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_OFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_PTRDIFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_SIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_SSIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_FAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UINT_LEAST8_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF_UNSIGNED:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_H5_SIZEOF___INT64:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_H5_WORDS_BIGENDIAN:INTERNAL=TRUE //ADVANCED property for variable: HAVE_IEEEFP HAVE_IEEEFP-ADVANCED:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;ieeefp.h HAVE_IEEEFP_H:INTERNAL= //Have include inttypes.h HAVE_INTTYPES_H:INTERNAL=1 //Have include io.h HAVE_IO_H:INTERNAL= //Have function isascii HAVE_ISASCII:INTERNAL=1 //Have function jbg_newlen HAVE_JBG_NEWLEN:INTERNAL= //Have includes jni.h HAVE_JNI_H:INTERNAL= //Test HAVE_LD_VERSION_SCRIPT HAVE_LD_VERSION_SCRIPT:INTERNAL=1 //Have function lfind HAVE_LFIND:INTERNAL=1 //Have library dl; HAVE_LIBDL:INTERNAL=1 //Have library m HAVE_LIBM:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h HAVE_LIMITS_H:INTERNAL=1 //Have function localeconv HAVE_LOCALECONV:INTERNAL=1 //Have symbol localtime HAVE_LOCALTIME:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h HAVE_MALLOC_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h HAVE_MATH_H:INTERNAL=1 //Have symbol memmove HAVE_MEMMOVE:INTERNAL=1 //Have include memory.h HAVE_MEMORY_H:INTERNAL=1 //Have function memset HAVE_MEMSET:INTERNAL=1 //Have function mmap HAVE_MMAP:INTERNAL=1 //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;nan.h HAVE_NAN_H:INTERNAL= //Have includes stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;ndir.h HAVE_NDIR_H:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h HAVE_NETDB_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h HAVE_NETINET_IN_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_OFF64_T:INTERNAL=TRUE //Have function pow HAVE_POW:INTERNAL=1 //Have symbol printf HAVE_PRINTF:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h HAVE_PTHREAD_H:INTERNAL=1 //Have symbol PTHREAD_MUTEX_RECURSIVE HAVE_PTHREAD_MUTEX_RECURSIVE_DEFN:INTERNAL= //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h HAVE_RESOLV_H:INTERNAL=1 //Have include search.h HAVE_SEARCH_H:INTERNAL=1 //Have function setmode HAVE_SETMODE:INTERNAL= //Have library dld;dl HAVE_SHLLOAD:INTERNAL= //Have symbol signal HAVE_SIGNAL:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h HAVE_SIGNAL_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_OFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_PTRDIFF_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIGNED_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_SSIZE_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UCHAR:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_CHAR_P:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF_VOID_P:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SIZEOF__BOOL:INTERNAL=TRUE //Have symbol snprintf HAVE_SNPRINTF:INTERNAL=1 //Result of TRY_COMPILE HAVE_SOCKLEN_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_SOCKLEN_T_COMPILED:INTERNAL=TRUE //Have symbol sprintf HAVE_SPRINTF:INTERNAL=1 //Have function sqrt HAVE_SQRT:INTERNAL=1 //Have symbol sscanf HAVE_SSCANF:INTERNAL=1 //Have symbol stat HAVE_STAT:INTERNAL=1 //Result of TRY_COMPILE HAVE_STAT64_STRUCT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_STAT_ST_BLOCKS:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h HAVE_STDARG_H:INTERNAL=1 //Have include alloca.h;stdlib.h;sys/types.h;sys/stat.h;unistd.h;fcntl.h;stdio.h;string.h;stddef.h;stdint.h;inttypes.h;stdbool.h HAVE_STDBOOL_H:INTERNAL=1 //Have include stddef.h HAVE_STDDEF_H:INTERNAL=1 //Have include stdint.h HAVE_STDINT_H:INTERNAL=1 //Have include ;stdio.h HAVE_STDIO_H:INTERNAL=1 //Have include stdlib.h HAVE_STDLIB_H:INTERNAL=1 //Have function strcasecmp HAVE_STRCASECMP:INTERNAL=1 //Have function strchr HAVE_STRCHR:INTERNAL=1 //Have symbol strdup HAVE_STRDUP:INTERNAL=1 //Have symbol strerror HAVE_STRERROR:INTERNAL=1 //Have symbol strftime HAVE_STRFTIME:INTERNAL=1 //Have include strings.h HAVE_STRINGS_H:INTERNAL=1 //Have include string.h HAVE_STRING_H:INTERNAL=1 //Have symbol strndup HAVE_STRNDUP:INTERNAL=1 //Have function strrchr HAVE_STRRCHR:INTERNAL=1 //Have function strstr HAVE_STRSTR:INTERNAL=1 //Have function strtol HAVE_STRTOL:INTERNAL=1 //Have function strtol HAVE_STRTOUL:INTERNAL=1 //Have function strtoull HAVE_STRTOULL:INTERNAL=1 //Result of TRY_COMPILE HAVE_STRUCT_TEXT_INFO:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_STRUCT_TIMEZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_STRUCT_TM_TM_ZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_STRUCT_VIDEOCONFIG:INTERNAL=FALSE //NetCDF test HAVE_ST_BLKSIZE:INTERNAL=1 //Result of TRY_COMPILE HAVE_SYS_DIR_H_COMPILED:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h;sys/mman.h HAVE_SYS_MMAN_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_SYS_NDIR_H_COMPILED:INTERNAL=FALSE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h HAVE_SYS_SELECT_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h HAVE_SYS_SOCKET_H:INTERNAL=1 //Have include sys/stat.h HAVE_SYS_STAT_H:INTERNAL=1 //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h;unistd.h;signal.h;errno.h;ansidecl.h;arpa/inet.h;arpa/nameser.h;ctype.h;dirent.h;float.h;math.h;pthread.h;resolv.h;stdarg.h;sys/mman.h;sys/timeb.h HAVE_SYS_TIMEB_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_SYS_TIME_GETTIMEOFDAY:INTERNAL=TRUE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h HAVE_SYS_TIME_H:INTERNAL=1 //Have include sys/types.h HAVE_SYS_TYPES_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_TIMEZONE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_TIME_GETTIMEOFDAY:INTERNAL=FALSE //Have include stdio.h;stddef.h;sys/types.h;inttypes.h;dlfcn.h;fcntl.h;malloc.h;memory.h;netdb.h;limits.h;sys/socket.h;netinet/in.h;sys/select.h;stdint.h;stdlib.h;string.h;strings.h;sys/stat.h;sys/time.h;time.h HAVE_TIME_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_TM_GMTOFF:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_TM_ZONE:INTERNAL=TRUE //Have include unistd.h HAVE_UNISTD_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_VA_COPY_COMPILED:INTERNAL=TRUE //Have symbol vfprintf HAVE_VFPRINTF:INTERNAL=1 //Have symbol vsnprintf HAVE_VSNPRINTF:INTERNAL=1 //Have symbol vsprintf HAVE_VSPRINTF:INTERNAL=1 //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_INT64_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_LONG_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_UINT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_UINT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_U_INT16_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_VTKOGGTHEORA_U_INT32_T:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_WORDS_BIGENDIAN:INTERNAL=TRUE //Have symbol _stat HAVE__STAT:INTERNAL= //Result of TRY_COMPILE HAVE___TM_GMTOFF:INTERNAL=FALSE //Result of TRY_COMPILE HAVE___VA_COPY_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_bigendian:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_int16:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_int32:INTERNAL=FALSE //Result of TRY_COMPILE HAVE_int8:INTERNAL=FALSE //Allow External Library Building (NO SVN TGZ) HDF5_ALLOW_EXTERNAL_SUPPORT:INTERNAL=OFF //Build HDF5 C++ Library HDF5_BUILD_CPP_LIB:INTERNAL=OFF //Build HIGH Level HDF5 Library HDF5_BUILD_HL_LIB:INTERNAL=ON //ADVANCED property for variable: HDF5_BUILD_STATIC_EXECS HDF5_BUILD_STATIC_EXECS-ADVANCED:INTERNAL=1 //Disable compiler warnings HDF5_DISABLE_COMPILER_WARNINGS:INTERNAL=ON //ADVANCED property for variable: HDF5_ENABLE_ALL_WARNINGS HDF5_ENABLE_ALL_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_CODESTACK HDF5_ENABLE_CODESTACK-ADVANCED:INTERNAL=1 //Enable the function stack tracing (for developer debugging). HDF5_ENABLE_CODESTACK:INTERNAL=OFF //Enable code coverage for Libraries and Programs HDF5_ENABLE_COVERAGE:INTERNAL=OFF //ADVANCED property for variable: HDF5_ENABLE_DEBUG_APIS HDF5_ENABLE_DEBUG_APIS-ADVANCED:INTERNAL=1 //Enable deprecated public API symbols HDF5_ENABLE_DEPRECATED_SYMBOLS:INTERNAL=ON //ADVANCED property for variable: HDF5_ENABLE_DIRECT_VFD HDF5_ENABLE_DIRECT_VFD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_EMBEDDED_LIBINFO HDF5_ENABLE_EMBEDDED_LIBINFO-ADVANCED:INTERNAL=1 //Enable GPFS hints for the MPI/POSIX file driver HDF5_ENABLE_GPFS:INTERNAL=OFF //ADVANCED property for variable: HDF5_ENABLE_GROUPFIVE_WARNINGS HDF5_ENABLE_GROUPFIVE_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPFOUR_WARNINGS HDF5_ENABLE_GROUPFOUR_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPONE_WARNINGS HDF5_ENABLE_GROUPONE_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPTHREE_WARNINGS HDF5_ENABLE_GROUPTHREE_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPTWO_WARNINGS HDF5_ENABLE_GROUPTWO_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_ENABLE_GROUPZERO_WARNINGS HDF5_ENABLE_GROUPZERO_WARNINGS-ADVANCED:INTERNAL=1 //Enable datasets larger than memory HDF5_ENABLE_HSIZET:INTERNAL=ON //ADVANCED property for variable: HDF5_ENABLE_INSTRUMENT HDF5_ENABLE_INSTRUMENT-ADVANCED:INTERNAL=1 //Enable support for large (64-bit) files on Linux. HDF5_ENABLE_LARGE_FILE:INTERNAL=ON //Enable parallel build (requires MPI) HDF5_ENABLE_PARALLEL:INTERNAL=OFF //Use SZip Filter HDF5_ENABLE_SZIP_SUPPORT:INTERNAL=OFF //Enable Threadsafety HDF5_ENABLE_THREADSAFE:INTERNAL=OFF //Enable API tracing capability HDF5_ENABLE_TRACE:INTERNAL=OFF //Indicate that a memory checker is used HDF5_ENABLE_USING_MEMCHECKER:INTERNAL=OFF //Enable Zlib Filters HDF5_ENABLE_Z_LIB_SUPPORT:INTERNAL=ON //ADVANCED property for variable: HDF5_Enable_Clear_File_Buffers HDF5_Enable_Clear_File_Buffers-ADVANCED:INTERNAL=1 //Securely clear file buffers before writing to file HDF5_Enable_Clear_File_Buffers:INTERNAL=ON //ADVANCED property for variable: HDF5_Enable_Instrument HDF5_Enable_Instrument-ADVANCED:INTERNAL=1 //Instrument The library HDF5_Enable_Instrument:INTERNAL=OFF //Used to pass variables between directories HDF5_LIBRARIES_TO_EXPORT:INTERNAL=vtkhdf5;vtkhdf5_hl //ADVANCED property for variable: HDF5_METADATA_TRACE_FILE HDF5_METADATA_TRACE_FILE-ADVANCED:INTERNAL=1 //Enable metadata trace file collection HDF5_METADATA_TRACE_FILE:INTERNAL=OFF //ADVANCED property for variable: HDF5_NO_PACKAGES HDF5_NO_PACKAGES-ADVANCED:INTERNAL=1 //CPACK - include external libraries HDF5_PACKAGE_EXTLIBS:INTERNAL=OFF //ADVANCED property for variable: HDF5_PACK_EXAMPLES HDF5_PACK_EXAMPLES-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE HDF5_PRINTF_LL_TEST_COMPILE:INTERNAL=TRUE //Result of TRY_RUN HDF5_PRINTF_LL_TEST_RUN:INTERNAL=0 //ADVANCED property for variable: HDF5_STRICT_FORMAT_CHECKS HDF5_STRICT_FORMAT_CHECKS-ADVANCED:INTERNAL=1 //Whether to perform strict file format checks HDF5_STRICT_FORMAT_CHECKS:INTERNAL=OFF //ADVANCED property for variable: HDF5_TEST_VFD HDF5_TEST_VFD-ADVANCED:INTERNAL=1 //Use the HDF5 1.6.x API by default HDF5_USE_16_API_DEFAULT:INTERNAL=OFF //Use the FLETCHER32 Filter HDF5_USE_FILTER_FLETCHER32:INTERNAL=ON //Use the NBIT Filter HDF5_USE_FILTER_NBIT:INTERNAL=ON //Use the SCALEOFFSET Filter HDF5_USE_FILTER_SCALEOFFSET:INTERNAL=ON //Use the SHUFFLE Filter HDF5_USE_FILTER_SHUFFLE:INTERNAL=ON //ADVANCED property for variable: HDF5_USE_FOLDERS HDF5_USE_FOLDERS-ADVANCED:INTERNAL=1 //Use the PACKED BITS feature in h5dump HDF5_USE_H5DUMP_PACKED_BITS:INTERNAL=ON //ADVANCED property for variable: HDF5_WANT_DATA_ACCURACY HDF5_WANT_DATA_ACCURACY-ADVANCED:INTERNAL=1 //IF data accuracy is guaranteed during data conversions HDF5_WANT_DATA_ACCURACY:INTERNAL=ON //ADVANCED property for variable: HDF5_WANT_DCONV_EXCEPTION HDF5_WANT_DCONV_EXCEPTION-ADVANCED:INTERNAL=1 //exception handling functions is checked during data conversions HDF5_WANT_DCONV_EXCEPTION:INTERNAL=ON //ADVANCED property for variable: HGCOMMAND HGCOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HOST_BIG_ENDIAN HOST_BIG_ENDIAN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HOST_FILLORDER HOST_FILLORDER-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE INLINE_TEST___inline:INTERNAL=TRUE //Result of TRY_COMPILE INLINE_TEST___inline__:INTERNAL=TRUE //Result of TRY_COMPILE INLINE_TEST_inline:INTERNAL=TRUE //ADVANCED property for variable: INSTALL_BIN_DIR INSTALL_BIN_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_INC_DIR INSTALL_INC_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_LIB_DIR INSTALL_LIB_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_MAN_DIR INSTALL_MAN_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: INSTALL_PKGCONFIG_DIR INSTALL_PKGCONFIG_DIR-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_ATOLL_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_ATOL_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_BACKTRACE_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_CSTDIO_COMPILED:INTERNAL=TRUE //Have include cxxabi.h KWSYS_CXX_HAS_CXXABIH:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_CXXABI_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_DLADDR_COMPILED:INTERNAL=TRUE //Have include dlfcn.h KWSYS_CXX_HAS_DLFCNH:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H_COMPILED:INTERNAL=FALSE //Have include execinfo.h KWSYS_CXX_HAS_EXECINFOH:INTERNAL=1 //Result of TRY_COMPILE KWSYS_CXX_HAS_EXT_STDIO_FILEBUF_H_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_GETLOADAVG_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_LONG_LONG_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_RLIMIT64_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_SETENV_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_UNSETENV_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_UTIMENSAT_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS_UTIMES_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_CXX_HAS__ATOI64_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_HAS___INT64_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_STAT_HAS_ST_MTIMESPEC_COMPILED:INTERNAL=FALSE //Result of TRY_COMPILE KWSYS_CXX_STAT_HAS_ST_MTIM_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_C_HAS_PTRDIFF_T_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_C_HAS_SSIZE_T_COMPILED:INTERNAL=TRUE //Result of TRY_RUN KWSYS_LFS_WORKS:INTERNAL=0 //Result of TRY_COMPILE KWSYS_LFS_WORKS_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE KWSYS_STL_HAS_WSTRING_COMPILED:INTERNAL=TRUE //Have include sys/types.h;ifaddrs.h KWSYS_SYS_HAS_IFADDRS_H:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_BINDIR LIBPROJ_BINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_DATADIR LIBPROJ_DATADIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_DOCDIR LIBPROJ_DOCDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_INCLUDEDIR LIBPROJ_INCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_LIBDIR LIBPROJ_LIBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_M_LIB LIBPROJ_M_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBPROJ_USE_THREAD LIBPROJ_USE_THREAD-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE LONE_COLON:INTERNAL=TRUE //ADVANCED property for variable: MAKECOMMAND MAKECOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MEMORYCHECK_COMMAND MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: M_LIBRARY M_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_AutobahnPython Module_AutobahnPython-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_PoissonReconstruction Module_PoissonReconstruction-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_SixPython Module_SixPython-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_SplineDrivenImageSlicer Module_SplineDrivenImageSlicer-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_Twisted Module_Twisted-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_WikiExamples Module_WikiExamples-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_ZopeInterface Module_ZopeInterface-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_constantly Module_constantly-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_incremental Module_incremental-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkAcceleratorsVTKm Module_vtkAcceleratorsVTKm-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkAddon Module_vtkAddon-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkChartsCore Module_vtkChartsCore-ADVANCED:INTERNAL=1 //Request building vtkChartsCore Module_vtkChartsCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonColor Module_vtkCommonColor-ADVANCED:INTERNAL=1 //Request building vtkCommonColor Module_vtkCommonColor:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonComputationalGeometry Module_vtkCommonComputationalGeometry-ADVANCED:INTERNAL=1 //Request building vtkCommonComputationalGeometry Module_vtkCommonComputationalGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonCore Module_vtkCommonCore-ADVANCED:INTERNAL=1 //Request building vtkCommonCore Module_vtkCommonCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonDataModel Module_vtkCommonDataModel-ADVANCED:INTERNAL=1 //Request building vtkCommonDataModel Module_vtkCommonDataModel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonExecutionModel Module_vtkCommonExecutionModel-ADVANCED:INTERNAL=1 //Request building vtkCommonExecutionModel Module_vtkCommonExecutionModel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonMath Module_vtkCommonMath-ADVANCED:INTERNAL=1 //Request building vtkCommonMath Module_vtkCommonMath:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonMisc Module_vtkCommonMisc-ADVANCED:INTERNAL=1 //Request building vtkCommonMisc Module_vtkCommonMisc:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonSystem Module_vtkCommonSystem-ADVANCED:INTERNAL=1 //Request building vtkCommonSystem Module_vtkCommonSystem:INTERNAL=OFF //ADVANCED property for variable: Module_vtkCommonTransforms Module_vtkCommonTransforms-ADVANCED:INTERNAL=1 //Request building vtkCommonTransforms Module_vtkCommonTransforms:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDICOM Module_vtkDICOM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkDICOMParser Module_vtkDICOMParser-ADVANCED:INTERNAL=1 //Request building vtkDICOMParser Module_vtkDICOMParser:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDomainsChemistry Module_vtkDomainsChemistry-ADVANCED:INTERNAL=1 //Request building vtkDomainsChemistry Module_vtkDomainsChemistry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDomainsChemistryOpenGL2 Module_vtkDomainsChemistryOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkDomainsChemistryOpenGL2 Module_vtkDomainsChemistryOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkDomainsMicroscopy Module_vtkDomainsMicroscopy-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersAMR Module_vtkFiltersAMR-ADVANCED:INTERNAL=1 //Request building vtkFiltersAMR Module_vtkFiltersAMR:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersCore Module_vtkFiltersCore-ADVANCED:INTERNAL=1 //Request building vtkFiltersCore Module_vtkFiltersCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersExtraction Module_vtkFiltersExtraction-ADVANCED:INTERNAL=1 //Request building vtkFiltersExtraction Module_vtkFiltersExtraction:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersFlowPaths Module_vtkFiltersFlowPaths-ADVANCED:INTERNAL=1 //Request building vtkFiltersFlowPaths Module_vtkFiltersFlowPaths:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersGeneral Module_vtkFiltersGeneral-ADVANCED:INTERNAL=1 //Request building vtkFiltersGeneral Module_vtkFiltersGeneral:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersGeneric Module_vtkFiltersGeneric-ADVANCED:INTERNAL=1 //Request building vtkFiltersGeneric Module_vtkFiltersGeneric:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersGeometry Module_vtkFiltersGeometry-ADVANCED:INTERNAL=1 //Request building vtkFiltersGeometry Module_vtkFiltersGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersHybrid Module_vtkFiltersHybrid-ADVANCED:INTERNAL=1 //Request building vtkFiltersHybrid Module_vtkFiltersHybrid:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersHyperTree Module_vtkFiltersHyperTree-ADVANCED:INTERNAL=1 //Request building vtkFiltersHyperTree Module_vtkFiltersHyperTree:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersImaging Module_vtkFiltersImaging-ADVANCED:INTERNAL=1 //Request building vtkFiltersImaging Module_vtkFiltersImaging:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersMatlab Module_vtkFiltersMatlab-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersModeling Module_vtkFiltersModeling-ADVANCED:INTERNAL=1 //Request building vtkFiltersModeling Module_vtkFiltersModeling:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallel Module_vtkFiltersParallel-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallel Module_vtkFiltersParallel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelDIY2 Module_vtkFiltersParallelDIY2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersParallelFlowPaths Module_vtkFiltersParallelFlowPaths-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersParallelGeometry Module_vtkFiltersParallelGeometry-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersParallelImaging Module_vtkFiltersParallelImaging-ADVANCED:INTERNAL=1 //Request building vtkFiltersParallelImaging Module_vtkFiltersParallelImaging:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersParallelMPI Module_vtkFiltersParallelMPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersParallelStatistics Module_vtkFiltersParallelStatistics-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersPoints Module_vtkFiltersPoints-ADVANCED:INTERNAL=1 //Request building vtkFiltersPoints Module_vtkFiltersPoints:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersProgrammable Module_vtkFiltersProgrammable-ADVANCED:INTERNAL=1 //Request building vtkFiltersProgrammable Module_vtkFiltersProgrammable:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersPython Module_vtkFiltersPython-ADVANCED:INTERNAL=1 //Request building vtkFiltersPython Module_vtkFiltersPython:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersReebGraph Module_vtkFiltersReebGraph-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersSMP Module_vtkFiltersSMP-ADVANCED:INTERNAL=1 //Request building vtkFiltersSMP Module_vtkFiltersSMP:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersSelection Module_vtkFiltersSelection-ADVANCED:INTERNAL=1 //Request building vtkFiltersSelection Module_vtkFiltersSelection:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersSources Module_vtkFiltersSources-ADVANCED:INTERNAL=1 //Request building vtkFiltersSources Module_vtkFiltersSources:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersStatistics Module_vtkFiltersStatistics-ADVANCED:INTERNAL=1 //Request building vtkFiltersStatistics Module_vtkFiltersStatistics:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersStatisticsGnuR Module_vtkFiltersStatisticsGnuR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkFiltersTexture Module_vtkFiltersTexture-ADVANCED:INTERNAL=1 //Request building vtkFiltersTexture Module_vtkFiltersTexture:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersTopology Module_vtkFiltersTopology-ADVANCED:INTERNAL=1 //Request building vtkFiltersTopology Module_vtkFiltersTopology:INTERNAL=OFF //ADVANCED property for variable: Module_vtkFiltersVerdict Module_vtkFiltersVerdict-ADVANCED:INTERNAL=1 //Request building vtkFiltersVerdict Module_vtkFiltersVerdict:INTERNAL=OFF //ADVANCED property for variable: Module_vtkGUISupportQt Module_vtkGUISupportQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGUISupportQtOpenGL Module_vtkGUISupportQtOpenGL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGUISupportQtSQL Module_vtkGUISupportQtSQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGUISupportQtWebkit Module_vtkGUISupportQtWebkit-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkGeovisCore Module_vtkGeovisCore-ADVANCED:INTERNAL=1 //Request building vtkGeovisCore Module_vtkGeovisCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOADIOS Module_vtkIOADIOS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOAMR Module_vtkIOAMR-ADVANCED:INTERNAL=1 //Request building vtkIOAMR Module_vtkIOAMR:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOCore Module_vtkIOCore-ADVANCED:INTERNAL=1 //Request building vtkIOCore Module_vtkIOCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOEnSight Module_vtkIOEnSight-ADVANCED:INTERNAL=1 //Request building vtkIOEnSight Module_vtkIOEnSight:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExodus Module_vtkIOExodus-ADVANCED:INTERNAL=1 //Request building vtkIOExodus Module_vtkIOExodus:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExport Module_vtkIOExport-ADVANCED:INTERNAL=1 //Request building vtkIOExport Module_vtkIOExport:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExportOpenGL Module_vtkIOExportOpenGL-ADVANCED:INTERNAL=1 //Request building vtkIOExportOpenGL Module_vtkIOExportOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOExportOpenGL2 Module_vtkIOExportOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkIOExportOpenGL2 Module_vtkIOExportOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOFFMPEG Module_vtkIOFFMPEG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOGDAL Module_vtkIOGDAL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOGeoJSON Module_vtkIOGeoJSON-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOGeometry Module_vtkIOGeometry-ADVANCED:INTERNAL=1 //Request building vtkIOGeometry Module_vtkIOGeometry:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOImage Module_vtkIOImage-ADVANCED:INTERNAL=1 //Request building vtkIOImage Module_vtkIOImage:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOImport Module_vtkIOImport-ADVANCED:INTERNAL=1 //Request building vtkIOImport Module_vtkIOImport:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOInfovis Module_vtkIOInfovis-ADVANCED:INTERNAL=1 //Request building vtkIOInfovis Module_vtkIOInfovis:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOLSDyna Module_vtkIOLSDyna-ADVANCED:INTERNAL=1 //Request building vtkIOLSDyna Module_vtkIOLSDyna:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOLegacy Module_vtkIOLegacy-ADVANCED:INTERNAL=1 //Request building vtkIOLegacy Module_vtkIOLegacy:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMINC Module_vtkIOMINC-ADVANCED:INTERNAL=1 //Request building vtkIOMINC Module_vtkIOMINC:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMPIImage Module_vtkIOMPIImage-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOMPIParallel Module_vtkIOMPIParallel-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOMovie Module_vtkIOMovie-ADVANCED:INTERNAL=1 //Request building vtkIOMovie Module_vtkIOMovie:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOMySQL Module_vtkIOMySQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIONetCDF Module_vtkIONetCDF-ADVANCED:INTERNAL=1 //Request building vtkIONetCDF Module_vtkIONetCDF:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOODBC Module_vtkIOODBC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOPLY Module_vtkIOPLY-ADVANCED:INTERNAL=1 //Request building vtkIOPLY Module_vtkIOPLY:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallel Module_vtkIOParallel-ADVANCED:INTERNAL=1 //Request building vtkIOParallel Module_vtkIOParallel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOParallelExodus Module_vtkIOParallelExodus-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOParallelLSDyna Module_vtkIOParallelLSDyna-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOParallelNetCDF Module_vtkIOParallelNetCDF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOParallelXML Module_vtkIOParallelXML-ADVANCED:INTERNAL=1 //Request building vtkIOParallelXML Module_vtkIOParallelXML:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOPostgreSQL Module_vtkIOPostgreSQL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOSQL Module_vtkIOSQL-ADVANCED:INTERNAL=1 //Request building vtkIOSQL Module_vtkIOSQL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOTRUCHAS Module_vtkIOTRUCHAS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOTecplotTable Module_vtkIOTecplotTable-ADVANCED:INTERNAL=1 //Request building vtkIOTecplotTable Module_vtkIOTecplotTable:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOVPIC Module_vtkIOVPIC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOVideo Module_vtkIOVideo-ADVANCED:INTERNAL=1 //Request building vtkIOVideo Module_vtkIOVideo:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXML Module_vtkIOXML-ADVANCED:INTERNAL=1 //Request building vtkIOXML Module_vtkIOXML:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXMLParser Module_vtkIOXMLParser-ADVANCED:INTERNAL=1 //Request building vtkIOXMLParser Module_vtkIOXMLParser:INTERNAL=OFF //ADVANCED property for variable: Module_vtkIOXdmf2 Module_vtkIOXdmf2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkIOXdmf3 Module_vtkIOXdmf3-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkImagingColor Module_vtkImagingColor-ADVANCED:INTERNAL=1 //Request building vtkImagingColor Module_vtkImagingColor:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingCore Module_vtkImagingCore-ADVANCED:INTERNAL=1 //Request building vtkImagingCore Module_vtkImagingCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingFourier Module_vtkImagingFourier-ADVANCED:INTERNAL=1 //Request building vtkImagingFourier Module_vtkImagingFourier:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingGeneral Module_vtkImagingGeneral-ADVANCED:INTERNAL=1 //Request building vtkImagingGeneral Module_vtkImagingGeneral:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingHybrid Module_vtkImagingHybrid-ADVANCED:INTERNAL=1 //Request building vtkImagingHybrid Module_vtkImagingHybrid:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingMath Module_vtkImagingMath-ADVANCED:INTERNAL=1 //Request building vtkImagingMath Module_vtkImagingMath:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingMorphological Module_vtkImagingMorphological-ADVANCED:INTERNAL=1 //Request building vtkImagingMorphological Module_vtkImagingMorphological:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingOpenGL2 Module_vtkImagingOpenGL2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkImagingSources Module_vtkImagingSources-ADVANCED:INTERNAL=1 //Request building vtkImagingSources Module_vtkImagingSources:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingStatistics Module_vtkImagingStatistics-ADVANCED:INTERNAL=1 //Request building vtkImagingStatistics Module_vtkImagingStatistics:INTERNAL=OFF //ADVANCED property for variable: Module_vtkImagingStencil Module_vtkImagingStencil-ADVANCED:INTERNAL=1 //Request building vtkImagingStencil Module_vtkImagingStencil:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInfovisBoost Module_vtkInfovisBoost-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInfovisBoostGraphAlgorithms Module_vtkInfovisBoostGraphAlgorithms-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInfovisCore Module_vtkInfovisCore-ADVANCED:INTERNAL=1 //Request building vtkInfovisCore Module_vtkInfovisCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInfovisLayout Module_vtkInfovisLayout-ADVANCED:INTERNAL=1 //Request building vtkInfovisLayout Module_vtkInfovisLayout:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInfovisParallel Module_vtkInfovisParallel-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkInteractionImage Module_vtkInteractionImage-ADVANCED:INTERNAL=1 //Request building vtkInteractionImage Module_vtkInteractionImage:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInteractionStyle Module_vtkInteractionStyle-ADVANCED:INTERNAL=1 //Request building vtkInteractionStyle Module_vtkInteractionStyle:INTERNAL=OFF //ADVANCED property for variable: Module_vtkInteractionWidgets Module_vtkInteractionWidgets-ADVANCED:INTERNAL=1 //Request building vtkInteractionWidgets Module_vtkInteractionWidgets:INTERNAL=OFF //ADVANCED property for variable: Module_vtkMetaIO Module_vtkMetaIO-ADVANCED:INTERNAL=1 //Request building vtkMetaIO Module_vtkMetaIO:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParallelCore Module_vtkParallelCore-ADVANCED:INTERNAL=1 //Request building vtkParallelCore Module_vtkParallelCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkParallelMPI Module_vtkParallelMPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkParallelMPI4Py Module_vtkParallelMPI4Py-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkParseOGLExt Module_vtkParseOGLExt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkPython Module_vtkPython-ADVANCED:INTERNAL=1 //Request building vtkPython Module_vtkPython:INTERNAL=OFF //ADVANCED property for variable: Module_vtkPythonInterpreter Module_vtkPythonInterpreter-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingAnnotation Module_vtkRenderingAnnotation-ADVANCED:INTERNAL=1 //Request building vtkRenderingAnnotation Module_vtkRenderingAnnotation:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingContext2D Module_vtkRenderingContext2D-ADVANCED:INTERNAL=1 //Request building vtkRenderingContext2D Module_vtkRenderingContext2D:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingContextOpenGL Module_vtkRenderingContextOpenGL-ADVANCED:INTERNAL=1 //Request building vtkRenderingContextOpenGL Module_vtkRenderingContextOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingContextOpenGL2 Module_vtkRenderingContextOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingContextOpenGL2 Module_vtkRenderingContextOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingCore Module_vtkRenderingCore-ADVANCED:INTERNAL=1 //Request building vtkRenderingCore Module_vtkRenderingCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingExternal Module_vtkRenderingExternal-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingFreeType Module_vtkRenderingFreeType-ADVANCED:INTERNAL=1 //Request building vtkRenderingFreeType Module_vtkRenderingFreeType:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingFreeTypeFontConfig Module_vtkRenderingFreeTypeFontConfig-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingGL2PS Module_vtkRenderingGL2PS-ADVANCED:INTERNAL=1 //Request building vtkRenderingGL2PS Module_vtkRenderingGL2PS:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingGL2PSOpenGL2 Module_vtkRenderingGL2PSOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingGL2PSOpenGL2 Module_vtkRenderingGL2PSOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingImage Module_vtkRenderingImage-ADVANCED:INTERNAL=1 //Request building vtkRenderingImage Module_vtkRenderingImage:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingLIC Module_vtkRenderingLIC-ADVANCED:INTERNAL=1 //Request building vtkRenderingLIC Module_vtkRenderingLIC:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingLICOpenGL2 Module_vtkRenderingLICOpenGL2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingLOD Module_vtkRenderingLOD-ADVANCED:INTERNAL=1 //Request building vtkRenderingLOD Module_vtkRenderingLOD:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingLabel Module_vtkRenderingLabel-ADVANCED:INTERNAL=1 //Request building vtkRenderingLabel Module_vtkRenderingLabel:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingMatplotlib Module_vtkRenderingMatplotlib-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingOSPRay Module_vtkRenderingOSPRay-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingOculus Module_vtkRenderingOculus-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingOpenGL Module_vtkRenderingOpenGL-ADVANCED:INTERNAL=1 //Request building vtkRenderingOpenGL Module_vtkRenderingOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingOpenGL2 Module_vtkRenderingOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingOpenGL2 Module_vtkRenderingOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingOpenVR Module_vtkRenderingOpenVR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingParallel Module_vtkRenderingParallel-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingParallelLIC Module_vtkRenderingParallelLIC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingQt Module_vtkRenderingQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingSceneGraph Module_vtkRenderingSceneGraph-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingTk Module_vtkRenderingTk-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingVolume Module_vtkRenderingVolume-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolume Module_vtkRenderingVolume:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingVolumeAMR Module_vtkRenderingVolumeAMR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkRenderingVolumeOpenGL Module_vtkRenderingVolumeOpenGL-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolumeOpenGL Module_vtkRenderingVolumeOpenGL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkRenderingVolumeOpenGL2 Module_vtkRenderingVolumeOpenGL2-ADVANCED:INTERNAL=1 //Request building vtkRenderingVolumeOpenGL2 Module_vtkRenderingVolumeOpenGL2:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTclTk Module_vtkTclTk-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkTestingCore Module_vtkTestingCore-ADVANCED:INTERNAL=1 //Request building vtkTestingCore Module_vtkTestingCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTestingGenericBridge Module_vtkTestingGenericBridge-ADVANCED:INTERNAL=1 //Request building vtkTestingGenericBridge Module_vtkTestingGenericBridge:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTestingIOSQL Module_vtkTestingIOSQL-ADVANCED:INTERNAL=1 //Request building vtkTestingIOSQL Module_vtkTestingIOSQL:INTERNAL=OFF //ADVANCED property for variable: Module_vtkTestingRendering Module_vtkTestingRendering-ADVANCED:INTERNAL=1 //Request building vtkTestingRendering Module_vtkTestingRendering:INTERNAL=OFF //ADVANCED property for variable: Module_vtkUtilitiesBenchmarks Module_vtkUtilitiesBenchmarks-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkUtilitiesEncodeString Module_vtkUtilitiesEncodeString-ADVANCED:INTERNAL=1 //Request building vtkUtilitiesEncodeString Module_vtkUtilitiesEncodeString:INTERNAL=OFF //ADVANCED property for variable: Module_vtkUtilitiesHashSource Module_vtkUtilitiesHashSource-ADVANCED:INTERNAL=1 //Request building vtkUtilitiesHashSource Module_vtkUtilitiesHashSource:INTERNAL=OFF //ADVANCED property for variable: Module_vtkVPIC Module_vtkVPIC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkViewsContext2D Module_vtkViewsContext2D-ADVANCED:INTERNAL=1 //Request building vtkViewsContext2D Module_vtkViewsContext2D:INTERNAL=OFF //ADVANCED property for variable: Module_vtkViewsCore Module_vtkViewsCore-ADVANCED:INTERNAL=1 //Request building vtkViewsCore Module_vtkViewsCore:INTERNAL=OFF //ADVANCED property for variable: Module_vtkViewsGeovis Module_vtkViewsGeovis-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkViewsInfovis Module_vtkViewsInfovis-ADVANCED:INTERNAL=1 //Request building vtkViewsInfovis Module_vtkViewsInfovis:INTERNAL=OFF //ADVANCED property for variable: Module_vtkViewsQt Module_vtkViewsQt-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWebCore Module_vtkWebCore-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWebGLExporter Module_vtkWebGLExporter-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWebPython Module_vtkWebPython-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingJava Module_vtkWrappingJava-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingPythonCore Module_vtkWrappingPythonCore-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingTcl Module_vtkWrappingTcl-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkWrappingTools Module_vtkWrappingTools-ADVANCED:INTERNAL=1 //Request building vtkWrappingTools Module_vtkWrappingTools:INTERNAL=OFF //ADVANCED property for variable: Module_vtkalglib Module_vtkalglib-ADVANCED:INTERNAL=1 //Request building vtkalglib Module_vtkalglib:INTERNAL=OFF //ADVANCED property for variable: Module_vtkdiy2 Module_vtkdiy2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkexodusII Module_vtkexodusII-ADVANCED:INTERNAL=1 //Request building vtkexodusII Module_vtkexodusII:INTERNAL=OFF //ADVANCED property for variable: Module_vtkexpat Module_vtkexpat-ADVANCED:INTERNAL=1 //Request building vtkexpat Module_vtkexpat:INTERNAL=OFF //ADVANCED property for variable: Module_vtkfreetype Module_vtkfreetype-ADVANCED:INTERNAL=1 //Request building vtkfreetype Module_vtkfreetype:INTERNAL=OFF //ADVANCED property for variable: Module_vtkgl2ps Module_vtkgl2ps-ADVANCED:INTERNAL=1 //Request building vtkgl2ps Module_vtkgl2ps:INTERNAL=OFF //ADVANCED property for variable: Module_vtkglew Module_vtkglew-ADVANCED:INTERNAL=1 //Request building vtkglew Module_vtkglew:INTERNAL=OFF //ADVANCED property for variable: Module_vtkhdf5 Module_vtkhdf5-ADVANCED:INTERNAL=1 //Request building vtkhdf5 Module_vtkhdf5:INTERNAL=OFF //ADVANCED property for variable: Module_vtkjpeg Module_vtkjpeg-ADVANCED:INTERNAL=1 //Request building vtkjpeg Module_vtkjpeg:INTERNAL=OFF //ADVANCED property for variable: Module_vtkjsoncpp Module_vtkjsoncpp-ADVANCED:INTERNAL=1 //Request building vtkjsoncpp Module_vtkjsoncpp:INTERNAL=OFF //ADVANCED property for variable: Module_vtkkwiml Module_vtkkwiml-ADVANCED:INTERNAL=1 //Request building vtkkwiml Module_vtkkwiml:INTERNAL=OFF //ADVANCED property for variable: Module_vtklibproj4 Module_vtklibproj4-ADVANCED:INTERNAL=1 //Request building vtklibproj4 Module_vtklibproj4:INTERNAL=OFF //ADVANCED property for variable: Module_vtklibxml2 Module_vtklibxml2-ADVANCED:INTERNAL=1 //Request building vtklibxml2 Module_vtklibxml2:INTERNAL=OFF //ADVANCED property for variable: Module_vtklz4 Module_vtklz4-ADVANCED:INTERNAL=1 //Request building vtklz4 Module_vtklz4:INTERNAL=OFF //ADVANCED property for variable: Module_vtkmpi4py Module_vtkmpi4py-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtknetcdf Module_vtknetcdf-ADVANCED:INTERNAL=1 //Request building vtknetcdf Module_vtknetcdf:INTERNAL=OFF //ADVANCED property for variable: Module_vtkoggtheora Module_vtkoggtheora-ADVANCED:INTERNAL=1 //Request building vtkoggtheora Module_vtkoggtheora:INTERNAL=OFF //ADVANCED property for variable: Module_vtkpng Module_vtkpng-ADVANCED:INTERNAL=1 //Request building vtkpng Module_vtkpng:INTERNAL=OFF //ADVANCED property for variable: Module_vtksqlite Module_vtksqlite-ADVANCED:INTERNAL=1 //Request building vtksqlite Module_vtksqlite:INTERNAL=OFF //ADVANCED property for variable: Module_vtksys Module_vtksys-ADVANCED:INTERNAL=1 //Request building vtksys Module_vtksys:INTERNAL=OFF //ADVANCED property for variable: Module_vtktiff Module_vtktiff-ADVANCED:INTERNAL=1 //Request building vtktiff Module_vtktiff:INTERNAL=OFF //ADVANCED property for variable: Module_vtkverdict Module_vtkverdict-ADVANCED:INTERNAL=1 //Request building vtkverdict Module_vtkverdict:INTERNAL=OFF //ADVANCED property for variable: Module_vtkxdmf2 Module_vtkxdmf2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkxdmf3 Module_vtkxdmf3-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkzfp Module_vtkzfp-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Module_vtkzlib Module_vtkzlib-ADVANCED:INTERNAL=1 //Request building vtkzlib Module_vtkzlib:INTERNAL=OFF //ADVANCED property for variable: NETCDF4_CHUNK_CACHE_NELEMS NETCDF4_CHUNK_CACHE_NELEMS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_CHUNK_CACHE_PREEMPTION NETCDF4_CHUNK_CACHE_PREEMPTION-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_CHUNK_CACHE_SIZE NETCDF4_CHUNK_CACHE_SIZE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_DEFAULT_CHUNKS_IN_CACHE NETCDF4_DEFAULT_CHUNKS_IN_CACHE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_DEFAULT_CHUNK_SIZE NETCDF4_DEFAULT_CHUNK_SIZE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF4_MAX_DEFAULT_CACHE_SIZE NETCDF4_MAX_DEFAULT_CACHE_SIZE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF_DISABLE_COMPILER_WARNINGS NETCDF_DISABLE_COMPILER_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NETCDF_ENABLE_CXX NETCDF_ENABLE_CXX-ADVANCED:INTERNAL=1 //Have library c NOT_NEED_LIBNSL:INTERNAL=1 //CXX test NO_STATIC_CAST:INTERNAL= //CHECK_TYPE_SIZE: sizeof(off64_t) OFF64_T:INTERNAL=8 //Have symbol off_t OFF_T:INTERNAL= //CXX test OLD_HEADER_FILENAME:INTERNAL= //ADVANCED property for variable: OPENGL_INCLUDE_DIR OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENGL_gl_LIBRARY OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENGL_glu_LIBRARY OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: P4COMMAND P4COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROJ_BIN_SUBDIR PROJ_BIN_SUBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROJ_DATA_SUBDIR PROJ_DATA_SUBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROJ_DOC_SUBDIR PROJ_DOC_SUBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROJ_INCLUDE_SUBDIR PROJ_INCLUDE_SUBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PROJ_LIB_SUBDIR PROJ_LIB_SUBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_EXECUTABLE PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_EXTRA_LIBS PYTHON_EXTRA_LIBS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_INCLUDE_DIR PYTHON_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_LIBRARY PYTHON_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_UTIL_LIBRARY PYTHON_UTIL_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: RMANTREE RMANTREE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SCPCOMMAND SCPCOMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SITE SITE-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(long) SIZEOF_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(off_t) SIZEOF_OFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ptrdiff_t) SIZEOF_PTRDIFF_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(short) SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(signed int) SIZEOF_SIGNED_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(signed long) SIZEOF_SIGNED_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(signed long long) SIZEOF_SIGNED_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(signed short) SIZEOF_SIGNED_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(size_t) SIZEOF_SIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(ssize_t) SIZEOF_SSIZE_T:INTERNAL=8 //CHECK_TYPE_SIZE: uchar unknown SIZEOF_UCHAR:INTERNAL= //CHECK_TYPE_SIZE: sizeof(unsigned char *) SIZEOF_UNSIGNED_CHAR_P:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(unsigned int) SIZEOF_UNSIGNED_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(unsigned long) SIZEOF_UNSIGNED_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(unsigned long long) SIZEOF_UNSIGNED_LONG_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(unsigned short) SIZEOF_UNSIGNED_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(void *) SIZEOF_VOID_P:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(_Bool) SIZEOF__BOOL:INTERNAL=1 //Have symbol size_t SIZE_T:INTERNAL= //ADVANCED property for variable: SLURM_SBATCH_COMMAND SLURM_SBATCH_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SLURM_SRUN_COMMAND SLURM_SRUN_COMMAND-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE STDC_HEADERS:INTERNAL=TRUE //Result of TRY_COMPILE SUPPORT_IP6_COMPILED:INTERNAL=TRUE //ADVANCED property for variable: SVNCOMMAND SVNCOMMAND-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE SYSTEM_SCOPE_THREADS:INTERNAL=TRUE //Result of TRY_COMPILE TEST_DIRECT_VFD_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN TEST_DIRECT_VFD_WORKS_RUN:INTERNAL=0 //Performing TEST_LFS_WORKS TEST_LFS_WORKS:INTERNAL=1 //Result of TRY_COMPILE TEST_LFS_WORKS_COMPILE:INTERNAL=TRUE //Result of TRY_RUN TEST_LFS_WORKS_RUN:INTERNAL=0 //Result of TRY_COMPILE TIME_WITH_SYS_TIME:INTERNAL=TRUE //Test TM_IN_SYS_TIME TM_IN_SYS_TIME:INTERNAL=1 //ADVANCED property for variable: USE_COMPILER_HIDDEN_VISIBILITY USE_COMPILER_HIDDEN_VISIBILITY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VERDICT_BUILD_DOC VERDICT_BUILD_DOC-ADVANCED:INTERNAL=1 //Build the 2007 Verdict User Manual VERDICT_BUILD_DOC:INTERNAL=OFF //ADVANCED property for variable: VERDICT_ENABLE_TESTING VERDICT_ENABLE_TESTING-ADVANCED:INTERNAL=1 //Should tests of the VERDICT library be built? VERDICT_ENABLE_TESTING:INTERNAL=OFF //ADVANCED property for variable: VERDICT_MANGLE VERDICT_MANGLE-ADVANCED:INTERNAL=1 //Mangle verdict names for inclusion in a larger library? VERDICT_MANGLE:INTERNAL=OFF //A string to prepend to all verdict function names and classes. VERDICT_MANGLE_PREFIX:INTERNAL= //Result of TRY_COMPILE VSNPRINTF_WORKS:INTERNAL=TRUE VTKFTGL_BINARY_DIR:INTERNAL=/home/alam38/projects/VTK-build/Utilities/ftgl VTKFTGL_SOURCE_DIR:INTERNAL=//home/alam38/projects/VTK/Utilities/ftgl //ADVANCED property for variable: VTKOGGTHEORA_DISABLE_ASM VTKOGGTHEORA_DISABLE_ASM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTKOGGTHEORA_DISABLE_FLOAT VTKOGGTHEORA_DISABLE_FLOAT-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(int) VTKOGGTHEORA_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int16_t) VTKOGGTHEORA_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(int32_t) VTKOGGTHEORA_INT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int64_t) VTKOGGTHEORA_INT64_T:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long) VTKOGGTHEORA_LONG:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(long long) VTKOGGTHEORA_LONG_LONG:INTERNAL=8 //ADVANCED property for variable: VTKOGGTHEORA_SHARED_LINKER_FLAGS VTKOGGTHEORA_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(short) VTKOGGTHEORA_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint16_t) VTKOGGTHEORA_UINT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(uint32_t) VTKOGGTHEORA_UINT32_T:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(u_int16_t) VTKOGGTHEORA_U_INT16_T:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(u_int32_t) VTKOGGTHEORA_U_INT32_T:INTERNAL=4 //ADVANCED property for variable: VTK_ALL_NEW_OBJECT_FACTORY VTK_ALL_NEW_OBJECT_FACTORY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_BUILD_ALL_MODULES VTK_BUILD_ALL_MODULES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_BUILD_ALL_MODULES_FOR_TESTS VTK_BUILD_ALL_MODULES_FOR_TESTS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_BUILD_BODR_DATA_GENERATOR VTK_BUILD_BODR_DATA_GENERATOR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_BUILD_PYTHON_MODULE_DIR VTK_BUILD_PYTHON_MODULE_DIR-ADVANCED:INTERNAL=1 //Test VTK_CONST_REVERSE_ITERATOR_COMPARISON VTK_CONST_REVERSE_ITERATOR_COMPARISON:INTERNAL=1 //ADVANCED property for variable: VTK_DATA_EXCLUDE_FROM_ALL VTK_DATA_EXCLUDE_FROM_ALL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DATA_STORE VTK_DATA_STORE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DEBUG_LEAKS VTK_DEBUG_LEAKS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DISPATCH_AOS_ARRAYS VTK_DISPATCH_AOS_ARRAYS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DISPATCH_SOA_ARRAYS VTK_DISPATCH_SOA_ARRAYS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_DISPATCH_TYPED_ARRAYS VTK_DISPATCH_TYPED_ARRAYS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_EGL_DEVICE_INDEX VTK_EGL_DEVICE_INDEX-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_ENABLE_KITS VTK_ENABLE_KITS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_ENABLE_VTKPYTHON VTK_ENABLE_VTKPYTHON-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_FORBID_DOWNLOADS VTK_FORBID_DOWNLOADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_GHOSTSCRIPT_EXECUTABLE VTK_GHOSTSCRIPT_EXECUTABLE-ADVANCED:INTERNAL=1 //Have symbol feenableexcept VTK_HAS_FEENABLEEXCEPT:INTERNAL=1 //Have symbol finite VTK_HAS_FINITE:INTERNAL=1 //Have symbol isfinite VTK_HAS_ISFINITE:INTERNAL=1 //Have symbol isinf VTK_HAS_ISINF:INTERNAL=1 //Have symbol isnan VTK_HAS_ISNAN:INTERNAL=1 //Test VTK_HAS_STD_ISFINITE VTK_HAS_STD_ISFINITE:INTERNAL=1 //Test VTK_HAS_STD_ISINF VTK_HAS_STD_ISINF:INTERNAL=1 //Test VTK_HAS_STD_ISNAN VTK_HAS_STD_ISNAN:INTERNAL=1 //Support for getsockname with socklen_t VTK_HAVE_GETSOCKNAME_WITH_SOCKLEN_T:INTERNAL=1 //Have library socket VTK_HAVE_LIBSOCKET:INTERNAL= //Have symbol SO_REUSEADDR VTK_HAVE_SO_REUSEADDR:INTERNAL=1 //For __sync atomic builtins. VTK_HAVE_SYNC_BUILTINS:INTERNAL=1 //ADVANCED property for variable: VTK_INSTALL_PYTHON_MODULE_DIR VTK_INSTALL_PYTHON_MODULE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_LEGACY_REMOVE VTK_LEGACY_REMOVE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_LEGACY_SILENT VTK_LEGACY_SILENT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_LINKER_FATAL_WARNINGS VTK_LINKER_FATAL_WARNINGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MAKE_INSTANTIATORS VTK_MAKE_INSTANTIATORS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_MAX_THREADS VTK_MAX_THREADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_OPENGL_HAS_OSMESA VTK_OPENGL_HAS_OSMESA-ADVANCED:INTERNAL=1 //STRINGS property for variable: VTK_RENDERING_BACKEND VTK_RENDERING_BACKEND-STRINGS:INTERNAL=OpenGL2;OpenGL;None //ADVANCED property for variable: VTK_REPORT_OPENGL_ERRORS VTK_REPORT_OPENGL_ERRORS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_REPORT_OPENGL_ERRORS_IN_RELEASE_BUILDS VTK_REPORT_OPENGL_ERRORS_IN_RELEASE_BUILDS-ADVANCED:INTERNAL=1 //STRINGS property for variable: VTK_SMP_IMPLEMENTATION_TYPE VTK_SMP_IMPLEMENTATION_TYPE-STRINGS:INTERNAL=Sequential;OpenMP;TBB //Result of TRY_COMPILE VTK_TEST_SYNC_BUILTINS_COMPILED:INTERNAL=TRUE //Result of TRY_COMPILE VTK_UNDEFINED_SYMBOLS_ALLOWED:INTERNAL=FALSE //hashed try_compile flags VTK_UNDEFINED_SYMBOLS_ALLOWED_hash:INTERNAL=344bc0150cbcc49ce3c4f48f87814bdd //ADVANCED property for variable: VTK_USE_64BIT_IDS VTK_USE_64BIT_IDS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_OFFSCREEN VTK_USE_OFFSCREEN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_OFFSCREEN_EGL VTK_USE_OFFSCREEN_EGL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_EXPAT VTK_USE_SYSTEM_EXPAT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_FREETYPE VTK_USE_SYSTEM_FREETYPE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_GL2PS VTK_USE_SYSTEM_GL2PS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_GLEW VTK_USE_SYSTEM_GLEW-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_HDF5 VTK_USE_SYSTEM_HDF5-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_JPEG VTK_USE_SYSTEM_JPEG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_JSONCPP VTK_USE_SYSTEM_JSONCPP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LIBPROJ4 VTK_USE_SYSTEM_LIBPROJ4-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LIBRARIES VTK_USE_SYSTEM_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LIBXML2 VTK_USE_SYSTEM_LIBXML2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_LZ4 VTK_USE_SYSTEM_LZ4-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_NETCDF VTK_USE_SYSTEM_NETCDF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_OGGTHEORA VTK_USE_SYSTEM_OGGTHEORA-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_PNG VTK_USE_SYSTEM_PNG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_TIFF VTK_USE_SYSTEM_TIFF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_SYSTEM_ZLIB VTK_USE_SYSTEM_ZLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_USE_X VTK_USE_X-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_WARN_ON_DISPATCH_FAILURE VTK_WARN_ON_DISPATCH_FAILURE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VTK_WRAP_HINTS VTK_WRAP_HINTS-ADVANCED:INTERNAL=1 //MODIFIED property for variable: VTK_WRAP_PYTHON VTK_WRAP_PYTHON-MODIFIED:INTERNAL=ON //Result of TEST_BIG_ENDIAN WORDS_BIGENDIAN:INTERNAL=0 //ADVANCED property for variable: X11_ICE_INCLUDE_PATH X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_ICE_LIB X11_ICE_LIB-ADVANCED:INTERNAL=1 //Have library /usr/lib64/libX11.so;/usr/lib64/libXext.so X11_LIB_X11_SOLO:INTERNAL=1 //ADVANCED property for variable: X11_SM_INCLUDE_PATH X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_SM_LIB X11_SM_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_X11_INCLUDE_PATH X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_X11_LIB X11_X11_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XRes_INCLUDE_PATH X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XRes_LIB X11_XRes_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XShm_INCLUDE_PATH X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XSync_INCLUDE_PATH X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XTest_INCLUDE_PATH X11_XTest_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XTest_LIB X11_XTest_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xau_INCLUDE_PATH X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xau_LIB X11_Xau_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xcomposite_LIB X11_Xcomposite_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xcursor_LIB X11_Xcursor_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xdamage_LIB X11_Xdamage_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xdmcp_LIB X11_Xdmcp_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xext_LIB X11_Xext_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xfixes_LIB X11_Xfixes_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xft_INCLUDE_PATH X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xft_LIB X11_Xft_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xi_INCLUDE_PATH X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xi_LIB X11_Xi_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xinerama_LIB X11_Xinerama_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xinput_INCLUDE_PATH X11_Xinput_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xinput_LIB X11_Xinput_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xkb_INCLUDE_PATH X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xkbfile_INCLUDE_PATH X11_Xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xkbfile_LIB X11_Xkbfile_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xlib_INCLUDE_PATH X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xmu_INCLUDE_PATH X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xmu_LIB X11_Xmu_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xpm_INCLUDE_PATH X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xpm_LIB X11_Xpm_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xrandr_LIB X11_Xrandr_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xrender_INCLUDE_PATH X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xrender_LIB X11_Xrender_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xscreensaver_INCLUDE_PATH X11_Xscreensaver_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xscreensaver_LIB X11_Xscreensaver_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xshape_INCLUDE_PATH X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xt_INCLUDE_PATH X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xt_LIB X11_Xt_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xutil_INCLUDE_PATH X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xv_INCLUDE_PATH X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xv_LIB X11_Xv_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xxf86misc_LIB X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xxf86vm_LIB X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_dpms_INCLUDE_PATH X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xf86misc_INCLUDE_PATH X11_xf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xf86vmode_INCLUDE_PATH X11_xf86vmode_INCLUDE_PATH-ADVANCED:INTERNAL=1 //Have include unistd.h Z_HAVE_UNISTD_H:INTERNAL=1 //CMAKE_INSTALL_PREFIX during last run _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local //Result of TEST_BIG_ENDIAN bigendian:INTERNAL=0 //CHECK_TYPE_SIZE: INT16 unknown int16:INTERNAL= //CHECK_TYPE_SIZE: INT32 unknown int32:INTERNAL= //CHECK_TYPE_SIZE: INT8 unknown int8:INTERNAL= From justin.chew at outlook.com Wed Apr 12 13:29:21 2017 From: justin.chew at outlook.com (woahitsjc) Date: Wed, 12 Apr 2017 10:29:21 -0700 (MST) Subject: [vtkusers] AttributeError in Python Message-ID: <1492018161207-5742836.post@n5.nabble.com> I'm trying to use the vtkReebGraphSurfaceSkeletonFilter class in python, but I'm getting an error saying that vtk has no attribute for it. I am on vtk 7.1.0. -- View this message in context: http://vtk.1045678.n5.nabble.com/AttributeError-in-Python-tp5742836.html Sent from the VTK - Users mailing list archive at Nabble.com. From cory.quammen at kitware.com Wed Apr 12 13:47:26 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Wed, 12 Apr 2017 13:47:26 -0400 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: Andrew, Are you building on a networked file system of some sort? I've run into issues long ago building software before when the file system and computer have different ideas of what time it is. - Cory On Wed, Apr 12, 2017 at 1:29 PM, Andrew Lam wrote: > Hi Andy, > > It's still not working. I made a fresh build directory and ran through the > motions again. It still has the same issue. I've attached my CMakeCache.txt > file from my build directory. Please let me know if you see anything or if > there is any other information that you might think would help. > > Thanks, > Andrew > > On Wed, Apr 12, 2017 at 8:43 AM, Andy Bauer wrote: >> >> Hi Andrew, >> >> This should compile for you now. If it doesn't, please let us know and we >> can see how to get it working for you. If you do have problems I recommend >> attaching your CMakeCache.txt file from your build directory so it's easier >> for others to inspect what you did. >> >> Best, >> Andy >> >> On Wed, Apr 12, 2017 at 11:12 AM, Andrew Lam >> wrote: >>> >>> Ok Andy I can see it now thanks, >>> >>> my variables are set to >>> >>> Module_vtkParallelMPI4Py *OFF >>> PYTHON_EXECUTABLE */bin/python2 >>> PYTHON_EXTRA_LIBS * >>> PYTHON_INCLUDE_DIR */usr/include/python2.7 >>> PYTHON_LIBRARY *//lib64/libpython2.7.so >>> PYTHON_UTIL_LIBRARY */usr/lib64/libutil.so >>> VTK_ENABLE_VTKPYTHON *ON >>> >>> after I set VTK_WRAP_PYTHON CMake variable to ON >>> >>> it seems ok to me, but let me know if they're wrong. >>> >>> Thanks, >>> Andrew >>> >>> On Tue, Apr 11, 2017 at 3:30 PM, Andrew Lam >>> wrote: >>>> >>>> Hi, my name is Andrew. I'm currently in a class that requires us to >>>> install VTK. >>>> >>>> I have an issue running make in my VTK-build directory. I get a bunch of >>>> clock skew issues that pop up that won't go away after calling >>>> >>>> $ touch * >>>> >>>> then it will print out >>>> >>>> make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >>>> Error 1 >>>> make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >>>> Error 2 >>>> >>>> it will then run to about 32% and then end printing >>>> >>>> make: *** [all] Error 2 >>>> >>>> I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 >>>> I'm also going to include the output of the make call. Please let me >>>> know if you have any suggestions or if you need any more information to >>>> understand the issue. >>>> >>>> [ 0%] Built target kwiml_test >>>> [ 0%] Built target vtksys >>>> [ 1%] Built target vtkWrappingTools >>>> [ 1%] Built target vtkalglib >>>> [ 1%] Built target vtkexpat >>>> [ 2%] Built target vtkzlib >>>> [ 2%] Built target vtkDICOMParser >>>> [ 2%] Built target vtkEncodeString >>>> [ 2%] Built target vtkjpeg >>>> [ 2%] Built target vtkHashSource >>>> [ 2%] Built target vtkglew >>>> [ 2%] Built target H5make_libsettings >>>> [ 2%] Built target H5detect >>>> [ 2%] Built target vtkWrapTcl >>>> [ 2%] Built target vtkParseJava >>>> [ 2%] Built target vtkWrapPython >>>> [ 2%] Built target vtkWrapPythonInit >>>> [ 2%] Built target vtkWrapTclInit >>>> [ 2%] Built target vtkWrapJava >>>> [ 2%] Built target vtkjsoncpp >>>> [ 2%] Built target verdict >>>> [ 2%] Built target vtksqlite >>>> [ 2%] Built target vtkoggtheora >>>> [ 2%] Built target vtkWrapHierarchy >>>> [ 4%] Built target vtkproj4 >>>> [ 4%] Built target vtkfreetype >>>> [ 5%] Built target vtklibxml2 >>>> [ 5%] Built target vtkpng >>>> [ 5%] Built target vtkmetaio >>>> [ 5%] Built target vtkgl2ps >>>> [ 5%] Built target vtktiff >>>> [ 20%] Built target vtkCommonCore >>>> [ 26%] Built target VTKData >>>> [ 28%] Built target vtkCommonSystem >>>> [ 29%] Built target vtkCommonMath >>>> [ 29%] Built target vtkhdf5 >>>> [ 29%] Built target vtkWrappingPythonCore >>>> [ 29%] Built target vtkLocalExample >>>> [ 29%] Built target vtkCommonMisc >>>> [ 29%] Built target vtkCommonTransforms >>>> [ 29%] Built target vtkCommonSystemCxxTests >>>> [ 29%] Python Wrapping - generating vtkAbstractArrayPython.cxx >>>> [ 29%] Built target vtkhdf5_hl >>>> Usage: vtkWrapPython-7.1 [options] infile... >>>> --help print this help message >>>> --version print the VTK version >>>> -o the output file >>>> -I add an include directory >>>> -D define a preprocessor macro >>>> -U undefine a preprocessor macro >>>> @ read arguments from a file >>>> --hints the hints file to use >>>> --types the type hierarchy file to use >>>> --concrete force concrete class (ignored, deprecated) >>>> --abstract force abstract class (ignored, deprecated) >>>> --vtkobject vtkObjectBase-derived class (ignored, deprecated) >>>> --special non-vtkObjectBase class (ignored, deprecated) >>>> make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] Error 1 >>>> make[2]: *** Waiting for unfinished jobs.... >>>> [ 29%] Built target vtkpython >>>> [ 29%] Python Wrapping - generating >>>> vtkAngularPeriodicDataArrayPython.cxx >>>> Usage: vtkWrapPython-7.1 [options] infile... >>>> --help print this help message >>>> --version print the VTK version >>>> -o the output file >>>> -I add an include directory >>>> -D define a preprocessor macro >>>> -U undefine a preprocessor macro >>>> @ read arguments from a file >>>> --hints the hints file to use >>>> --types the type hierarchy file to use >>>> --concrete force concrete class (ignored, deprecated) >>>> --abstract force abstract class (ignored, deprecated) >>>> --vtkobject vtkObjectBase-derived class (ignored, deprecated) >>>> --special non-vtkObjectBase class (ignored, deprecated) >>>> make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >>>> Error 1 >>>> make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >>>> Error 2 >>>> make[1]: *** Waiting for unfinished jobs.... >>>> Scanning dependencies of target vtkCommonMathCxxTests >>>> make[2]: Warning: File >>>> `Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/depend.make' >>>> has modification time 0.041 s in the future >>>> [ 29%] Building CXX object >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/vtkCommonMathCxxTests.cxx.o >>>> [ 29%] Building CXX object >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestAmoebaMinimizer.cxx.o >>>> [ 30%] Built target vtkCommonCoreCxxTests >>>> [ 30%] Building CXX object >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestMatrix3x3.cxx.o >>>> [ 30%] Building CXX object >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestPolynomialSolversUnivariate.cxx.o >>>> [ 30%] Building CXX object >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestQuaternion.cxx.o >>>> [ 30%] Linking CXX executable ../../../../bin/vtkCommonMathCxxTests >>>> [ 32%] Built target vtkCommonDataModel >>>> make[2]: warning: Clock skew detected. Your build may be incomplete. >>>> [ 32%] Built target vtkCommonMathCxxTests >>>> make: *** [all] Error 2 >>>> >>> >>> >>> _______________________________________________ >>> 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 VTK FAQ at: >>> http://www.vtk.org/Wiki/VTK_FAQ >>> >>> Search the list archives at: http://markmail.org/search/?q=vtkusers >>> >>> Follow this link to subscribe/unsubscribe: >>> http://public.kitware.com/mailman/listinfo/vtkusers >>> >> > > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From werdna.mal222 at gmail.com Wed Apr 12 13:50:44 2017 From: werdna.mal222 at gmail.com (Andrew Lam) Date: Wed, 12 Apr 2017 10:50:44 -0700 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: Cory, I'm currently building on my school's servers. Thanks, Andrew On Wed, Apr 12, 2017 at 10:50 AM, Andrew Lam wrote: > Cory, > > I'm currently building on my school's servers. > > Thanks, > Andrew > > On Wed, Apr 12, 2017 at 10:47 AM, Cory Quammen > wrote: > >> Andrew, >> >> Are you building on a networked file system of some sort? I've run >> into issues long ago building software before when the file system and >> computer have different ideas of what time it is. >> >> - Cory >> >> On Wed, Apr 12, 2017 at 1:29 PM, Andrew Lam >> wrote: >> > Hi Andy, >> > >> > It's still not working. I made a fresh build directory and ran through >> the >> > motions again. It still has the same issue. I've attached my >> CMakeCache.txt >> > file from my build directory. Please let me know if you see anything or >> if >> > there is any other information that you might think would help. >> > >> > Thanks, >> > Andrew >> > >> > On Wed, Apr 12, 2017 at 8:43 AM, Andy Bauer >> wrote: >> >> >> >> Hi Andrew, >> >> >> >> This should compile for you now. If it doesn't, please let us know and >> we >> >> can see how to get it working for you. If you do have problems I >> recommend >> >> attaching your CMakeCache.txt file from your build directory so it's >> easier >> >> for others to inspect what you did. >> >> >> >> Best, >> >> Andy >> >> >> >> On Wed, Apr 12, 2017 at 11:12 AM, Andrew Lam >> >> wrote: >> >>> >> >>> Ok Andy I can see it now thanks, >> >>> >> >>> my variables are set to >> >>> >> >>> Module_vtkParallelMPI4Py *OFF >> >>> PYTHON_EXECUTABLE */bin/python2 >> >>> PYTHON_EXTRA_LIBS * >> >>> PYTHON_INCLUDE_DIR */usr/include/python2.7 >> >>> PYTHON_LIBRARY *//lib64/libpython2.7.so >> >>> PYTHON_UTIL_LIBRARY */usr/lib64/libutil.so >> >>> VTK_ENABLE_VTKPYTHON *ON >> >>> >> >>> after I set VTK_WRAP_PYTHON CMake variable to ON >> >>> >> >>> it seems ok to me, but let me know if they're wrong. >> >>> >> >>> Thanks, >> >>> Andrew >> >>> >> >>> On Tue, Apr 11, 2017 at 3:30 PM, Andrew Lam >> >>> wrote: >> >>>> >> >>>> Hi, my name is Andrew. I'm currently in a class that requires us to >> >>>> install VTK. >> >>>> >> >>>> I have an issue running make in my VTK-build directory. I get a >> bunch of >> >>>> clock skew issues that pop up that won't go away after calling >> >>>> >> >>>> $ touch * >> >>>> >> >>>> then it will print out >> >>>> >> >>>> make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >> >>>> Error 1 >> >>>> make[1]: *** [Wrapping/Python/CMakeFiles/vt >> kCommonCorePythonD.dir/all] >> >>>> Error 2 >> >>>> >> >>>> it will then run to about 32% and then end printing >> >>>> >> >>>> make: *** [all] Error 2 >> >>>> >> >>>> I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 >> >>>> I'm also going to include the output of the make call. Please let me >> >>>> know if you have any suggestions or if you need any more information >> to >> >>>> understand the issue. >> >>>> >> >>>> [ 0%] Built target kwiml_test >> >>>> [ 0%] Built target vtksys >> >>>> [ 1%] Built target vtkWrappingTools >> >>>> [ 1%] Built target vtkalglib >> >>>> [ 1%] Built target vtkexpat >> >>>> [ 2%] Built target vtkzlib >> >>>> [ 2%] Built target vtkDICOMParser >> >>>> [ 2%] Built target vtkEncodeString >> >>>> [ 2%] Built target vtkjpeg >> >>>> [ 2%] Built target vtkHashSource >> >>>> [ 2%] Built target vtkglew >> >>>> [ 2%] Built target H5make_libsettings >> >>>> [ 2%] Built target H5detect >> >>>> [ 2%] Built target vtkWrapTcl >> >>>> [ 2%] Built target vtkParseJava >> >>>> [ 2%] Built target vtkWrapPython >> >>>> [ 2%] Built target vtkWrapPythonInit >> >>>> [ 2%] Built target vtkWrapTclInit >> >>>> [ 2%] Built target vtkWrapJava >> >>>> [ 2%] Built target vtkjsoncpp >> >>>> [ 2%] Built target verdict >> >>>> [ 2%] Built target vtksqlite >> >>>> [ 2%] Built target vtkoggtheora >> >>>> [ 2%] Built target vtkWrapHierarchy >> >>>> [ 4%] Built target vtkproj4 >> >>>> [ 4%] Built target vtkfreetype >> >>>> [ 5%] Built target vtklibxml2 >> >>>> [ 5%] Built target vtkpng >> >>>> [ 5%] Built target vtkmetaio >> >>>> [ 5%] Built target vtkgl2ps >> >>>> [ 5%] Built target vtktiff >> >>>> [ 20%] Built target vtkCommonCore >> >>>> [ 26%] Built target VTKData >> >>>> [ 28%] Built target vtkCommonSystem >> >>>> [ 29%] Built target vtkCommonMath >> >>>> [ 29%] Built target vtkhdf5 >> >>>> [ 29%] Built target vtkWrappingPythonCore >> >>>> [ 29%] Built target vtkLocalExample >> >>>> [ 29%] Built target vtkCommonMisc >> >>>> [ 29%] Built target vtkCommonTransforms >> >>>> [ 29%] Built target vtkCommonSystemCxxTests >> >>>> [ 29%] Python Wrapping - generating vtkAbstractArrayPython.cxx >> >>>> [ 29%] Built target vtkhdf5_hl >> >>>> Usage: vtkWrapPython-7.1 [options] infile... >> >>>> --help print this help message >> >>>> --version print the VTK version >> >>>> -o the output file >> >>>> -I add an include directory >> >>>> -D define a preprocessor macro >> >>>> -U undefine a preprocessor macro >> >>>> @ read arguments from a file >> >>>> --hints the hints file to use >> >>>> --types the type hierarchy file to use >> >>>> --concrete force concrete class (ignored, deprecated) >> >>>> --abstract force abstract class (ignored, deprecated) >> >>>> --vtkobject vtkObjectBase-derived class (ignored, deprecated) >> >>>> --special non-vtkObjectBase class (ignored, deprecated) >> >>>> make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] Error 1 >> >>>> make[2]: *** Waiting for unfinished jobs.... >> >>>> [ 29%] Built target vtkpython >> >>>> [ 29%] Python Wrapping - generating >> >>>> vtkAngularPeriodicDataArrayPython.cxx >> >>>> Usage: vtkWrapPython-7.1 [options] infile... >> >>>> --help print this help message >> >>>> --version print the VTK version >> >>>> -o the output file >> >>>> -I add an include directory >> >>>> -D define a preprocessor macro >> >>>> -U undefine a preprocessor macro >> >>>> @ read arguments from a file >> >>>> --hints the hints file to use >> >>>> --types the type hierarchy file to use >> >>>> --concrete force concrete class (ignored, deprecated) >> >>>> --abstract force abstract class (ignored, deprecated) >> >>>> --vtkobject vtkObjectBase-derived class (ignored, deprecated) >> >>>> --special non-vtkObjectBase class (ignored, deprecated) >> >>>> make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >> >>>> Error 1 >> >>>> make[1]: *** [Wrapping/Python/CMakeFiles/vt >> kCommonCorePythonD.dir/all] >> >>>> Error 2 >> >>>> make[1]: *** Waiting for unfinished jobs.... >> >>>> Scanning dependencies of target vtkCommonMathCxxTests >> >>>> make[2]: Warning: File >> >>>> `Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests. >> dir/depend.make' >> >>>> has modification time 0.041 s in the future >> >>>> [ 29%] Building CXX object >> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests. >> dir/vtkCommonMathCxxTests.cxx.o >> >>>> [ 29%] Building CXX object >> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests. >> dir/TestAmoebaMinimizer.cxx.o >> >>>> [ 30%] Built target vtkCommonCoreCxxTests >> >>>> [ 30%] Building CXX object >> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests. >> dir/TestMatrix3x3.cxx.o >> >>>> [ 30%] Building CXX object >> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests. >> dir/TestPolynomialSolversUnivariate.cxx.o >> >>>> [ 30%] Building CXX object >> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests. >> dir/TestQuaternion.cxx.o >> >>>> [ 30%] Linking CXX executable ../../../../bin/vtkCommonMathCxxTests >> >>>> [ 32%] Built target vtkCommonDataModel >> >>>> make[2]: warning: Clock skew detected. Your build may be >> incomplete. >> >>>> [ 32%] Built target vtkCommonMathCxxTests >> >>>> make: *** [all] Error 2 >> >>>> >> >>> >> >>> >> >>> _______________________________________________ >> >>> 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 VTK FAQ at: >> >>> http://www.vtk.org/Wiki/VTK_FAQ >> >>> >> >>> Search the list archives at: http://markmail.org/search/?q=vtkusers >> >>> >> >>> Follow this link to subscribe/unsubscribe: >> >>> http://public.kitware.com/mailman/listinfo/vtkusers >> >>> >> >> >> > >> > >> > _______________________________________________ >> > 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 VTK FAQ at: >> > http://www.vtk.org/Wiki/VTK_FAQ >> > >> > Search the list archives at: http://markmail.org/search/?q=vtkusers >> > >> > Follow this link to subscribe/unsubscribe: >> > http://public.kitware.com/mailman/listinfo/vtkusers >> > >> >> >> >> -- >> Cory Quammen >> Staff R&D Engineer >> Kitware, Inc. >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Wed Apr 12 13:55:18 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Wed, 12 Apr 2017 13:55:18 -0400 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: > I'm currently building on my school's servers. Is there local scratch space on which you can build software on that server? My guess is you are building in a home directory that is on an AFS or NFS or some other network file system, and that is causing you problems. Thanks, Cory > Thanks, > Andrew > > > On Wed, Apr 12, 2017 at 10:50 AM, Andrew Lam > wrote: >> >> Cory, >> >> I'm currently building on my school's servers. >> >> Thanks, >> Andrew >> >> On Wed, Apr 12, 2017 at 10:47 AM, Cory Quammen >> wrote: >>> >>> Andrew, >>> >>> Are you building on a networked file system of some sort? I've run >>> into issues long ago building software before when the file system and >>> computer have different ideas of what time it is. >>> >>> - Cory >>> >>> On Wed, Apr 12, 2017 at 1:29 PM, Andrew Lam >>> wrote: >>> > Hi Andy, >>> > >>> > It's still not working. I made a fresh build directory and ran through >>> > the >>> > motions again. It still has the same issue. I've attached my >>> > CMakeCache.txt >>> > file from my build directory. Please let me know if you see anything or >>> > if >>> > there is any other information that you might think would help. >>> > >>> > Thanks, >>> > Andrew >>> > >>> > On Wed, Apr 12, 2017 at 8:43 AM, Andy Bauer >>> > wrote: >>> >> >>> >> Hi Andrew, >>> >> >>> >> This should compile for you now. If it doesn't, please let us know and >>> >> we >>> >> can see how to get it working for you. If you do have problems I >>> >> recommend >>> >> attaching your CMakeCache.txt file from your build directory so it's >>> >> easier >>> >> for others to inspect what you did. >>> >> >>> >> Best, >>> >> Andy >>> >> >>> >> On Wed, Apr 12, 2017 at 11:12 AM, Andrew Lam >>> >> wrote: >>> >>> >>> >>> Ok Andy I can see it now thanks, >>> >>> >>> >>> my variables are set to >>> >>> >>> >>> Module_vtkParallelMPI4Py *OFF >>> >>> PYTHON_EXECUTABLE */bin/python2 >>> >>> PYTHON_EXTRA_LIBS * >>> >>> PYTHON_INCLUDE_DIR */usr/include/python2.7 >>> >>> PYTHON_LIBRARY *//lib64/libpython2.7.so >>> >>> PYTHON_UTIL_LIBRARY */usr/lib64/libutil.so >>> >>> VTK_ENABLE_VTKPYTHON *ON >>> >>> >>> >>> after I set VTK_WRAP_PYTHON CMake variable to ON >>> >>> >>> >>> it seems ok to me, but let me know if they're wrong. >>> >>> >>> >>> Thanks, >>> >>> Andrew >>> >>> >>> >>> On Tue, Apr 11, 2017 at 3:30 PM, Andrew Lam >>> >>> wrote: >>> >>>> >>> >>>> Hi, my name is Andrew. I'm currently in a class that requires us to >>> >>>> install VTK. >>> >>>> >>> >>>> I have an issue running make in my VTK-build directory. I get a >>> >>>> bunch of >>> >>>> clock skew issues that pop up that won't go away after calling >>> >>>> >>> >>>> $ touch * >>> >>>> >>> >>>> then it will print out >>> >>>> >>> >>>> make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >>> >>>> Error 1 >>> >>>> make[1]: *** >>> >>>> [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >>> >>>> Error 2 >>> >>>> >>> >>>> it will then run to about 32% and then end printing >>> >>>> >>> >>>> make: *** [all] Error 2 >>> >>>> >>> >>>> I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 >>> >>>> I'm also going to include the output of the make call. Please let me >>> >>>> know if you have any suggestions or if you need any more information >>> >>>> to >>> >>>> understand the issue. >>> >>>> >>> >>>> [ 0%] Built target kwiml_test >>> >>>> [ 0%] Built target vtksys >>> >>>> [ 1%] Built target vtkWrappingTools >>> >>>> [ 1%] Built target vtkalglib >>> >>>> [ 1%] Built target vtkexpat >>> >>>> [ 2%] Built target vtkzlib >>> >>>> [ 2%] Built target vtkDICOMParser >>> >>>> [ 2%] Built target vtkEncodeString >>> >>>> [ 2%] Built target vtkjpeg >>> >>>> [ 2%] Built target vtkHashSource >>> >>>> [ 2%] Built target vtkglew >>> >>>> [ 2%] Built target H5make_libsettings >>> >>>> [ 2%] Built target H5detect >>> >>>> [ 2%] Built target vtkWrapTcl >>> >>>> [ 2%] Built target vtkParseJava >>> >>>> [ 2%] Built target vtkWrapPython >>> >>>> [ 2%] Built target vtkWrapPythonInit >>> >>>> [ 2%] Built target vtkWrapTclInit >>> >>>> [ 2%] Built target vtkWrapJava >>> >>>> [ 2%] Built target vtkjsoncpp >>> >>>> [ 2%] Built target verdict >>> >>>> [ 2%] Built target vtksqlite >>> >>>> [ 2%] Built target vtkoggtheora >>> >>>> [ 2%] Built target vtkWrapHierarchy >>> >>>> [ 4%] Built target vtkproj4 >>> >>>> [ 4%] Built target vtkfreetype >>> >>>> [ 5%] Built target vtklibxml2 >>> >>>> [ 5%] Built target vtkpng >>> >>>> [ 5%] Built target vtkmetaio >>> >>>> [ 5%] Built target vtkgl2ps >>> >>>> [ 5%] Built target vtktiff >>> >>>> [ 20%] Built target vtkCommonCore >>> >>>> [ 26%] Built target VTKData >>> >>>> [ 28%] Built target vtkCommonSystem >>> >>>> [ 29%] Built target vtkCommonMath >>> >>>> [ 29%] Built target vtkhdf5 >>> >>>> [ 29%] Built target vtkWrappingPythonCore >>> >>>> [ 29%] Built target vtkLocalExample >>> >>>> [ 29%] Built target vtkCommonMisc >>> >>>> [ 29%] Built target vtkCommonTransforms >>> >>>> [ 29%] Built target vtkCommonSystemCxxTests >>> >>>> [ 29%] Python Wrapping - generating vtkAbstractArrayPython.cxx >>> >>>> [ 29%] Built target vtkhdf5_hl >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... >>> >>>> --help print this help message >>> >>>> --version print the VTK version >>> >>>> -o the output file >>> >>>> -I add an include directory >>> >>>> -D define a preprocessor macro >>> >>>> -U undefine a preprocessor macro >>> >>>> @ read arguments from a file >>> >>>> --hints the hints file to use >>> >>>> --types the type hierarchy file to use >>> >>>> --concrete force concrete class (ignored, deprecated) >>> >>>> --abstract force abstract class (ignored, deprecated) >>> >>>> --vtkobject vtkObjectBase-derived class (ignored, >>> >>>> deprecated) >>> >>>> --special non-vtkObjectBase class (ignored, deprecated) >>> >>>> make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] Error 1 >>> >>>> make[2]: *** Waiting for unfinished jobs.... >>> >>>> [ 29%] Built target vtkpython >>> >>>> [ 29%] Python Wrapping - generating >>> >>>> vtkAngularPeriodicDataArrayPython.cxx >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... >>> >>>> --help print this help message >>> >>>> --version print the VTK version >>> >>>> -o the output file >>> >>>> -I add an include directory >>> >>>> -D define a preprocessor macro >>> >>>> -U undefine a preprocessor macro >>> >>>> @ read arguments from a file >>> >>>> --hints the hints file to use >>> >>>> --types the type hierarchy file to use >>> >>>> --concrete force concrete class (ignored, deprecated) >>> >>>> --abstract force abstract class (ignored, deprecated) >>> >>>> --vtkobject vtkObjectBase-derived class (ignored, >>> >>>> deprecated) >>> >>>> --special non-vtkObjectBase class (ignored, deprecated) >>> >>>> make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >>> >>>> Error 1 >>> >>>> make[1]: *** >>> >>>> [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >>> >>>> Error 2 >>> >>>> make[1]: *** Waiting for unfinished jobs.... >>> >>>> Scanning dependencies of target vtkCommonMathCxxTests >>> >>>> make[2]: Warning: File >>> >>>> >>> >>>> `Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/depend.make' >>> >>>> has modification time 0.041 s in the future >>> >>>> [ 29%] Building CXX object >>> >>>> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/vtkCommonMathCxxTests.cxx.o >>> >>>> [ 29%] Building CXX object >>> >>>> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestAmoebaMinimizer.cxx.o >>> >>>> [ 30%] Built target vtkCommonCoreCxxTests >>> >>>> [ 30%] Building CXX object >>> >>>> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestMatrix3x3.cxx.o >>> >>>> [ 30%] Building CXX object >>> >>>> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestPolynomialSolversUnivariate.cxx.o >>> >>>> [ 30%] Building CXX object >>> >>>> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestQuaternion.cxx.o >>> >>>> [ 30%] Linking CXX executable ../../../../bin/vtkCommonMathCxxTests >>> >>>> [ 32%] Built target vtkCommonDataModel >>> >>>> make[2]: warning: Clock skew detected. Your build may be >>> >>>> incomplete. >>> >>>> [ 32%] Built target vtkCommonMathCxxTests >>> >>>> make: *** [all] Error 2 >>> >>>> >>> >>> >>> >>> >>> >>> _______________________________________________ >>> >>> 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 VTK FAQ at: >>> >>> http://www.vtk.org/Wiki/VTK_FAQ >>> >>> >>> >>> Search the list archives at: http://markmail.org/search/?q=vtkusers >>> >>> >>> >>> Follow this link to subscribe/unsubscribe: >>> >>> http://public.kitware.com/mailman/listinfo/vtkusers >>> >>> >>> >> >>> > >>> > >>> > _______________________________________________ >>> > 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 VTK FAQ at: >>> > http://www.vtk.org/Wiki/VTK_FAQ >>> > >>> > Search the list archives at: http://markmail.org/search/?q=vtkusers >>> > >>> > Follow this link to subscribe/unsubscribe: >>> > http://public.kitware.com/mailman/listinfo/vtkusers >>> > >>> >>> >>> >>> -- >>> Cory Quammen >>> Staff R&D Engineer >>> Kitware, Inc. >> >> > > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From werdna.mal222 at gmail.com Wed Apr 12 13:57:20 2017 From: werdna.mal222 at gmail.com (Andrew Lam) Date: Wed, 12 Apr 2017 10:57:20 -0700 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: Cory, I'm sorry I don't know what you mean by local scratch space. Thanks, Andrew On Wed, Apr 12, 2017 at 10:55 AM, Cory Quammen wrote: > > I'm currently building on my school's servers. > > Is there local scratch space on which you can build software on that > server? My guess is you are building in a home directory that is on an > AFS or NFS or some other network file system, and that is causing you > problems. > > Thanks, > Cory > > > Thanks, > > Andrew > > > > > > On Wed, Apr 12, 2017 at 10:50 AM, Andrew Lam > > wrote: > >> > >> Cory, > >> > >> I'm currently building on my school's servers. > >> > >> Thanks, > >> Andrew > >> > >> On Wed, Apr 12, 2017 at 10:47 AM, Cory Quammen < > cory.quammen at kitware.com> > >> wrote: > >>> > >>> Andrew, > >>> > >>> Are you building on a networked file system of some sort? I've run > >>> into issues long ago building software before when the file system and > >>> computer have different ideas of what time it is. > >>> > >>> - Cory > >>> > >>> On Wed, Apr 12, 2017 at 1:29 PM, Andrew Lam > >>> wrote: > >>> > Hi Andy, > >>> > > >>> > It's still not working. I made a fresh build directory and ran > through > >>> > the > >>> > motions again. It still has the same issue. I've attached my > >>> > CMakeCache.txt > >>> > file from my build directory. Please let me know if you see anything > or > >>> > if > >>> > there is any other information that you might think would help. > >>> > > >>> > Thanks, > >>> > Andrew > >>> > > >>> > On Wed, Apr 12, 2017 at 8:43 AM, Andy Bauer > >>> > wrote: > >>> >> > >>> >> Hi Andrew, > >>> >> > >>> >> This should compile for you now. If it doesn't, please let us know > and > >>> >> we > >>> >> can see how to get it working for you. If you do have problems I > >>> >> recommend > >>> >> attaching your CMakeCache.txt file from your build directory so it's > >>> >> easier > >>> >> for others to inspect what you did. > >>> >> > >>> >> Best, > >>> >> Andy > >>> >> > >>> >> On Wed, Apr 12, 2017 at 11:12 AM, Andrew Lam < > werdna.mal222 at gmail.com> > >>> >> wrote: > >>> >>> > >>> >>> Ok Andy I can see it now thanks, > >>> >>> > >>> >>> my variables are set to > >>> >>> > >>> >>> Module_vtkParallelMPI4Py *OFF > >>> >>> PYTHON_EXECUTABLE */bin/python2 > >>> >>> PYTHON_EXTRA_LIBS * > >>> >>> PYTHON_INCLUDE_DIR */usr/include/python2.7 > >>> >>> PYTHON_LIBRARY *//lib64/libpython2.7.so > >>> >>> PYTHON_UTIL_LIBRARY */usr/lib64/libutil.so > >>> >>> VTK_ENABLE_VTKPYTHON *ON > >>> >>> > >>> >>> after I set VTK_WRAP_PYTHON CMake variable to ON > >>> >>> > >>> >>> it seems ok to me, but let me know if they're wrong. > >>> >>> > >>> >>> Thanks, > >>> >>> Andrew > >>> >>> > >>> >>> On Tue, Apr 11, 2017 at 3:30 PM, Andrew Lam < > werdna.mal222 at gmail.com> > >>> >>> wrote: > >>> >>>> > >>> >>>> Hi, my name is Andrew. I'm currently in a class that requires us > to > >>> >>>> install VTK. > >>> >>>> > >>> >>>> I have an issue running make in my VTK-build directory. I get a > >>> >>>> bunch of > >>> >>>> clock skew issues that pop up that won't go away after calling > >>> >>>> > >>> >>>> $ touch * > >>> >>>> > >>> >>>> then it will print out > >>> >>>> > >>> >>>> make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPyt > hon.cxx] > >>> >>>> Error 1 > >>> >>>> make[1]: *** > >>> >>>> [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] > >>> >>>> Error 2 > >>> >>>> > >>> >>>> it will then run to about 32% and then end printing > >>> >>>> > >>> >>>> make: *** [all] Error 2 > >>> >>>> > >>> >>>> I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 > >>> >>>> I'm also going to include the output of the make call. Please let > me > >>> >>>> know if you have any suggestions or if you need any more > information > >>> >>>> to > >>> >>>> understand the issue. > >>> >>>> > >>> >>>> [ 0%] Built target kwiml_test > >>> >>>> [ 0%] Built target vtksys > >>> >>>> [ 1%] Built target vtkWrappingTools > >>> >>>> [ 1%] Built target vtkalglib > >>> >>>> [ 1%] Built target vtkexpat > >>> >>>> [ 2%] Built target vtkzlib > >>> >>>> [ 2%] Built target vtkDICOMParser > >>> >>>> [ 2%] Built target vtkEncodeString > >>> >>>> [ 2%] Built target vtkjpeg > >>> >>>> [ 2%] Built target vtkHashSource > >>> >>>> [ 2%] Built target vtkglew > >>> >>>> [ 2%] Built target H5make_libsettings > >>> >>>> [ 2%] Built target H5detect > >>> >>>> [ 2%] Built target vtkWrapTcl > >>> >>>> [ 2%] Built target vtkParseJava > >>> >>>> [ 2%] Built target vtkWrapPython > >>> >>>> [ 2%] Built target vtkWrapPythonInit > >>> >>>> [ 2%] Built target vtkWrapTclInit > >>> >>>> [ 2%] Built target vtkWrapJava > >>> >>>> [ 2%] Built target vtkjsoncpp > >>> >>>> [ 2%] Built target verdict > >>> >>>> [ 2%] Built target vtksqlite > >>> >>>> [ 2%] Built target vtkoggtheora > >>> >>>> [ 2%] Built target vtkWrapHierarchy > >>> >>>> [ 4%] Built target vtkproj4 > >>> >>>> [ 4%] Built target vtkfreetype > >>> >>>> [ 5%] Built target vtklibxml2 > >>> >>>> [ 5%] Built target vtkpng > >>> >>>> [ 5%] Built target vtkmetaio > >>> >>>> [ 5%] Built target vtkgl2ps > >>> >>>> [ 5%] Built target vtktiff > >>> >>>> [ 20%] Built target vtkCommonCore > >>> >>>> [ 26%] Built target VTKData > >>> >>>> [ 28%] Built target vtkCommonSystem > >>> >>>> [ 29%] Built target vtkCommonMath > >>> >>>> [ 29%] Built target vtkhdf5 > >>> >>>> [ 29%] Built target vtkWrappingPythonCore > >>> >>>> [ 29%] Built target vtkLocalExample > >>> >>>> [ 29%] Built target vtkCommonMisc > >>> >>>> [ 29%] Built target vtkCommonTransforms > >>> >>>> [ 29%] Built target vtkCommonSystemCxxTests > >>> >>>> [ 29%] Python Wrapping - generating vtkAbstractArrayPython.cxx > >>> >>>> [ 29%] Built target vtkhdf5_hl > >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... > >>> >>>> --help print this help message > >>> >>>> --version print the VTK version > >>> >>>> -o the output file > >>> >>>> -I add an include directory > >>> >>>> -D define a preprocessor macro > >>> >>>> -U undefine a preprocessor macro > >>> >>>> @ read arguments from a file > >>> >>>> --hints the hints file to use > >>> >>>> --types the type hierarchy file to use > >>> >>>> --concrete force concrete class (ignored, deprecated) > >>> >>>> --abstract force abstract class (ignored, deprecated) > >>> >>>> --vtkobject vtkObjectBase-derived class (ignored, > >>> >>>> deprecated) > >>> >>>> --special non-vtkObjectBase class (ignored, deprecated) > >>> >>>> make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] Error 1 > >>> >>>> make[2]: *** Waiting for unfinished jobs.... > >>> >>>> [ 29%] Built target vtkpython > >>> >>>> [ 29%] Python Wrapping - generating > >>> >>>> vtkAngularPeriodicDataArrayPython.cxx > >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... > >>> >>>> --help print this help message > >>> >>>> --version print the VTK version > >>> >>>> -o the output file > >>> >>>> -I add an include directory > >>> >>>> -D define a preprocessor macro > >>> >>>> -U undefine a preprocessor macro > >>> >>>> @ read arguments from a file > >>> >>>> --hints the hints file to use > >>> >>>> --types the type hierarchy file to use > >>> >>>> --concrete force concrete class (ignored, deprecated) > >>> >>>> --abstract force abstract class (ignored, deprecated) > >>> >>>> --vtkobject vtkObjectBase-derived class (ignored, > >>> >>>> deprecated) > >>> >>>> --special non-vtkObjectBase class (ignored, deprecated) > >>> >>>> make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPyt > hon.cxx] > >>> >>>> Error 1 > >>> >>>> make[1]: *** > >>> >>>> [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] > >>> >>>> Error 2 > >>> >>>> make[1]: *** Waiting for unfinished jobs.... > >>> >>>> Scanning dependencies of target vtkCommonMathCxxTests > >>> >>>> make[2]: Warning: File > >>> >>>> > >>> >>>> `Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/ > depend.make' > >>> >>>> has modification time 0.041 s in the future > >>> >>>> [ 29%] Building CXX object > >>> >>>> > >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/ > vtkCommonMathCxxTests.cxx.o > >>> >>>> [ 29%] Building CXX object > >>> >>>> > >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/ > TestAmoebaMinimizer.cxx.o > >>> >>>> [ 30%] Built target vtkCommonCoreCxxTests > >>> >>>> [ 30%] Building CXX object > >>> >>>> > >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/ > TestMatrix3x3.cxx.o > >>> >>>> [ 30%] Building CXX object > >>> >>>> > >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/ > TestPolynomialSolversUnivariate.cxx.o > >>> >>>> [ 30%] Building CXX object > >>> >>>> > >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/ > TestQuaternion.cxx.o > >>> >>>> [ 30%] Linking CXX executable ../../../../bin/ > vtkCommonMathCxxTests > >>> >>>> [ 32%] Built target vtkCommonDataModel > >>> >>>> make[2]: warning: Clock skew detected. Your build may be > >>> >>>> incomplete. > >>> >>>> [ 32%] Built target vtkCommonMathCxxTests > >>> >>>> make: *** [all] Error 2 > >>> >>>> > >>> >>> > >>> >>> > >>> >>> _______________________________________________ > >>> >>> 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 VTK FAQ at: > >>> >>> http://www.vtk.org/Wiki/VTK_FAQ > >>> >>> > >>> >>> Search the list archives at: http://markmail.org/search/?q= > vtkusers > >>> >>> > >>> >>> Follow this link to subscribe/unsubscribe: > >>> >>> http://public.kitware.com/mailman/listinfo/vtkusers > >>> >>> > >>> >> > >>> > > >>> > > >>> > _______________________________________________ > >>> > 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 VTK FAQ at: > >>> > http://www.vtk.org/Wiki/VTK_FAQ > >>> > > >>> > Search the list archives at: http://markmail.org/search/?q=vtkusers > >>> > > >>> > Follow this link to subscribe/unsubscribe: > >>> > http://public.kitware.com/mailman/listinfo/vtkusers > >>> > > >>> > >>> > >>> > >>> -- > >>> Cory Quammen > >>> Staff R&D Engineer > >>> Kitware, Inc. > >> > >> > > > > > > _______________________________________________ > > 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 VTK FAQ at: > > http://www.vtk.org/Wiki/VTK_FAQ > > > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/vtkusers > > > > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Wed Apr 12 14:11:27 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Wed, 12 Apr 2017 14:11:27 -0400 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: Andrew, Typically, servers like the one on which I assume you are compiling have two types of storage available: 1). A network file system that you can access on more than one server and perhaps a personal computer. These typically hold a home directory for you and may be backed up. 2). Local disks on the server. It is faster to access these disks because they are local. As a result, at a number of computing centers it is often possible to use these disks to do things like compile source code. These disks are typically not backed up - think of them as "scratch" paper where you do somewhat temporary work. Is it necessary to compile VTK on the school server? If so, I suggest asking your instructor who has hopefully done that once already and knows how to resolve the issue you are facing. HTH, Cory On Wed, Apr 12, 2017 at 1:57 PM, Andrew Lam wrote: > Cory, > > I'm sorry I don't know what you mean by local scratch space. > > Thanks, > > Andrew > > On Wed, Apr 12, 2017 at 10:55 AM, Cory Quammen > wrote: >> >> > I'm currently building on my school's servers. >> >> Is there local scratch space on which you can build software on that >> server? My guess is you are building in a home directory that is on an >> AFS or NFS or some other network file system, and that is causing you >> problems. >> >> Thanks, >> Cory >> >> > Thanks, >> > Andrew >> > >> > >> > On Wed, Apr 12, 2017 at 10:50 AM, Andrew Lam >> > wrote: >> >> >> >> Cory, >> >> >> >> I'm currently building on my school's servers. >> >> >> >> Thanks, >> >> Andrew >> >> >> >> On Wed, Apr 12, 2017 at 10:47 AM, Cory Quammen >> >> >> >> wrote: >> >>> >> >>> Andrew, >> >>> >> >>> Are you building on a networked file system of some sort? I've run >> >>> into issues long ago building software before when the file system and >> >>> computer have different ideas of what time it is. >> >>> >> >>> - Cory >> >>> >> >>> On Wed, Apr 12, 2017 at 1:29 PM, Andrew Lam >> >>> wrote: >> >>> > Hi Andy, >> >>> > >> >>> > It's still not working. I made a fresh build directory and ran >> >>> > through >> >>> > the >> >>> > motions again. It still has the same issue. I've attached my >> >>> > CMakeCache.txt >> >>> > file from my build directory. Please let me know if you see anything >> >>> > or >> >>> > if >> >>> > there is any other information that you might think would help. >> >>> > >> >>> > Thanks, >> >>> > Andrew >> >>> > >> >>> > On Wed, Apr 12, 2017 at 8:43 AM, Andy Bauer >> >>> > wrote: >> >>> >> >> >>> >> Hi Andrew, >> >>> >> >> >>> >> This should compile for you now. If it doesn't, please let us know >> >>> >> and >> >>> >> we >> >>> >> can see how to get it working for you. If you do have problems I >> >>> >> recommend >> >>> >> attaching your CMakeCache.txt file from your build directory so >> >>> >> it's >> >>> >> easier >> >>> >> for others to inspect what you did. >> >>> >> >> >>> >> Best, >> >>> >> Andy >> >>> >> >> >>> >> On Wed, Apr 12, 2017 at 11:12 AM, Andrew Lam >> >>> >> >> >>> >> wrote: >> >>> >>> >> >>> >>> Ok Andy I can see it now thanks, >> >>> >>> >> >>> >>> my variables are set to >> >>> >>> >> >>> >>> Module_vtkParallelMPI4Py *OFF >> >>> >>> PYTHON_EXECUTABLE */bin/python2 >> >>> >>> PYTHON_EXTRA_LIBS * >> >>> >>> PYTHON_INCLUDE_DIR */usr/include/python2.7 >> >>> >>> PYTHON_LIBRARY *//lib64/libpython2.7.so >> >>> >>> PYTHON_UTIL_LIBRARY */usr/lib64/libutil.so >> >>> >>> VTK_ENABLE_VTKPYTHON *ON >> >>> >>> >> >>> >>> after I set VTK_WRAP_PYTHON CMake variable to ON >> >>> >>> >> >>> >>> it seems ok to me, but let me know if they're wrong. >> >>> >>> >> >>> >>> Thanks, >> >>> >>> Andrew >> >>> >>> >> >>> >>> On Tue, Apr 11, 2017 at 3:30 PM, Andrew Lam >> >>> >>> >> >>> >>> wrote: >> >>> >>>> >> >>> >>>> Hi, my name is Andrew. I'm currently in a class that requires us >> >>> >>>> to >> >>> >>>> install VTK. >> >>> >>>> >> >>> >>>> I have an issue running make in my VTK-build directory. I get a >> >>> >>>> bunch of >> >>> >>>> clock skew issues that pop up that won't go away after calling >> >>> >>>> >> >>> >>>> $ touch * >> >>> >>>> >> >>> >>>> then it will print out >> >>> >>>> >> >>> >>>> make[2]: *** >> >>> >>>> [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >> >>> >>>> Error 1 >> >>> >>>> make[1]: *** >> >>> >>>> [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >> >>> >>>> Error 2 >> >>> >>>> >> >>> >>>> it will then run to about 32% and then end printing >> >>> >>>> >> >>> >>>> make: *** [all] Error 2 >> >>> >>>> >> >>> >>>> I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 >> >>> >>>> I'm also going to include the output of the make call. Please let >> >>> >>>> me >> >>> >>>> know if you have any suggestions or if you need any more >> >>> >>>> information >> >>> >>>> to >> >>> >>>> understand the issue. >> >>> >>>> >> >>> >>>> [ 0%] Built target kwiml_test >> >>> >>>> [ 0%] Built target vtksys >> >>> >>>> [ 1%] Built target vtkWrappingTools >> >>> >>>> [ 1%] Built target vtkalglib >> >>> >>>> [ 1%] Built target vtkexpat >> >>> >>>> [ 2%] Built target vtkzlib >> >>> >>>> [ 2%] Built target vtkDICOMParser >> >>> >>>> [ 2%] Built target vtkEncodeString >> >>> >>>> [ 2%] Built target vtkjpeg >> >>> >>>> [ 2%] Built target vtkHashSource >> >>> >>>> [ 2%] Built target vtkglew >> >>> >>>> [ 2%] Built target H5make_libsettings >> >>> >>>> [ 2%] Built target H5detect >> >>> >>>> [ 2%] Built target vtkWrapTcl >> >>> >>>> [ 2%] Built target vtkParseJava >> >>> >>>> [ 2%] Built target vtkWrapPython >> >>> >>>> [ 2%] Built target vtkWrapPythonInit >> >>> >>>> [ 2%] Built target vtkWrapTclInit >> >>> >>>> [ 2%] Built target vtkWrapJava >> >>> >>>> [ 2%] Built target vtkjsoncpp >> >>> >>>> [ 2%] Built target verdict >> >>> >>>> [ 2%] Built target vtksqlite >> >>> >>>> [ 2%] Built target vtkoggtheora >> >>> >>>> [ 2%] Built target vtkWrapHierarchy >> >>> >>>> [ 4%] Built target vtkproj4 >> >>> >>>> [ 4%] Built target vtkfreetype >> >>> >>>> [ 5%] Built target vtklibxml2 >> >>> >>>> [ 5%] Built target vtkpng >> >>> >>>> [ 5%] Built target vtkmetaio >> >>> >>>> [ 5%] Built target vtkgl2ps >> >>> >>>> [ 5%] Built target vtktiff >> >>> >>>> [ 20%] Built target vtkCommonCore >> >>> >>>> [ 26%] Built target VTKData >> >>> >>>> [ 28%] Built target vtkCommonSystem >> >>> >>>> [ 29%] Built target vtkCommonMath >> >>> >>>> [ 29%] Built target vtkhdf5 >> >>> >>>> [ 29%] Built target vtkWrappingPythonCore >> >>> >>>> [ 29%] Built target vtkLocalExample >> >>> >>>> [ 29%] Built target vtkCommonMisc >> >>> >>>> [ 29%] Built target vtkCommonTransforms >> >>> >>>> [ 29%] Built target vtkCommonSystemCxxTests >> >>> >>>> [ 29%] Python Wrapping - generating vtkAbstractArrayPython.cxx >> >>> >>>> [ 29%] Built target vtkhdf5_hl >> >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... >> >>> >>>> --help print this help message >> >>> >>>> --version print the VTK version >> >>> >>>> -o the output file >> >>> >>>> -I add an include directory >> >>> >>>> -D define a preprocessor macro >> >>> >>>> -U undefine a preprocessor macro >> >>> >>>> @ read arguments from a file >> >>> >>>> --hints the hints file to use >> >>> >>>> --types the type hierarchy file to use >> >>> >>>> --concrete force concrete class (ignored, deprecated) >> >>> >>>> --abstract force abstract class (ignored, deprecated) >> >>> >>>> --vtkobject vtkObjectBase-derived class (ignored, >> >>> >>>> deprecated) >> >>> >>>> --special non-vtkObjectBase class (ignored, deprecated) >> >>> >>>> make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] Error 1 >> >>> >>>> make[2]: *** Waiting for unfinished jobs.... >> >>> >>>> [ 29%] Built target vtkpython >> >>> >>>> [ 29%] Python Wrapping - generating >> >>> >>>> vtkAngularPeriodicDataArrayPython.cxx >> >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... >> >>> >>>> --help print this help message >> >>> >>>> --version print the VTK version >> >>> >>>> -o the output file >> >>> >>>> -I add an include directory >> >>> >>>> -D define a preprocessor macro >> >>> >>>> -U undefine a preprocessor macro >> >>> >>>> @ read arguments from a file >> >>> >>>> --hints the hints file to use >> >>> >>>> --types the type hierarchy file to use >> >>> >>>> --concrete force concrete class (ignored, deprecated) >> >>> >>>> --abstract force abstract class (ignored, deprecated) >> >>> >>>> --vtkobject vtkObjectBase-derived class (ignored, >> >>> >>>> deprecated) >> >>> >>>> --special non-vtkObjectBase class (ignored, deprecated) >> >>> >>>> make[2]: *** >> >>> >>>> [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >> >>> >>>> Error 1 >> >>> >>>> make[1]: *** >> >>> >>>> [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >> >>> >>>> Error 2 >> >>> >>>> make[1]: *** Waiting for unfinished jobs.... >> >>> >>>> Scanning dependencies of target vtkCommonMathCxxTests >> >>> >>>> make[2]: Warning: File >> >>> >>>> >> >>> >>>> >> >>> >>>> `Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/depend.make' >> >>> >>>> has modification time 0.041 s in the future >> >>> >>>> [ 29%] Building CXX object >> >>> >>>> >> >>> >>>> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/vtkCommonMathCxxTests.cxx.o >> >>> >>>> [ 29%] Building CXX object >> >>> >>>> >> >>> >>>> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestAmoebaMinimizer.cxx.o >> >>> >>>> [ 30%] Built target vtkCommonCoreCxxTests >> >>> >>>> [ 30%] Building CXX object >> >>> >>>> >> >>> >>>> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestMatrix3x3.cxx.o >> >>> >>>> [ 30%] Building CXX object >> >>> >>>> >> >>> >>>> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestPolynomialSolversUnivariate.cxx.o >> >>> >>>> [ 30%] Building CXX object >> >>> >>>> >> >>> >>>> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestQuaternion.cxx.o >> >>> >>>> [ 30%] Linking CXX executable >> >>> >>>> ../../../../bin/vtkCommonMathCxxTests >> >>> >>>> [ 32%] Built target vtkCommonDataModel >> >>> >>>> make[2]: warning: Clock skew detected. Your build may be >> >>> >>>> incomplete. >> >>> >>>> [ 32%] Built target vtkCommonMathCxxTests >> >>> >>>> make: *** [all] Error 2 >> >>> >>>> >> >>> >>> >> >>> >>> >> >>> >>> _______________________________________________ >> >>> >>> 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 VTK FAQ at: >> >>> >>> http://www.vtk.org/Wiki/VTK_FAQ >> >>> >>> >> >>> >>> Search the list archives at: >> >>> >>> http://markmail.org/search/?q=vtkusers >> >>> >>> >> >>> >>> Follow this link to subscribe/unsubscribe: >> >>> >>> http://public.kitware.com/mailman/listinfo/vtkusers >> >>> >>> >> >>> >> >> >>> > >> >>> > >> >>> > _______________________________________________ >> >>> > 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 VTK FAQ at: >> >>> > http://www.vtk.org/Wiki/VTK_FAQ >> >>> > >> >>> > Search the list archives at: http://markmail.org/search/?q=vtkusers >> >>> > >> >>> > Follow this link to subscribe/unsubscribe: >> >>> > http://public.kitware.com/mailman/listinfo/vtkusers >> >>> > >> >>> >> >>> >> >>> >> >>> -- >> >>> Cory Quammen >> >>> Staff R&D Engineer >> >>> Kitware, Inc. >> >> >> >> >> > >> > >> > _______________________________________________ >> > 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 VTK FAQ at: >> > http://www.vtk.org/Wiki/VTK_FAQ >> > >> > Search the list archives at: http://markmail.org/search/?q=vtkusers >> > >> > Follow this link to subscribe/unsubscribe: >> > http://public.kitware.com/mailman/listinfo/vtkusers >> > >> >> >> >> -- >> Cory Quammen >> Staff R&D Engineer >> Kitware, Inc. > > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From werdna.mal222 at gmail.com Wed Apr 12 14:15:38 2017 From: werdna.mal222 at gmail.com (Andrew Lam) Date: Wed, 12 Apr 2017 11:15:38 -0700 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: Cory, In my case it is, because I only have a desktop and not a laptop and we need to demo our projects in class. I've asked the instructor for help with the issue and this is the first time he's teaching the class and he hasn't built VTK on the school servers. Thanks, Andrew On Wed, Apr 12, 2017 at 11:11 AM, Cory Quammen wrote: > Andrew, > > Typically, servers like the one on which I assume you are compiling > have two types of storage available: > > 1). A network file system that you can access on more than one server > and perhaps a personal computer. These typically hold a home directory > for you and may be backed up. > > 2). Local disks on the server. It is faster to access these disks > because they are local. As a result, at a number of computing centers > it is often possible to use these disks to do things like compile > source code. These disks are typically not backed up - think of them > as "scratch" paper where you do somewhat temporary work. > > Is it necessary to compile VTK on the school server? If so, I suggest > asking your instructor who has hopefully done that once already and > knows how to resolve the issue you are facing. > > HTH, > Cory > > On Wed, Apr 12, 2017 at 1:57 PM, Andrew Lam > wrote: > > Cory, > > > > I'm sorry I don't know what you mean by local scratch space. > > > > Thanks, > > > > Andrew > > > > On Wed, Apr 12, 2017 at 10:55 AM, Cory Quammen > > > wrote: > >> > >> > I'm currently building on my school's servers. > >> > >> Is there local scratch space on which you can build software on that > >> server? My guess is you are building in a home directory that is on an > >> AFS or NFS or some other network file system, and that is causing you > >> problems. > >> > >> Thanks, > >> Cory > >> > >> > Thanks, > >> > Andrew > >> > > >> > > >> > On Wed, Apr 12, 2017 at 10:50 AM, Andrew Lam > > >> > wrote: > >> >> > >> >> Cory, > >> >> > >> >> I'm currently building on my school's servers. > >> >> > >> >> Thanks, > >> >> Andrew > >> >> > >> >> On Wed, Apr 12, 2017 at 10:47 AM, Cory Quammen > >> >> > >> >> wrote: > >> >>> > >> >>> Andrew, > >> >>> > >> >>> Are you building on a networked file system of some sort? I've run > >> >>> into issues long ago building software before when the file system > and > >> >>> computer have different ideas of what time it is. > >> >>> > >> >>> - Cory > >> >>> > >> >>> On Wed, Apr 12, 2017 at 1:29 PM, Andrew Lam < > werdna.mal222 at gmail.com> > >> >>> wrote: > >> >>> > Hi Andy, > >> >>> > > >> >>> > It's still not working. I made a fresh build directory and ran > >> >>> > through > >> >>> > the > >> >>> > motions again. It still has the same issue. I've attached my > >> >>> > CMakeCache.txt > >> >>> > file from my build directory. Please let me know if you see > anything > >> >>> > or > >> >>> > if > >> >>> > there is any other information that you might think would help. > >> >>> > > >> >>> > Thanks, > >> >>> > Andrew > >> >>> > > >> >>> > On Wed, Apr 12, 2017 at 8:43 AM, Andy Bauer < > andy.bauer at kitware.com> > >> >>> > wrote: > >> >>> >> > >> >>> >> Hi Andrew, > >> >>> >> > >> >>> >> This should compile for you now. If it doesn't, please let us > know > >> >>> >> and > >> >>> >> we > >> >>> >> can see how to get it working for you. If you do have problems I > >> >>> >> recommend > >> >>> >> attaching your CMakeCache.txt file from your build directory so > >> >>> >> it's > >> >>> >> easier > >> >>> >> for others to inspect what you did. > >> >>> >> > >> >>> >> Best, > >> >>> >> Andy > >> >>> >> > >> >>> >> On Wed, Apr 12, 2017 at 11:12 AM, Andrew Lam > >> >>> >> > >> >>> >> wrote: > >> >>> >>> > >> >>> >>> Ok Andy I can see it now thanks, > >> >>> >>> > >> >>> >>> my variables are set to > >> >>> >>> > >> >>> >>> Module_vtkParallelMPI4Py *OFF > >> >>> >>> PYTHON_EXECUTABLE */bin/python2 > >> >>> >>> PYTHON_EXTRA_LIBS * > >> >>> >>> PYTHON_INCLUDE_DIR */usr/include/python2.7 > >> >>> >>> PYTHON_LIBRARY *//lib64/libpython2.7.so > >> >>> >>> PYTHON_UTIL_LIBRARY */usr/lib64/libutil.so > >> >>> >>> VTK_ENABLE_VTKPYTHON *ON > >> >>> >>> > >> >>> >>> after I set VTK_WRAP_PYTHON CMake variable to ON > >> >>> >>> > >> >>> >>> it seems ok to me, but let me know if they're wrong. > >> >>> >>> > >> >>> >>> Thanks, > >> >>> >>> Andrew > >> >>> >>> > >> >>> >>> On Tue, Apr 11, 2017 at 3:30 PM, Andrew Lam > >> >>> >>> > >> >>> >>> wrote: > >> >>> >>>> > >> >>> >>>> Hi, my name is Andrew. I'm currently in a class that requires > us > >> >>> >>>> to > >> >>> >>>> install VTK. > >> >>> >>>> > >> >>> >>>> I have an issue running make in my VTK-build directory. I get a > >> >>> >>>> bunch of > >> >>> >>>> clock skew issues that pop up that won't go away after calling > >> >>> >>>> > >> >>> >>>> $ touch * > >> >>> >>>> > >> >>> >>>> then it will print out > >> >>> >>>> > >> >>> >>>> make[2]: *** > >> >>> >>>> [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] > >> >>> >>>> Error 1 > >> >>> >>>> make[1]: *** > >> >>> >>>> [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] > >> >>> >>>> Error 2 > >> >>> >>>> > >> >>> >>>> it will then run to about 32% and then end printing > >> >>> >>>> > >> >>> >>>> make: *** [all] Error 2 > >> >>> >>>> > >> >>> >>>> I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 > >> >>> >>>> I'm also going to include the output of the make call. Please > let > >> >>> >>>> me > >> >>> >>>> know if you have any suggestions or if you need any more > >> >>> >>>> information > >> >>> >>>> to > >> >>> >>>> understand the issue. > >> >>> >>>> > >> >>> >>>> [ 0%] Built target kwiml_test > >> >>> >>>> [ 0%] Built target vtksys > >> >>> >>>> [ 1%] Built target vtkWrappingTools > >> >>> >>>> [ 1%] Built target vtkalglib > >> >>> >>>> [ 1%] Built target vtkexpat > >> >>> >>>> [ 2%] Built target vtkzlib > >> >>> >>>> [ 2%] Built target vtkDICOMParser > >> >>> >>>> [ 2%] Built target vtkEncodeString > >> >>> >>>> [ 2%] Built target vtkjpeg > >> >>> >>>> [ 2%] Built target vtkHashSource > >> >>> >>>> [ 2%] Built target vtkglew > >> >>> >>>> [ 2%] Built target H5make_libsettings > >> >>> >>>> [ 2%] Built target H5detect > >> >>> >>>> [ 2%] Built target vtkWrapTcl > >> >>> >>>> [ 2%] Built target vtkParseJava > >> >>> >>>> [ 2%] Built target vtkWrapPython > >> >>> >>>> [ 2%] Built target vtkWrapPythonInit > >> >>> >>>> [ 2%] Built target vtkWrapTclInit > >> >>> >>>> [ 2%] Built target vtkWrapJava > >> >>> >>>> [ 2%] Built target vtkjsoncpp > >> >>> >>>> [ 2%] Built target verdict > >> >>> >>>> [ 2%] Built target vtksqlite > >> >>> >>>> [ 2%] Built target vtkoggtheora > >> >>> >>>> [ 2%] Built target vtkWrapHierarchy > >> >>> >>>> [ 4%] Built target vtkproj4 > >> >>> >>>> [ 4%] Built target vtkfreetype > >> >>> >>>> [ 5%] Built target vtklibxml2 > >> >>> >>>> [ 5%] Built target vtkpng > >> >>> >>>> [ 5%] Built target vtkmetaio > >> >>> >>>> [ 5%] Built target vtkgl2ps > >> >>> >>>> [ 5%] Built target vtktiff > >> >>> >>>> [ 20%] Built target vtkCommonCore > >> >>> >>>> [ 26%] Built target VTKData > >> >>> >>>> [ 28%] Built target vtkCommonSystem > >> >>> >>>> [ 29%] Built target vtkCommonMath > >> >>> >>>> [ 29%] Built target vtkhdf5 > >> >>> >>>> [ 29%] Built target vtkWrappingPythonCore > >> >>> >>>> [ 29%] Built target vtkLocalExample > >> >>> >>>> [ 29%] Built target vtkCommonMisc > >> >>> >>>> [ 29%] Built target vtkCommonTransforms > >> >>> >>>> [ 29%] Built target vtkCommonSystemCxxTests > >> >>> >>>> [ 29%] Python Wrapping - generating vtkAbstractArrayPython.cxx > >> >>> >>>> [ 29%] Built target vtkhdf5_hl > >> >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... > >> >>> >>>> --help print this help message > >> >>> >>>> --version print the VTK version > >> >>> >>>> -o the output file > >> >>> >>>> -I add an include directory > >> >>> >>>> -D define a preprocessor macro > >> >>> >>>> -U undefine a preprocessor macro > >> >>> >>>> @ read arguments from a file > >> >>> >>>> --hints the hints file to use > >> >>> >>>> --types the type hierarchy file to use > >> >>> >>>> --concrete force concrete class (ignored, deprecated) > >> >>> >>>> --abstract force abstract class (ignored, deprecated) > >> >>> >>>> --vtkobject vtkObjectBase-derived class (ignored, > >> >>> >>>> deprecated) > >> >>> >>>> --special non-vtkObjectBase class (ignored, > deprecated) > >> >>> >>>> make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] > Error 1 > >> >>> >>>> make[2]: *** Waiting for unfinished jobs.... > >> >>> >>>> [ 29%] Built target vtkpython > >> >>> >>>> [ 29%] Python Wrapping - generating > >> >>> >>>> vtkAngularPeriodicDataArrayPython.cxx > >> >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... > >> >>> >>>> --help print this help message > >> >>> >>>> --version print the VTK version > >> >>> >>>> -o the output file > >> >>> >>>> -I add an include directory > >> >>> >>>> -D define a preprocessor macro > >> >>> >>>> -U undefine a preprocessor macro > >> >>> >>>> @ read arguments from a file > >> >>> >>>> --hints the hints file to use > >> >>> >>>> --types the type hierarchy file to use > >> >>> >>>> --concrete force concrete class (ignored, deprecated) > >> >>> >>>> --abstract force abstract class (ignored, deprecated) > >> >>> >>>> --vtkobject vtkObjectBase-derived class (ignored, > >> >>> >>>> deprecated) > >> >>> >>>> --special non-vtkObjectBase class (ignored, > deprecated) > >> >>> >>>> make[2]: *** > >> >>> >>>> [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] > >> >>> >>>> Error 1 > >> >>> >>>> make[1]: *** > >> >>> >>>> [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] > >> >>> >>>> Error 2 > >> >>> >>>> make[1]: *** Waiting for unfinished jobs.... > >> >>> >>>> Scanning dependencies of target vtkCommonMathCxxTests > >> >>> >>>> make[2]: Warning: File > >> >>> >>>> > >> >>> >>>> > >> >>> >>>> `Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/ > depend.make' > >> >>> >>>> has modification time 0.041 s in the future > >> >>> >>>> [ 29%] Building CXX object > >> >>> >>>> > >> >>> >>>> > >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/ > vtkCommonMathCxxTests.cxx.o > >> >>> >>>> [ 29%] Building CXX object > >> >>> >>>> > >> >>> >>>> > >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/ > TestAmoebaMinimizer.cxx.o > >> >>> >>>> [ 30%] Built target vtkCommonCoreCxxTests > >> >>> >>>> [ 30%] Building CXX object > >> >>> >>>> > >> >>> >>>> > >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/ > TestMatrix3x3.cxx.o > >> >>> >>>> [ 30%] Building CXX object > >> >>> >>>> > >> >>> >>>> > >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/ > TestPolynomialSolversUnivariate.cxx.o > >> >>> >>>> [ 30%] Building CXX object > >> >>> >>>> > >> >>> >>>> > >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/ > TestQuaternion.cxx.o > >> >>> >>>> [ 30%] Linking CXX executable > >> >>> >>>> ../../../../bin/vtkCommonMathCxxTests > >> >>> >>>> [ 32%] Built target vtkCommonDataModel > >> >>> >>>> make[2]: warning: Clock skew detected. Your build may be > >> >>> >>>> incomplete. > >> >>> >>>> [ 32%] Built target vtkCommonMathCxxTests > >> >>> >>>> make: *** [all] Error 2 > >> >>> >>>> > >> >>> >>> > >> >>> >>> > >> >>> >>> _______________________________________________ > >> >>> >>> 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 VTK FAQ at: > >> >>> >>> http://www.vtk.org/Wiki/VTK_FAQ > >> >>> >>> > >> >>> >>> Search the list archives at: > >> >>> >>> http://markmail.org/search/?q=vtkusers > >> >>> >>> > >> >>> >>> Follow this link to subscribe/unsubscribe: > >> >>> >>> http://public.kitware.com/mailman/listinfo/vtkusers > >> >>> >>> > >> >>> >> > >> >>> > > >> >>> > > >> >>> > _______________________________________________ > >> >>> > 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 VTK FAQ at: > >> >>> > http://www.vtk.org/Wiki/VTK_FAQ > >> >>> > > >> >>> > Search the list archives at: http://markmail.org/search/?q= > vtkusers > >> >>> > > >> >>> > Follow this link to subscribe/unsubscribe: > >> >>> > http://public.kitware.com/mailman/listinfo/vtkusers > >> >>> > > >> >>> > >> >>> > >> >>> > >> >>> -- > >> >>> Cory Quammen > >> >>> Staff R&D Engineer > >> >>> Kitware, Inc. > >> >> > >> >> > >> > > >> > > >> > _______________________________________________ > >> > 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 VTK FAQ at: > >> > http://www.vtk.org/Wiki/VTK_FAQ > >> > > >> > Search the list archives at: http://markmail.org/search/?q=vtkusers > >> > > >> > Follow this link to subscribe/unsubscribe: > >> > http://public.kitware.com/mailman/listinfo/vtkusers > >> > > >> > >> > >> > >> -- > >> Cory Quammen > >> Staff R&D Engineer > >> Kitware, Inc. > > > > > > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Wed Apr 12 14:23:18 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Wed, 12 Apr 2017 14:23:18 -0400 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: Andrew, You could try building in /tmp on the local machine. That should eliminate the clock skew issues, then you can see if there is a VTK-specific problem preventing the compilation. It should be a lot faster to compile on the local disk as well. Cory On Wed, Apr 12, 2017 at 2:15 PM, Andrew Lam wrote: > Cory, > > In my case it is, because I only have a desktop and not a laptop and we need > to demo our projects in class. I've asked the instructor for help with the > issue and this is the first time he's teaching the class and he hasn't built > VTK on the school servers. > > Thanks, > Andrew > > On Wed, Apr 12, 2017 at 11:11 AM, Cory Quammen > wrote: >> >> Andrew, >> >> Typically, servers like the one on which I assume you are compiling >> have two types of storage available: >> >> 1). A network file system that you can access on more than one server >> and perhaps a personal computer. These typically hold a home directory >> for you and may be backed up. >> >> 2). Local disks on the server. It is faster to access these disks >> because they are local. As a result, at a number of computing centers >> it is often possible to use these disks to do things like compile >> source code. These disks are typically not backed up - think of them >> as "scratch" paper where you do somewhat temporary work. >> >> Is it necessary to compile VTK on the school server? If so, I suggest >> asking your instructor who has hopefully done that once already and >> knows how to resolve the issue you are facing. >> >> HTH, >> Cory >> >> On Wed, Apr 12, 2017 at 1:57 PM, Andrew Lam >> wrote: >> > Cory, >> > >> > I'm sorry I don't know what you mean by local scratch space. >> > >> > Thanks, >> > >> > Andrew >> > >> > On Wed, Apr 12, 2017 at 10:55 AM, Cory Quammen >> > >> > wrote: >> >> >> >> > I'm currently building on my school's servers. >> >> >> >> Is there local scratch space on which you can build software on that >> >> server? My guess is you are building in a home directory that is on an >> >> AFS or NFS or some other network file system, and that is causing you >> >> problems. >> >> >> >> Thanks, >> >> Cory >> >> >> >> > Thanks, >> >> > Andrew >> >> > >> >> > >> >> > On Wed, Apr 12, 2017 at 10:50 AM, Andrew Lam >> >> > >> >> > wrote: >> >> >> >> >> >> Cory, >> >> >> >> >> >> I'm currently building on my school's servers. >> >> >> >> >> >> Thanks, >> >> >> Andrew >> >> >> >> >> >> On Wed, Apr 12, 2017 at 10:47 AM, Cory Quammen >> >> >> >> >> >> wrote: >> >> >>> >> >> >>> Andrew, >> >> >>> >> >> >>> Are you building on a networked file system of some sort? I've run >> >> >>> into issues long ago building software before when the file system >> >> >>> and >> >> >>> computer have different ideas of what time it is. >> >> >>> >> >> >>> - Cory >> >> >>> >> >> >>> On Wed, Apr 12, 2017 at 1:29 PM, Andrew Lam >> >> >>> >> >> >>> wrote: >> >> >>> > Hi Andy, >> >> >>> > >> >> >>> > It's still not working. I made a fresh build directory and ran >> >> >>> > through >> >> >>> > the >> >> >>> > motions again. It still has the same issue. I've attached my >> >> >>> > CMakeCache.txt >> >> >>> > file from my build directory. Please let me know if you see >> >> >>> > anything >> >> >>> > or >> >> >>> > if >> >> >>> > there is any other information that you might think would help. >> >> >>> > >> >> >>> > Thanks, >> >> >>> > Andrew >> >> >>> > >> >> >>> > On Wed, Apr 12, 2017 at 8:43 AM, Andy Bauer >> >> >>> > >> >> >>> > wrote: >> >> >>> >> >> >> >>> >> Hi Andrew, >> >> >>> >> >> >> >>> >> This should compile for you now. If it doesn't, please let us >> >> >>> >> know >> >> >>> >> and >> >> >>> >> we >> >> >>> >> can see how to get it working for you. If you do have problems I >> >> >>> >> recommend >> >> >>> >> attaching your CMakeCache.txt file from your build directory so >> >> >>> >> it's >> >> >>> >> easier >> >> >>> >> for others to inspect what you did. >> >> >>> >> >> >> >>> >> Best, >> >> >>> >> Andy >> >> >>> >> >> >> >>> >> On Wed, Apr 12, 2017 at 11:12 AM, Andrew Lam >> >> >>> >> >> >> >>> >> wrote: >> >> >>> >>> >> >> >>> >>> Ok Andy I can see it now thanks, >> >> >>> >>> >> >> >>> >>> my variables are set to >> >> >>> >>> >> >> >>> >>> Module_vtkParallelMPI4Py *OFF >> >> >>> >>> PYTHON_EXECUTABLE */bin/python2 >> >> >>> >>> PYTHON_EXTRA_LIBS * >> >> >>> >>> PYTHON_INCLUDE_DIR */usr/include/python2.7 >> >> >>> >>> PYTHON_LIBRARY *//lib64/libpython2.7.so >> >> >>> >>> PYTHON_UTIL_LIBRARY */usr/lib64/libutil.so >> >> >>> >>> VTK_ENABLE_VTKPYTHON *ON >> >> >>> >>> >> >> >>> >>> after I set VTK_WRAP_PYTHON CMake variable to ON >> >> >>> >>> >> >> >>> >>> it seems ok to me, but let me know if they're wrong. >> >> >>> >>> >> >> >>> >>> Thanks, >> >> >>> >>> Andrew >> >> >>> >>> >> >> >>> >>> On Tue, Apr 11, 2017 at 3:30 PM, Andrew Lam >> >> >>> >>> >> >> >>> >>> wrote: >> >> >>> >>>> >> >> >>> >>>> Hi, my name is Andrew. I'm currently in a class that requires >> >> >>> >>>> us >> >> >>> >>>> to >> >> >>> >>>> install VTK. >> >> >>> >>>> >> >> >>> >>>> I have an issue running make in my VTK-build directory. I get >> >> >>> >>>> a >> >> >>> >>>> bunch of >> >> >>> >>>> clock skew issues that pop up that won't go away after calling >> >> >>> >>>> >> >> >>> >>>> $ touch * >> >> >>> >>>> >> >> >>> >>>> then it will print out >> >> >>> >>>> >> >> >>> >>>> make[2]: *** >> >> >>> >>>> [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >> >> >>> >>>> Error 1 >> >> >>> >>>> make[1]: *** >> >> >>> >>>> [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >> >> >>> >>>> Error 2 >> >> >>> >>>> >> >> >>> >>>> it will then run to about 32% and then end printing >> >> >>> >>>> >> >> >>> >>>> make: *** [all] Error 2 >> >> >>> >>>> >> >> >>> >>>> I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 >> >> >>> >>>> I'm also going to include the output of the make call. Please >> >> >>> >>>> let >> >> >>> >>>> me >> >> >>> >>>> know if you have any suggestions or if you need any more >> >> >>> >>>> information >> >> >>> >>>> to >> >> >>> >>>> understand the issue. >> >> >>> >>>> >> >> >>> >>>> [ 0%] Built target kwiml_test >> >> >>> >>>> [ 0%] Built target vtksys >> >> >>> >>>> [ 1%] Built target vtkWrappingTools >> >> >>> >>>> [ 1%] Built target vtkalglib >> >> >>> >>>> [ 1%] Built target vtkexpat >> >> >>> >>>> [ 2%] Built target vtkzlib >> >> >>> >>>> [ 2%] Built target vtkDICOMParser >> >> >>> >>>> [ 2%] Built target vtkEncodeString >> >> >>> >>>> [ 2%] Built target vtkjpeg >> >> >>> >>>> [ 2%] Built target vtkHashSource >> >> >>> >>>> [ 2%] Built target vtkglew >> >> >>> >>>> [ 2%] Built target H5make_libsettings >> >> >>> >>>> [ 2%] Built target H5detect >> >> >>> >>>> [ 2%] Built target vtkWrapTcl >> >> >>> >>>> [ 2%] Built target vtkParseJava >> >> >>> >>>> [ 2%] Built target vtkWrapPython >> >> >>> >>>> [ 2%] Built target vtkWrapPythonInit >> >> >>> >>>> [ 2%] Built target vtkWrapTclInit >> >> >>> >>>> [ 2%] Built target vtkWrapJava >> >> >>> >>>> [ 2%] Built target vtkjsoncpp >> >> >>> >>>> [ 2%] Built target verdict >> >> >>> >>>> [ 2%] Built target vtksqlite >> >> >>> >>>> [ 2%] Built target vtkoggtheora >> >> >>> >>>> [ 2%] Built target vtkWrapHierarchy >> >> >>> >>>> [ 4%] Built target vtkproj4 >> >> >>> >>>> [ 4%] Built target vtkfreetype >> >> >>> >>>> [ 5%] Built target vtklibxml2 >> >> >>> >>>> [ 5%] Built target vtkpng >> >> >>> >>>> [ 5%] Built target vtkmetaio >> >> >>> >>>> [ 5%] Built target vtkgl2ps >> >> >>> >>>> [ 5%] Built target vtktiff >> >> >>> >>>> [ 20%] Built target vtkCommonCore >> >> >>> >>>> [ 26%] Built target VTKData >> >> >>> >>>> [ 28%] Built target vtkCommonSystem >> >> >>> >>>> [ 29%] Built target vtkCommonMath >> >> >>> >>>> [ 29%] Built target vtkhdf5 >> >> >>> >>>> [ 29%] Built target vtkWrappingPythonCore >> >> >>> >>>> [ 29%] Built target vtkLocalExample >> >> >>> >>>> [ 29%] Built target vtkCommonMisc >> >> >>> >>>> [ 29%] Built target vtkCommonTransforms >> >> >>> >>>> [ 29%] Built target vtkCommonSystemCxxTests >> >> >>> >>>> [ 29%] Python Wrapping - generating vtkAbstractArrayPython.cxx >> >> >>> >>>> [ 29%] Built target vtkhdf5_hl >> >> >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... >> >> >>> >>>> --help print this help message >> >> >>> >>>> --version print the VTK version >> >> >>> >>>> -o the output file >> >> >>> >>>> -I add an include directory >> >> >>> >>>> -D define a preprocessor macro >> >> >>> >>>> -U undefine a preprocessor macro >> >> >>> >>>> @ read arguments from a file >> >> >>> >>>> --hints the hints file to use >> >> >>> >>>> --types the type hierarchy file to use >> >> >>> >>>> --concrete force concrete class (ignored, deprecated) >> >> >>> >>>> --abstract force abstract class (ignored, deprecated) >> >> >>> >>>> --vtkobject vtkObjectBase-derived class (ignored, >> >> >>> >>>> deprecated) >> >> >>> >>>> --special non-vtkObjectBase class (ignored, >> >> >>> >>>> deprecated) >> >> >>> >>>> make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] >> >> >>> >>>> Error 1 >> >> >>> >>>> make[2]: *** Waiting for unfinished jobs.... >> >> >>> >>>> [ 29%] Built target vtkpython >> >> >>> >>>> [ 29%] Python Wrapping - generating >> >> >>> >>>> vtkAngularPeriodicDataArrayPython.cxx >> >> >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... >> >> >>> >>>> --help print this help message >> >> >>> >>>> --version print the VTK version >> >> >>> >>>> -o the output file >> >> >>> >>>> -I add an include directory >> >> >>> >>>> -D define a preprocessor macro >> >> >>> >>>> -U undefine a preprocessor macro >> >> >>> >>>> @ read arguments from a file >> >> >>> >>>> --hints the hints file to use >> >> >>> >>>> --types the type hierarchy file to use >> >> >>> >>>> --concrete force concrete class (ignored, deprecated) >> >> >>> >>>> --abstract force abstract class (ignored, deprecated) >> >> >>> >>>> --vtkobject vtkObjectBase-derived class (ignored, >> >> >>> >>>> deprecated) >> >> >>> >>>> --special non-vtkObjectBase class (ignored, >> >> >>> >>>> deprecated) >> >> >>> >>>> make[2]: *** >> >> >>> >>>> [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >> >> >>> >>>> Error 1 >> >> >>> >>>> make[1]: *** >> >> >>> >>>> [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >> >> >>> >>>> Error 2 >> >> >>> >>>> make[1]: *** Waiting for unfinished jobs.... >> >> >>> >>>> Scanning dependencies of target vtkCommonMathCxxTests >> >> >>> >>>> make[2]: Warning: File >> >> >>> >>>> >> >> >>> >>>> >> >> >>> >>>> >> >> >>> >>>> `Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/depend.make' >> >> >>> >>>> has modification time 0.041 s in the future >> >> >>> >>>> [ 29%] Building CXX object >> >> >>> >>>> >> >> >>> >>>> >> >> >>> >>>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/vtkCommonMathCxxTests.cxx.o >> >> >>> >>>> [ 29%] Building CXX object >> >> >>> >>>> >> >> >>> >>>> >> >> >>> >>>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestAmoebaMinimizer.cxx.o >> >> >>> >>>> [ 30%] Built target vtkCommonCoreCxxTests >> >> >>> >>>> [ 30%] Building CXX object >> >> >>> >>>> >> >> >>> >>>> >> >> >>> >>>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestMatrix3x3.cxx.o >> >> >>> >>>> [ 30%] Building CXX object >> >> >>> >>>> >> >> >>> >>>> >> >> >>> >>>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestPolynomialSolversUnivariate.cxx.o >> >> >>> >>>> [ 30%] Building CXX object >> >> >>> >>>> >> >> >>> >>>> >> >> >>> >>>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestQuaternion.cxx.o >> >> >>> >>>> [ 30%] Linking CXX executable >> >> >>> >>>> ../../../../bin/vtkCommonMathCxxTests >> >> >>> >>>> [ 32%] Built target vtkCommonDataModel >> >> >>> >>>> make[2]: warning: Clock skew detected. Your build may be >> >> >>> >>>> incomplete. >> >> >>> >>>> [ 32%] Built target vtkCommonMathCxxTests >> >> >>> >>>> make: *** [all] Error 2 >> >> >>> >>>> >> >> >>> >>> >> >> >>> >>> >> >> >>> >>> _______________________________________________ >> >> >>> >>> 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 VTK FAQ at: >> >> >>> >>> http://www.vtk.org/Wiki/VTK_FAQ >> >> >>> >>> >> >> >>> >>> Search the list archives at: >> >> >>> >>> http://markmail.org/search/?q=vtkusers >> >> >>> >>> >> >> >>> >>> Follow this link to subscribe/unsubscribe: >> >> >>> >>> http://public.kitware.com/mailman/listinfo/vtkusers >> >> >>> >>> >> >> >>> >> >> >> >>> > >> >> >>> > >> >> >>> > _______________________________________________ >> >> >>> > 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 VTK FAQ at: >> >> >>> > http://www.vtk.org/Wiki/VTK_FAQ >> >> >>> > >> >> >>> > Search the list archives at: >> >> >>> > http://markmail.org/search/?q=vtkusers >> >> >>> > >> >> >>> > Follow this link to subscribe/unsubscribe: >> >> >>> > http://public.kitware.com/mailman/listinfo/vtkusers >> >> >>> > >> >> >>> >> >> >>> >> >> >>> >> >> >>> -- >> >> >>> Cory Quammen >> >> >>> Staff R&D Engineer >> >> >>> Kitware, Inc. >> >> >> >> >> >> >> >> > >> >> > >> >> > _______________________________________________ >> >> > 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 VTK FAQ at: >> >> > http://www.vtk.org/Wiki/VTK_FAQ >> >> > >> >> > Search the list archives at: http://markmail.org/search/?q=vtkusers >> >> > >> >> > Follow this link to subscribe/unsubscribe: >> >> > http://public.kitware.com/mailman/listinfo/vtkusers >> >> > >> >> >> >> >> >> >> >> -- >> >> Cory Quammen >> >> Staff R&D Engineer >> >> Kitware, Inc. >> > >> > >> >> >> >> -- >> Cory Quammen >> Staff R&D Engineer >> Kitware, Inc. > > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From berk.geveci at kitware.com Wed Apr 12 14:44:04 2017 From: berk.geveci at kitware.com (Berk Geveci) Date: Wed, 12 Apr 2017 14:44:04 -0400 Subject: [vtkusers] [vtk-developers] With VTK >= 6, how to "choose" between SetInputData() or SetInputConnection() ? In-Reply-To: <19645eb61b414d1aaab388bd702be572@ES08AMSNLNT.srn.sandia.gov> References: <19645eb61b414d1aaab388bd702be572@ES08AMSNLNT.srn.sandia.gov> Message-ID: > The SetInputData() method on vtkAlgorithm is mostly provided for backward compatibility. > Internally, it is going to find the producer of the data set and then call SetInputConnection > for the output port producing the data set. But SetInputConnection is preferred because it > makes the pipeline connections more explicit. Actually, SetInputData() does not set a pipeline connection. The reason behind the API change was that data objects no longer store any information about their produces and hence it is not possible to create a pipeline connection when the only information provided is the data object itself. So SetInputData() should be used when: * assigning a stand-along data object as input to a filter, * wanting to process a data object but not connect the filter to its producer. The second use case comes handy when filters pass their input to internal filter chains. In the past, one would have to create a shallow copy to avoid pipeline connections. Now, SetInputData() can be used directly. Best, -berk On Wed, Apr 12, 2017 at 11:41 AM, Moreland, Kenneth wrote: > (Forwarding to vtk-users mailing list as this question is more appropriate > there.) > > With VTK >= 6, you should always prefer B->SetInputConnection(A-> > GetOutputPort()). > > The SetInputData() method on vtkAlgorithm is mostly provided for backward > compatibility. Internally, it is going to find the producer of the data set > and then call SetInputConnection for the output port producing the data > set. But SetInputConnection is preferred because it makes the pipeline > connections more explicit. > > The only reason to use SetInputData now is when you have a data set that > you have created outside the pipeline. This is the case in the code you > presented below with the spGrid object. Internally VTK will create a > trivial producer object to be the connection in the pipeline, but doing > that yourself is cumbersome. > > The reason why the second example is giving a compile error is that spGrid > (a vtkUnstructuredGrid) does not have a GetOutputPort() method because it > is a data set, not a pipeline object. > > -Ken > > -----Original Message----- > From: vtk-developers [mailto:vtk-developers-bounces at vtk.org] On Behalf Of > houssen > Sent: Wednesday, April 12, 2017 9:09 AM > To: vtk-developers at vtk.org > Subject: [EXTERNAL] [vtk-developers] With VTK >= 6, how to "choose" > between SetInputData() or SetInputConnection() ? > > With VTK >= 6, how to "choose" between SetInputData() or > SetInputConnection() ? How to know which one SHOULD be used ? > > I read carefully this > http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Replacement_of_SetInput, > and, I digged several VTK examples > http://www.vtk.org/Wiki/VTK/Examples/Cxx... Lot of things clarified but > I'am still confused in exercising this: I feel like I missed some major > stuffs... > > To make it quick, my understanding is that : > 1. If I need B to be modified if A is changed, I NEED to do > "B->SetInputConnection(A->GetOutputPort())". > 2. Otherwise, "B->SetInputData(A)" is enough (A will be an input of B BUT > no link will be set between A and B : changing A does not trigger update of > B). > > Up to here I guess (?) I'am right (at least for the big headlines)... > Stop me here if not ! > > Now, I want to have a source (grid) and I need to apply a filter on it. > Say that in a call back I modify the source: I want BOTH source and filter > to be updated when call backs are modifying the source. Here is what I have: > vtkSmartPointer spGrid = vtkSmartPointer::New(); > // Source // Fill the source with points and cells... > vtkSmartPointer spVertexGlyphs = vtkSmartPointer< > vtkVertexGlyphFilter>::New(); > spVertexGlyphs->SetInputData(spGrid); // Case 2 > vtkSmartPointer spVertexGlyphMap = vtkSmartPointer< > vtkPolyDataMapper>::New(); > spVertexGlyphMap->SetInputConnection(spVertexGlyphs->GetOutputPort()); > // Case 1 : the filter is updated if the source is modified. > > This seems to works: the filter is updated if the source is modified. > > But, this does NOT work: the source is NOT modified (= updated in the > VTK window) when the callback modify it (so the filter may OR NOT be > updated accordingly ?!). > > I expected to be compelled to do: > vtkSmartPointer spGridMap = > vtkSmartPointer::New(); > spGridMap->SetInputConnection(spGrid->GetOutputPort()); // Compilation > KO because there is not SetInputConnection or GetOutputPort ??? > So I'am compelled to do (found lots of examples that do that): > spGridMap->SetInputData(spGrid); > ... And I end up with a grid that does NOT update in the VTK window > when call back modify the source. > I found a way to update it: the callback modify the grid and, at the > end of the callback, I added "spGrid->Modified()", this triggers the > update of the source. > > So basically, I did what I need ... But: > 1. Is the "spGrid->Modified()" a hack ? Or is it the "right" way to do > ? If yes, why (as it seems to bypass the update process) ? > 2. Why is there no SetInputConnection on spGridMap ? Why is there no > GetOutputPort on vtkUnstructuredGrid ? > > I just would like to understand the logic behind.... > > Franck > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Search the list archives at: http://markmail.org/search/?q=vtk-developers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtk-developers > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Wed Apr 12 14:52:01 2017 From: cory.quammen at kitware.com (Cory Quammen) Date: Wed, 12 Apr 2017 14:52:01 -0400 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: Andrew, Can you provide additional output from make? There ought to be additional error messages above those you provided that will provide additional clues. Thanks, Cory On Wed, Apr 12, 2017 at 2:49 PM, Andrew Lam wrote: > Cory, > > Sorry i'm double emailing you Cory, I realized another error that I missed > and I forgot to include the mailing list again. > > I did what you suggested and built in /tmp this did get rid of the clock > skew issues, but I still have the same make issues from before. The last few > lines of output are > > -- Downloaded object: > "/tmp/VTK-build/ExternalData/Objects/MD5/63106c09179630b321d1e52170dc7551" > [ 30%] Built target VTKData > make: *** [all] Error 2 > > everything else above that seemed fine,except for these lines > > make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] Error 1 > make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] Error > 2 > > and the last line of output. > > make: *** [all] Error 2 > > Thanks, > Andrew > > > > On Wed, Apr 12, 2017 at 11:46 AM, Andrew Lam > wrote: >> >> Cory, >> >> I did what you suggested and built in /tmp this did get rid of the clock >> skew issues, but I still have the same make issues from before. The last few >> lines of output are >> >> -- Downloaded object: >> "/tmp/VTK-build/ExternalData/Objects/MD5/63106c09179630b321d1e52170dc7551" >> [ 30%] Built target VTKData >> make: *** [all] Error 2 >> >> everything else above that seemed fine. I think the only issue is the last >> line of output. >> >> make: *** [all] Error 2 >> >> Thanks, >> Andrew >> >> On Wed, Apr 12, 2017 at 11:23 AM, Cory Quammen >> wrote: >>> >>> Andrew, >>> >>> You could try building in /tmp on the local machine. That should >>> eliminate the clock skew issues, then you can see if there is a >>> VTK-specific problem preventing the compilation. It should be a lot >>> faster to compile on the local disk as well. >>> >>> Cory >>> >>> On Wed, Apr 12, 2017 at 2:15 PM, Andrew Lam >>> wrote: >>> > Cory, >>> > >>> > In my case it is, because I only have a desktop and not a laptop and we >>> > need >>> > to demo our projects in class. I've asked the instructor for help with >>> > the >>> > issue and this is the first time he's teaching the class and he hasn't >>> > built >>> > VTK on the school servers. >>> > >>> > Thanks, >>> > Andrew >>> > >>> > On Wed, Apr 12, 2017 at 11:11 AM, Cory Quammen >>> > >>> > wrote: >>> >> >>> >> Andrew, >>> >> >>> >> Typically, servers like the one on which I assume you are compiling >>> >> have two types of storage available: >>> >> >>> >> 1). A network file system that you can access on more than one server >>> >> and perhaps a personal computer. These typically hold a home directory >>> >> for you and may be backed up. >>> >> >>> >> 2). Local disks on the server. It is faster to access these disks >>> >> because they are local. As a result, at a number of computing centers >>> >> it is often possible to use these disks to do things like compile >>> >> source code. These disks are typically not backed up - think of them >>> >> as "scratch" paper where you do somewhat temporary work. >>> >> >>> >> Is it necessary to compile VTK on the school server? If so, I suggest >>> >> asking your instructor who has hopefully done that once already and >>> >> knows how to resolve the issue you are facing. >>> >> >>> >> HTH, >>> >> Cory >>> >> >>> >> On Wed, Apr 12, 2017 at 1:57 PM, Andrew Lam >>> >> wrote: >>> >> > Cory, >>> >> > >>> >> > I'm sorry I don't know what you mean by local scratch space. >>> >> > >>> >> > Thanks, >>> >> > >>> >> > Andrew >>> >> > >>> >> > On Wed, Apr 12, 2017 at 10:55 AM, Cory Quammen >>> >> > >>> >> > wrote: >>> >> >> >>> >> >> > I'm currently building on my school's servers. >>> >> >> >>> >> >> Is there local scratch space on which you can build software on >>> >> >> that >>> >> >> server? My guess is you are building in a home directory that is on >>> >> >> an >>> >> >> AFS or NFS or some other network file system, and that is causing >>> >> >> you >>> >> >> problems. >>> >> >> >>> >> >> Thanks, >>> >> >> Cory >>> >> >> >>> >> >> > Thanks, >>> >> >> > Andrew >>> >> >> > >>> >> >> > >>> >> >> > On Wed, Apr 12, 2017 at 10:50 AM, Andrew Lam >>> >> >> > >>> >> >> > wrote: >>> >> >> >> >>> >> >> >> Cory, >>> >> >> >> >>> >> >> >> I'm currently building on my school's servers. >>> >> >> >> >>> >> >> >> Thanks, >>> >> >> >> Andrew >>> >> >> >> >>> >> >> >> On Wed, Apr 12, 2017 at 10:47 AM, Cory Quammen >>> >> >> >> >>> >> >> >> wrote: >>> >> >> >>> >>> >> >> >>> Andrew, >>> >> >> >>> >>> >> >> >>> Are you building on a networked file system of some sort? I've >>> >> >> >>> run >>> >> >> >>> into issues long ago building software before when the file >>> >> >> >>> system >>> >> >> >>> and >>> >> >> >>> computer have different ideas of what time it is. >>> >> >> >>> >>> >> >> >>> - Cory >>> >> >> >>> >>> >> >> >>> On Wed, Apr 12, 2017 at 1:29 PM, Andrew Lam >>> >> >> >>> >>> >> >> >>> wrote: >>> >> >> >>> > Hi Andy, >>> >> >> >>> > >>> >> >> >>> > It's still not working. I made a fresh build directory and >>> >> >> >>> > ran >>> >> >> >>> > through >>> >> >> >>> > the >>> >> >> >>> > motions again. It still has the same issue. I've attached my >>> >> >> >>> > CMakeCache.txt >>> >> >> >>> > file from my build directory. Please let me know if you see >>> >> >> >>> > anything >>> >> >> >>> > or >>> >> >> >>> > if >>> >> >> >>> > there is any other information that you might think would >>> >> >> >>> > help. >>> >> >> >>> > >>> >> >> >>> > Thanks, >>> >> >> >>> > Andrew >>> >> >> >>> > >>> >> >> >>> > On Wed, Apr 12, 2017 at 8:43 AM, Andy Bauer >>> >> >> >>> > >>> >> >> >>> > wrote: >>> >> >> >>> >> >>> >> >> >>> >> Hi Andrew, >>> >> >> >>> >> >>> >> >> >>> >> This should compile for you now. If it doesn't, please let >>> >> >> >>> >> us >>> >> >> >>> >> know >>> >> >> >>> >> and >>> >> >> >>> >> we >>> >> >> >>> >> can see how to get it working for you. If you do have >>> >> >> >>> >> problems I >>> >> >> >>> >> recommend >>> >> >> >>> >> attaching your CMakeCache.txt file from your build directory >>> >> >> >>> >> so >>> >> >> >>> >> it's >>> >> >> >>> >> easier >>> >> >> >>> >> for others to inspect what you did. >>> >> >> >>> >> >>> >> >> >>> >> Best, >>> >> >> >>> >> Andy >>> >> >> >>> >> >>> >> >> >>> >> On Wed, Apr 12, 2017 at 11:12 AM, Andrew Lam >>> >> >> >>> >> >>> >> >> >>> >> wrote: >>> >> >> >>> >>> >>> >> >> >>> >>> Ok Andy I can see it now thanks, >>> >> >> >>> >>> >>> >> >> >>> >>> my variables are set to >>> >> >> >>> >>> >>> >> >> >>> >>> Module_vtkParallelMPI4Py *OFF >>> >> >> >>> >>> PYTHON_EXECUTABLE */bin/python2 >>> >> >> >>> >>> PYTHON_EXTRA_LIBS * >>> >> >> >>> >>> PYTHON_INCLUDE_DIR */usr/include/python2.7 >>> >> >> >>> >>> PYTHON_LIBRARY *//lib64/libpython2.7.so >>> >> >> >>> >>> PYTHON_UTIL_LIBRARY */usr/lib64/libutil.so >>> >> >> >>> >>> VTK_ENABLE_VTKPYTHON *ON >>> >> >> >>> >>> >>> >> >> >>> >>> after I set VTK_WRAP_PYTHON CMake variable to ON >>> >> >> >>> >>> >>> >> >> >>> >>> it seems ok to me, but let me know if they're wrong. >>> >> >> >>> >>> >>> >> >> >>> >>> Thanks, >>> >> >> >>> >>> Andrew >>> >> >> >>> >>> >>> >> >> >>> >>> On Tue, Apr 11, 2017 at 3:30 PM, Andrew Lam >>> >> >> >>> >>> >>> >> >> >>> >>> wrote: >>> >> >> >>> >>>> >>> >> >> >>> >>>> Hi, my name is Andrew. I'm currently in a class that >>> >> >> >>> >>>> requires >>> >> >> >>> >>>> us >>> >> >> >>> >>>> to >>> >> >> >>> >>>> install VTK. >>> >> >> >>> >>>> >>> >> >> >>> >>>> I have an issue running make in my VTK-build directory. I >>> >> >> >>> >>>> get >>> >> >> >>> >>>> a >>> >> >> >>> >>>> bunch of >>> >> >> >>> >>>> clock skew issues that pop up that won't go away after >>> >> >> >>> >>>> calling >>> >> >> >>> >>>> >>> >> >> >>> >>>> $ touch * >>> >> >> >>> >>>> >>> >> >> >>> >>>> then it will print out >>> >> >> >>> >>>> >>> >> >> >>> >>>> make[2]: *** >>> >> >> >>> >>>> [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >>> >> >> >>> >>>> Error 1 >>> >> >> >>> >>>> make[1]: *** >>> >> >> >>> >>>> [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >>> >> >> >>> >>>> Error 2 >>> >> >> >>> >>>> >>> >> >> >>> >>>> it will then run to about 32% and then end printing >>> >> >> >>> >>>> >>> >> >> >>> >>>> make: *** [all] Error 2 >>> >> >> >>> >>>> >>> >> >> >>> >>>> I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 >>> >> >> >>> >>>> I'm also going to include the output of the make call. >>> >> >> >>> >>>> Please >>> >> >> >>> >>>> let >>> >> >> >>> >>>> me >>> >> >> >>> >>>> know if you have any suggestions or if you need any more >>> >> >> >>> >>>> information >>> >> >> >>> >>>> to >>> >> >> >>> >>>> understand the issue. >>> >> >> >>> >>>> >>> >> >> >>> >>>> [ 0%] Built target kwiml_test >>> >> >> >>> >>>> [ 0%] Built target vtksys >>> >> >> >>> >>>> [ 1%] Built target vtkWrappingTools >>> >> >> >>> >>>> [ 1%] Built target vtkalglib >>> >> >> >>> >>>> [ 1%] Built target vtkexpat >>> >> >> >>> >>>> [ 2%] Built target vtkzlib >>> >> >> >>> >>>> [ 2%] Built target vtkDICOMParser >>> >> >> >>> >>>> [ 2%] Built target vtkEncodeString >>> >> >> >>> >>>> [ 2%] Built target vtkjpeg >>> >> >> >>> >>>> [ 2%] Built target vtkHashSource >>> >> >> >>> >>>> [ 2%] Built target vtkglew >>> >> >> >>> >>>> [ 2%] Built target H5make_libsettings >>> >> >> >>> >>>> [ 2%] Built target H5detect >>> >> >> >>> >>>> [ 2%] Built target vtkWrapTcl >>> >> >> >>> >>>> [ 2%] Built target vtkParseJava >>> >> >> >>> >>>> [ 2%] Built target vtkWrapPython >>> >> >> >>> >>>> [ 2%] Built target vtkWrapPythonInit >>> >> >> >>> >>>> [ 2%] Built target vtkWrapTclInit >>> >> >> >>> >>>> [ 2%] Built target vtkWrapJava >>> >> >> >>> >>>> [ 2%] Built target vtkjsoncpp >>> >> >> >>> >>>> [ 2%] Built target verdict >>> >> >> >>> >>>> [ 2%] Built target vtksqlite >>> >> >> >>> >>>> [ 2%] Built target vtkoggtheora >>> >> >> >>> >>>> [ 2%] Built target vtkWrapHierarchy >>> >> >> >>> >>>> [ 4%] Built target vtkproj4 >>> >> >> >>> >>>> [ 4%] Built target vtkfreetype >>> >> >> >>> >>>> [ 5%] Built target vtklibxml2 >>> >> >> >>> >>>> [ 5%] Built target vtkpng >>> >> >> >>> >>>> [ 5%] Built target vtkmetaio >>> >> >> >>> >>>> [ 5%] Built target vtkgl2ps >>> >> >> >>> >>>> [ 5%] Built target vtktiff >>> >> >> >>> >>>> [ 20%] Built target vtkCommonCore >>> >> >> >>> >>>> [ 26%] Built target VTKData >>> >> >> >>> >>>> [ 28%] Built target vtkCommonSystem >>> >> >> >>> >>>> [ 29%] Built target vtkCommonMath >>> >> >> >>> >>>> [ 29%] Built target vtkhdf5 >>> >> >> >>> >>>> [ 29%] Built target vtkWrappingPythonCore >>> >> >> >>> >>>> [ 29%] Built target vtkLocalExample >>> >> >> >>> >>>> [ 29%] Built target vtkCommonMisc >>> >> >> >>> >>>> [ 29%] Built target vtkCommonTransforms >>> >> >> >>> >>>> [ 29%] Built target vtkCommonSystemCxxTests >>> >> >> >>> >>>> [ 29%] Python Wrapping - generating >>> >> >> >>> >>>> vtkAbstractArrayPython.cxx >>> >> >> >>> >>>> [ 29%] Built target vtkhdf5_hl >>> >> >> >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... >>> >> >> >>> >>>> --help print this help message >>> >> >> >>> >>>> --version print the VTK version >>> >> >> >>> >>>> -o the output file >>> >> >> >>> >>>> -I add an include directory >>> >> >> >>> >>>> -D define a preprocessor macro >>> >> >> >>> >>>> -U undefine a preprocessor macro >>> >> >> >>> >>>> @ read arguments from a file >>> >> >> >>> >>>> --hints the hints file to use >>> >> >> >>> >>>> --types the type hierarchy file to use >>> >> >> >>> >>>> --concrete force concrete class (ignored, >>> >> >> >>> >>>> deprecated) >>> >> >> >>> >>>> --abstract force abstract class (ignored, >>> >> >> >>> >>>> deprecated) >>> >> >> >>> >>>> --vtkobject vtkObjectBase-derived class (ignored, >>> >> >> >>> >>>> deprecated) >>> >> >> >>> >>>> --special non-vtkObjectBase class (ignored, >>> >> >> >>> >>>> deprecated) >>> >> >> >>> >>>> make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] >>> >> >> >>> >>>> Error 1 >>> >> >> >>> >>>> make[2]: *** Waiting for unfinished jobs.... >>> >> >> >>> >>>> [ 29%] Built target vtkpython >>> >> >> >>> >>>> [ 29%] Python Wrapping - generating >>> >> >> >>> >>>> vtkAngularPeriodicDataArrayPython.cxx >>> >> >> >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... >>> >> >> >>> >>>> --help print this help message >>> >> >> >>> >>>> --version print the VTK version >>> >> >> >>> >>>> -o the output file >>> >> >> >>> >>>> -I add an include directory >>> >> >> >>> >>>> -D define a preprocessor macro >>> >> >> >>> >>>> -U undefine a preprocessor macro >>> >> >> >>> >>>> @ read arguments from a file >>> >> >> >>> >>>> --hints the hints file to use >>> >> >> >>> >>>> --types the type hierarchy file to use >>> >> >> >>> >>>> --concrete force concrete class (ignored, >>> >> >> >>> >>>> deprecated) >>> >> >> >>> >>>> --abstract force abstract class (ignored, >>> >> >> >>> >>>> deprecated) >>> >> >> >>> >>>> --vtkobject vtkObjectBase-derived class (ignored, >>> >> >> >>> >>>> deprecated) >>> >> >> >>> >>>> --special non-vtkObjectBase class (ignored, >>> >> >> >>> >>>> deprecated) >>> >> >> >>> >>>> make[2]: *** >>> >> >> >>> >>>> [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >>> >> >> >>> >>>> Error 1 >>> >> >> >>> >>>> make[1]: *** >>> >> >> >>> >>>> [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >>> >> >> >>> >>>> Error 2 >>> >> >> >>> >>>> make[1]: *** Waiting for unfinished jobs.... >>> >> >> >>> >>>> Scanning dependencies of target vtkCommonMathCxxTests >>> >> >> >>> >>>> make[2]: Warning: File >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> `Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/depend.make' >>> >> >> >>> >>>> has modification time 0.041 s in the future >>> >> >> >>> >>>> [ 29%] Building CXX object >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/vtkCommonMathCxxTests.cxx.o >>> >> >> >>> >>>> [ 29%] Building CXX object >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestAmoebaMinimizer.cxx.o >>> >> >> >>> >>>> [ 30%] Built target vtkCommonCoreCxxTests >>> >> >> >>> >>>> [ 30%] Building CXX object >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestMatrix3x3.cxx.o >>> >> >> >>> >>>> [ 30%] Building CXX object >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestPolynomialSolversUnivariate.cxx.o >>> >> >> >>> >>>> [ 30%] Building CXX object >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestQuaternion.cxx.o >>> >> >> >>> >>>> [ 30%] Linking CXX executable >>> >> >> >>> >>>> ../../../../bin/vtkCommonMathCxxTests >>> >> >> >>> >>>> [ 32%] Built target vtkCommonDataModel >>> >> >> >>> >>>> make[2]: warning: Clock skew detected. Your build may be >>> >> >> >>> >>>> incomplete. >>> >> >> >>> >>>> [ 32%] Built target vtkCommonMathCxxTests >>> >> >> >>> >>>> make: *** [all] Error 2 >>> >> >> >>> >>>> >>> >> >> >>> >>> >>> >> >> >>> >>> >>> >> >> >>> >>> _______________________________________________ >>> >> >> >>> >>> 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 VTK FAQ at: >>> >> >> >>> >>> http://www.vtk.org/Wiki/VTK_FAQ >>> >> >> >>> >>> >>> >> >> >>> >>> Search the list archives at: >>> >> >> >>> >>> http://markmail.org/search/?q=vtkusers >>> >> >> >>> >>> >>> >> >> >>> >>> Follow this link to subscribe/unsubscribe: >>> >> >> >>> >>> http://public.kitware.com/mailman/listinfo/vtkusers >>> >> >> >>> >>> >>> >> >> >>> >> >>> >> >> >>> > >>> >> >> >>> > >>> >> >> >>> > _______________________________________________ >>> >> >> >>> > 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 VTK FAQ at: >>> >> >> >>> > http://www.vtk.org/Wiki/VTK_FAQ >>> >> >> >>> > >>> >> >> >>> > Search the list archives at: >>> >> >> >>> > http://markmail.org/search/?q=vtkusers >>> >> >> >>> > >>> >> >> >>> > Follow this link to subscribe/unsubscribe: >>> >> >> >>> > http://public.kitware.com/mailman/listinfo/vtkusers >>> >> >> >>> > >>> >> >> >>> >>> >> >> >>> >>> >> >> >>> >>> >> >> >>> -- >>> >> >> >>> Cory Quammen >>> >> >> >>> Staff R&D Engineer >>> >> >> >>> Kitware, Inc. >>> >> >> >> >>> >> >> >> >>> >> >> > >>> >> >> > >>> >> >> > _______________________________________________ >>> >> >> > 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 VTK FAQ at: >>> >> >> > http://www.vtk.org/Wiki/VTK_FAQ >>> >> >> > >>> >> >> > Search the list archives at: >>> >> >> > http://markmail.org/search/?q=vtkusers >>> >> >> > >>> >> >> > Follow this link to subscribe/unsubscribe: >>> >> >> > http://public.kitware.com/mailman/listinfo/vtkusers >>> >> >> > >>> >> >> >>> >> >> >>> >> >> >>> >> >> -- >>> >> >> Cory Quammen >>> >> >> Staff R&D Engineer >>> >> >> Kitware, Inc. >>> >> > >>> >> > >>> >> >>> >> >>> >> >>> >> -- >>> >> Cory Quammen >>> >> Staff R&D Engineer >>> >> Kitware, Inc. >>> > >>> > >>> >>> >>> >>> -- >>> Cory Quammen >>> Staff R&D Engineer >>> Kitware, Inc. >> >> > -- Cory Quammen Staff R&D Engineer Kitware, Inc. From werdna.mal222 at gmail.com Wed Apr 12 15:20:05 2017 From: werdna.mal222 at gmail.com (Andrew Lam) Date: Wed, 12 Apr 2017 12:20:05 -0700 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: Cory, I ran make again and this is the full output. alam38 at csc235x22:/tmp/VTK-build $ make -j4 [ 0%] Built target kwiml_test [ 0%] Built target vtkWrappingTools [ 0%] Built target vtksys [ 0%] Built target vtkalglib [ 1%] Built target vtklz4 [ 2%] Built target vtkzlib [ 2%] Built target vtkexpat [ 2%] Built target vtkDICOMParser [ 2%] Built target vtkEncodeString [ 2%] Built target vtkpng [ 2%] Built target vtkglew [ 2%] Built target vtkHashSource [ 2%] Built target vtkjpeg [ 2%] Built target H5make_libsettings [ 2%] Built target vtkWrapTcl [ 2%] Built target H5detect [ 2%] Built target vtkParseJava [ 2%] Built target vtkWrapPythonInit [ 2%] Built target vtkWrapTclInit [ 2%] Built target vtkWrapPython [ 2%] Built target vtkWrapJava [ 2%] Built target vtkjsoncpp [ 2%] Built target verdict [ 2%] Built target vtkgl2ps [ 2%] Built target vtksqlite [ 2%] Built target vtkWrapHierarchy [ 2%] Built target vtkoggtheora [ 4%] Built target vtkproj4 [ 4%] Built target vtklibxml2 [ 4%] Built target vtkmetaio [ 4%] Built target vtktiff [ 5%] Built target vtkfreetype [ 6%] Built target vtkCommonCore [ 6%] Built target vtkCommonSystem [ 6%] Built target vtkCommonMath [ 6%] Built target vtkCommonMisc [ 8%] Built target vtkhdf5 [ 9%] Built target vtkWrappingPythonCore Scanning dependencies of target vtkCommonMiscCxxTests [ 9%] Built target vtkCommonSystemCxxTests [ 9%] Built target vtkCommonTransforms [ 9%] Built target vtkpython [ 9%] Built target vtkhdf5_hl [ 9%] Python Wrapping - generating vtkAbstractArrayPython.cxx Usage: vtkWrapPython-7.1 [options] infile... --help print this help message --version print the VTK version -o the output file -I add an include directory -D define a preprocessor macro -U undefine a preprocessor macro @ read arguments from a file --hints the hints file to use --types the type hierarchy file to use --concrete force concrete class (ignored, deprecated) --abstract force abstract class (ignored, deprecated) --vtkobject vtkObjectBase-derived class (ignored, deprecated) --special non-vtkObjectBase class (ignored, deprecated) make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] Error 1 make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 9%] For vtkCommonDataModel - updating vtkCommonDataModelHierarchy.txt [ 9%] Building CXX object Common/Misc/Testing/Cxx/CMakeFiles/vtkCommonMiscCxxTests.dir/vtkCommonMiscCxxTests.cxx.o [ 9%] Building CXX object Common/Misc/Testing/Cxx/CMakeFiles/vtkCommonMiscCxxTests.dir/TestPolygonBuilder.cxx.o [ 9%] Building CXX object Common/Misc/Testing/Cxx/CMakeFiles/vtkCommonMiscCxxTests.dir/TestPolygonBuilder2.cxx.o [ 29%] Built target VTKData [ 29%] Building CXX object Common/Misc/Testing/Cxx/CMakeFiles/vtkCommonMiscCxxTests.dir/TestPolygonBuilder3.cxx.o [ 29%] Building CXX object Common/Misc/Testing/Cxx/CMakeFiles/vtkCommonMiscCxxTests.dir/TestPolygonBuilder4.cxx.o [ 29%] Building CXX object Common/Misc/Testing/Cxx/CMakeFiles/vtkCommonMiscCxxTests.dir/UnitTestFunctionParser.cxx.o [ 29%] Linking CXX executable ../../../../bin/vtkCommonMiscCxxTests [ 29%] Built target vtkCommonMiscCxxTests Scanning dependencies of target vtkCommonDataModel [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAbstractCellLinks.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAdjacentVertexIterator.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAbstractPointLocator.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAbstractCellLocator.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAMRBox.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAMRUtilities.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAnimationScene.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAnnotation.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAnnotationLayers.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkArrayData.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAttributesErrorMetric.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBiQuadraticQuad.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBiQuadraticQuadraticHexahedron.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBiQuadraticQuadraticWedge.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBiQuadraticTriangle.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBox.cxx.o [ 29%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBSPCuts.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBSPIntersections.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCell3D.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellArray.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCell.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellData.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellIterator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellLinks.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellLocator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCellTypes.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCompositeDataSet.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCompositeDataIterator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCone.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkConvexPointSet.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCubicLine.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkCylinder.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataSetCellIterator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataObjectCollection.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataObject.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataObjectTypes.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataObjectTree.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataObjectTreeIterator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataSetAttributes.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataSetCollection.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDataSet.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDirectedAcyclicGraph.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDirectedGraph.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkDistributedGraphHelper.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkEdgeListIterator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkEdgeTable.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkEmptyCell.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkExtractStructuredGridHelper.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkFieldData.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericAdaptorCell.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericAttributeCollection.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericAttribute.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericCell.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericCellIterator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericCellTessellator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericDataSet.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericEdgeTable.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericInterpolatedVelocityField.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericPointIterator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGenericSubdivisionErrorMetric.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGeometricErrorMetric.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGraph.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGraphEdge.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkGraphInternals.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHexagonalPrism.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHexahedron.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHierarchicalBoxDataIterator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHierarchicalBoxDataSet.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperOctreeCursor.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperOctree.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperOctreePointsGrabber.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperTree.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperTreeCursor.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkHyperTreeGrid.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImageData.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImageIterator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitBoolean.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitDataSet.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitFunctionCollection.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitFunction.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitHalo.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitSelectionLoop.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitSum.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitVolume.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkImplicitWindowFunction.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkIncrementalOctreeNode.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkIncrementalOctreePointLocator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkIncrementalPointLocator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkInEdgeIterator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkInformationQuadratureSchemeDefinitionVectorKey.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkIterativeClosestPointTransform.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkKdNode.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkKdTree.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkKdTreePointLocator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkLine.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkLocator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMarchingSquaresLineCases.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMarchingCubesTriangleCases.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMeanValueCoordinatesInterpolator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMergePoints.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMultiBlockDataSet.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMultiPieceDataSet.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMutableDirectedGraph.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMutableUndirectedGraph.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkNonLinearCell.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkNonMergingPointLocator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkOctreePointLocator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkOctreePointLocatorNode.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkOrderedTriangulator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkOutEdgeIterator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPath.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPentagonalPrism.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPerlinNoise.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPiecewiseFunction.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPixel.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPixelExtent.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPixelTransfer.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPlaneCollection.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPlane.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPlanes.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPlanesIntersection.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPointData.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPointLocator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPointSet.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPointSetCellIterator.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPointsProjectedHull.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyDataCollection.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyData.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolygon.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyhedron.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyLine.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyPlane.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPolyVertex.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkPyramid.cxx.o [ 30%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuad.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticEdge.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticHexahedron.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticLinearQuad.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticLinearWedge.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticPolygon.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticPyramid.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticQuad.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticTetra.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticTriangle.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadraticWedge.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadratureSchemeDefinition.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkQuadric.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkRectilinearGrid.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkReebGraph.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkReebGraphSimplificationMetric.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSelection.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSelectionNode.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSimpleCellTessellator.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSmoothErrorMetric.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSortFieldData.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSphere.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSpline.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStaticCellLinks.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStaticPointLocator.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredData.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredExtent.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredGrid.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredPointsCollection.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkStructuredPoints.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkSuperquadric.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTable.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTetra.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTreeBFSIterator.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTree.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTreeDFSIterator.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTriangle.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTriangleStrip.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTriQuadraticHexahedron.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUndirectedGraph.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUniformGrid.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUnstructuredGrid.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUnstructuredGridBase.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUnstructuredGridCellIterator.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkVertex.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkVertexListIterator.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkVoxel.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkWedge.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkXMLDataElement.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkTreeIterator.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBoundingBox.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAtom.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkBond.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkMolecule.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAbstractElectronicData.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkNonOverlappingAMR.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkOverlappingAMR.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAMRInformation.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkAMRDataInternals.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUniformGridAMR.cxx.o [ 31%] Building CXX object Common/DataModel/CMakeFiles/vtkCommonDataModel.dir/vtkUniformGridAMRDataIterator.cxx.o [ 31%] Linking CXX shared library ../../lib/libvtkCommonDataModel-7.1.so [ 31%] Built target vtkCommonDataModel make: *** [all] Error 2 Please let me know if you see anything that might help. Thanks, Andrew On Wed, Apr 12, 2017 at 11:52 AM, Cory Quammen wrote: > Andrew, > > Can you provide additional output from make? There ought to be > additional error messages above those you provided that will provide > additional clues. > > Thanks, > Cory > > On Wed, Apr 12, 2017 at 2:49 PM, Andrew Lam > wrote: > > Cory, > > > > Sorry i'm double emailing you Cory, I realized another error that I > missed > > and I forgot to include the mailing list again. > > > > I did what you suggested and built in /tmp this did get rid of the clock > > skew issues, but I still have the same make issues from before. The last > few > > lines of output are > > > > -- Downloaded object: > > "/tmp/VTK-build/ExternalData/Objects/MD5/63106c09179630b321d1e52170dc75 > 51" > > [ 30%] Built target VTKData > > make: *** [all] Error 2 > > > > everything else above that seemed fine,except for these lines > > > > make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] > Error 1 > > make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] > Error > > 2 > > > > and the last line of output. > > > > make: *** [all] Error 2 > > > > Thanks, > > Andrew > > > > > > > > On Wed, Apr 12, 2017 at 11:46 AM, Andrew Lam > > wrote: > >> > >> Cory, > >> > >> I did what you suggested and built in /tmp this did get rid of the clock > >> skew issues, but I still have the same make issues from before. The > last few > >> lines of output are > >> > >> -- Downloaded object: > >> "/tmp/VTK-build/ExternalData/Objects/MD5/63106c09179630b321d1e52170dc75 > 51" > >> [ 30%] Built target VTKData > >> make: *** [all] Error 2 > >> > >> everything else above that seemed fine. I think the only issue is the > last > >> line of output. > >> > >> make: *** [all] Error 2 > >> > >> Thanks, > >> Andrew > >> > >> On Wed, Apr 12, 2017 at 11:23 AM, Cory Quammen < > cory.quammen at kitware.com> > >> wrote: > >>> > >>> Andrew, > >>> > >>> You could try building in /tmp on the local machine. That should > >>> eliminate the clock skew issues, then you can see if there is a > >>> VTK-specific problem preventing the compilation. It should be a lot > >>> faster to compile on the local disk as well. > >>> > >>> Cory > >>> > >>> On Wed, Apr 12, 2017 at 2:15 PM, Andrew Lam > >>> wrote: > >>> > Cory, > >>> > > >>> > In my case it is, because I only have a desktop and not a laptop and > we > >>> > need > >>> > to demo our projects in class. I've asked the instructor for help > with > >>> > the > >>> > issue and this is the first time he's teaching the class and he > hasn't > >>> > built > >>> > VTK on the school servers. > >>> > > >>> > Thanks, > >>> > Andrew > >>> > > >>> > On Wed, Apr 12, 2017 at 11:11 AM, Cory Quammen > >>> > > >>> > wrote: > >>> >> > >>> >> Andrew, > >>> >> > >>> >> Typically, servers like the one on which I assume you are compiling > >>> >> have two types of storage available: > >>> >> > >>> >> 1). A network file system that you can access on more than one > server > >>> >> and perhaps a personal computer. These typically hold a home > directory > >>> >> for you and may be backed up. > >>> >> > >>> >> 2). Local disks on the server. It is faster to access these disks > >>> >> because they are local. As a result, at a number of computing > centers > >>> >> it is often possible to use these disks to do things like compile > >>> >> source code. These disks are typically not backed up - think of them > >>> >> as "scratch" paper where you do somewhat temporary work. > >>> >> > >>> >> Is it necessary to compile VTK on the school server? If so, I > suggest > >>> >> asking your instructor who has hopefully done that once already and > >>> >> knows how to resolve the issue you are facing. > >>> >> > >>> >> HTH, > >>> >> Cory > >>> >> > >>> >> On Wed, Apr 12, 2017 at 1:57 PM, Andrew Lam < > werdna.mal222 at gmail.com> > >>> >> wrote: > >>> >> > Cory, > >>> >> > > >>> >> > I'm sorry I don't know what you mean by local scratch space. > >>> >> > > >>> >> > Thanks, > >>> >> > > >>> >> > Andrew > >>> >> > > >>> >> > On Wed, Apr 12, 2017 at 10:55 AM, Cory Quammen > >>> >> > > >>> >> > wrote: > >>> >> >> > >>> >> >> > I'm currently building on my school's servers. > >>> >> >> > >>> >> >> Is there local scratch space on which you can build software on > >>> >> >> that > >>> >> >> server? My guess is you are building in a home directory that is > on > >>> >> >> an > >>> >> >> AFS or NFS or some other network file system, and that is causing > >>> >> >> you > >>> >> >> problems. > >>> >> >> > >>> >> >> Thanks, > >>> >> >> Cory > >>> >> >> > >>> >> >> > Thanks, > >>> >> >> > Andrew > >>> >> >> > > >>> >> >> > > >>> >> >> > On Wed, Apr 12, 2017 at 10:50 AM, Andrew Lam > >>> >> >> > > >>> >> >> > wrote: > >>> >> >> >> > >>> >> >> >> Cory, > >>> >> >> >> > >>> >> >> >> I'm currently building on my school's servers. > >>> >> >> >> > >>> >> >> >> Thanks, > >>> >> >> >> Andrew > >>> >> >> >> > >>> >> >> >> On Wed, Apr 12, 2017 at 10:47 AM, Cory Quammen > >>> >> >> >> > >>> >> >> >> wrote: > >>> >> >> >>> > >>> >> >> >>> Andrew, > >>> >> >> >>> > >>> >> >> >>> Are you building on a networked file system of some sort? > I've > >>> >> >> >>> run > >>> >> >> >>> into issues long ago building software before when the file > >>> >> >> >>> system > >>> >> >> >>> and > >>> >> >> >>> computer have different ideas of what time it is. > >>> >> >> >>> > >>> >> >> >>> - Cory > >>> >> >> >>> > >>> >> >> >>> On Wed, Apr 12, 2017 at 1:29 PM, Andrew Lam > >>> >> >> >>> > >>> >> >> >>> wrote: > >>> >> >> >>> > Hi Andy, > >>> >> >> >>> > > >>> >> >> >>> > It's still not working. I made a fresh build directory and > >>> >> >> >>> > ran > >>> >> >> >>> > through > >>> >> >> >>> > the > >>> >> >> >>> > motions again. It still has the same issue. I've attached > my > >>> >> >> >>> > CMakeCache.txt > >>> >> >> >>> > file from my build directory. Please let me know if you see > >>> >> >> >>> > anything > >>> >> >> >>> > or > >>> >> >> >>> > if > >>> >> >> >>> > there is any other information that you might think would > >>> >> >> >>> > help. > >>> >> >> >>> > > >>> >> >> >>> > Thanks, > >>> >> >> >>> > Andrew > >>> >> >> >>> > > >>> >> >> >>> > On Wed, Apr 12, 2017 at 8:43 AM, Andy Bauer > >>> >> >> >>> > > >>> >> >> >>> > wrote: > >>> >> >> >>> >> > >>> >> >> >>> >> Hi Andrew, > >>> >> >> >>> >> > >>> >> >> >>> >> This should compile for you now. If it doesn't, please let > >>> >> >> >>> >> us > >>> >> >> >>> >> know > >>> >> >> >>> >> and > >>> >> >> >>> >> we > >>> >> >> >>> >> can see how to get it working for you. If you do have > >>> >> >> >>> >> problems I > >>> >> >> >>> >> recommend > >>> >> >> >>> >> attaching your CMakeCache.txt file from your build > directory > >>> >> >> >>> >> so > >>> >> >> >>> >> it's > >>> >> >> >>> >> easier > >>> >> >> >>> >> for others to inspect what you did. > >>> >> >> >>> >> > >>> >> >> >>> >> Best, > >>> >> >> >>> >> Andy > >>> >> >> >>> >> > >>> >> >> >>> >> On Wed, Apr 12, 2017 at 11:12 AM, Andrew Lam > >>> >> >> >>> >> > >>> >> >> >>> >> wrote: > >>> >> >> >>> >>> > >>> >> >> >>> >>> Ok Andy I can see it now thanks, > >>> >> >> >>> >>> > >>> >> >> >>> >>> my variables are set to > >>> >> >> >>> >>> > >>> >> >> >>> >>> Module_vtkParallelMPI4Py *OFF > >>> >> >> >>> >>> PYTHON_EXECUTABLE */bin/python2 > >>> >> >> >>> >>> PYTHON_EXTRA_LIBS * > >>> >> >> >>> >>> PYTHON_INCLUDE_DIR */usr/include/python2.7 > >>> >> >> >>> >>> PYTHON_LIBRARY *//lib64/ > libpython2.7.so > >>> >> >> >>> >>> PYTHON_UTIL_LIBRARY */usr/lib64/libutil.so > >>> >> >> >>> >>> VTK_ENABLE_VTKPYTHON *ON > >>> >> >> >>> >>> > >>> >> >> >>> >>> after I set VTK_WRAP_PYTHON CMake variable to ON > >>> >> >> >>> >>> > >>> >> >> >>> >>> it seems ok to me, but let me know if they're wrong. > >>> >> >> >>> >>> > >>> >> >> >>> >>> Thanks, > >>> >> >> >>> >>> Andrew > >>> >> >> >>> >>> > >>> >> >> >>> >>> On Tue, Apr 11, 2017 at 3:30 PM, Andrew Lam > >>> >> >> >>> >>> > >>> >> >> >>> >>> wrote: > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> Hi, my name is Andrew. I'm currently in a class that > >>> >> >> >>> >>>> requires > >>> >> >> >>> >>>> us > >>> >> >> >>> >>>> to > >>> >> >> >>> >>>> install VTK. > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> I have an issue running make in my VTK-build directory. > I > >>> >> >> >>> >>>> get > >>> >> >> >>> >>>> a > >>> >> >> >>> >>>> bunch of > >>> >> >> >>> >>>> clock skew issues that pop up that won't go away after > >>> >> >> >>> >>>> calling > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> $ touch * > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> then it will print out > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> make[2]: *** > >>> >> >> >>> >>>> [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] > >>> >> >> >>> >>>> Error 1 > >>> >> >> >>> >>>> make[1]: *** > >>> >> >> >>> >>>> [Wrapping/Python/CMakeFiles/ > vtkCommonCorePythonD.dir/all] > >>> >> >> >>> >>>> Error 2 > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> it will then run to about 32% and then end printing > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> make: *** [all] Error 2 > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 > >>> >> >> >>> >>>> I'm also going to include the output of the make call. > >>> >> >> >>> >>>> Please > >>> >> >> >>> >>>> let > >>> >> >> >>> >>>> me > >>> >> >> >>> >>>> know if you have any suggestions or if you need any more > >>> >> >> >>> >>>> information > >>> >> >> >>> >>>> to > >>> >> >> >>> >>>> understand the issue. > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> [ 0%] Built target kwiml_test > >>> >> >> >>> >>>> [ 0%] Built target vtksys > >>> >> >> >>> >>>> [ 1%] Built target vtkWrappingTools > >>> >> >> >>> >>>> [ 1%] Built target vtkalglib > >>> >> >> >>> >>>> [ 1%] Built target vtkexpat > >>> >> >> >>> >>>> [ 2%] Built target vtkzlib > >>> >> >> >>> >>>> [ 2%] Built target vtkDICOMParser > >>> >> >> >>> >>>> [ 2%] Built target vtkEncodeString > >>> >> >> >>> >>>> [ 2%] Built target vtkjpeg > >>> >> >> >>> >>>> [ 2%] Built target vtkHashSource > >>> >> >> >>> >>>> [ 2%] Built target vtkglew > >>> >> >> >>> >>>> [ 2%] Built target H5make_libsettings > >>> >> >> >>> >>>> [ 2%] Built target H5detect > >>> >> >> >>> >>>> [ 2%] Built target vtkWrapTcl > >>> >> >> >>> >>>> [ 2%] Built target vtkParseJava > >>> >> >> >>> >>>> [ 2%] Built target vtkWrapPython > >>> >> >> >>> >>>> [ 2%] Built target vtkWrapPythonInit > >>> >> >> >>> >>>> [ 2%] Built target vtkWrapTclInit > >>> >> >> >>> >>>> [ 2%] Built target vtkWrapJava > >>> >> >> >>> >>>> [ 2%] Built target vtkjsoncpp > >>> >> >> >>> >>>> [ 2%] Built target verdict > >>> >> >> >>> >>>> [ 2%] Built target vtksqlite > >>> >> >> >>> >>>> [ 2%] Built target vtkoggtheora > >>> >> >> >>> >>>> [ 2%] Built target vtkWrapHierarchy > >>> >> >> >>> >>>> [ 4%] Built target vtkproj4 > >>> >> >> >>> >>>> [ 4%] Built target vtkfreetype > >>> >> >> >>> >>>> [ 5%] Built target vtklibxml2 > >>> >> >> >>> >>>> [ 5%] Built target vtkpng > >>> >> >> >>> >>>> [ 5%] Built target vtkmetaio > >>> >> >> >>> >>>> [ 5%] Built target vtkgl2ps > >>> >> >> >>> >>>> [ 5%] Built target vtktiff > >>> >> >> >>> >>>> [ 20%] Built target vtkCommonCore > >>> >> >> >>> >>>> [ 26%] Built target VTKData > >>> >> >> >>> >>>> [ 28%] Built target vtkCommonSystem > >>> >> >> >>> >>>> [ 29%] Built target vtkCommonMath > >>> >> >> >>> >>>> [ 29%] Built target vtkhdf5 > >>> >> >> >>> >>>> [ 29%] Built target vtkWrappingPythonCore > >>> >> >> >>> >>>> [ 29%] Built target vtkLocalExample > >>> >> >> >>> >>>> [ 29%] Built target vtkCommonMisc > >>> >> >> >>> >>>> [ 29%] Built target vtkCommonTransforms > >>> >> >> >>> >>>> [ 29%] Built target vtkCommonSystemCxxTests > >>> >> >> >>> >>>> [ 29%] Python Wrapping - generating > >>> >> >> >>> >>>> vtkAbstractArrayPython.cxx > >>> >> >> >>> >>>> [ 29%] Built target vtkhdf5_hl > >>> >> >> >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... > >>> >> >> >>> >>>> --help print this help message > >>> >> >> >>> >>>> --version print the VTK version > >>> >> >> >>> >>>> -o the output file > >>> >> >> >>> >>>> -I add an include directory > >>> >> >> >>> >>>> -D define a preprocessor macro > >>> >> >> >>> >>>> -U undefine a preprocessor macro > >>> >> >> >>> >>>> @ read arguments from a file > >>> >> >> >>> >>>> --hints the hints file to use > >>> >> >> >>> >>>> --types the type hierarchy file to use > >>> >> >> >>> >>>> --concrete force concrete class (ignored, > >>> >> >> >>> >>>> deprecated) > >>> >> >> >>> >>>> --abstract force abstract class (ignored, > >>> >> >> >>> >>>> deprecated) > >>> >> >> >>> >>>> --vtkobject vtkObjectBase-derived class > (ignored, > >>> >> >> >>> >>>> deprecated) > >>> >> >> >>> >>>> --special non-vtkObjectBase class (ignored, > >>> >> >> >>> >>>> deprecated) > >>> >> >> >>> >>>> make[2]: *** [Wrapping/Python/ > vtkAbstractArrayPython.cxx] > >>> >> >> >>> >>>> Error 1 > >>> >> >> >>> >>>> make[2]: *** Waiting for unfinished jobs.... > >>> >> >> >>> >>>> [ 29%] Built target vtkpython > >>> >> >> >>> >>>> [ 29%] Python Wrapping - generating > >>> >> >> >>> >>>> vtkAngularPeriodicDataArrayPython.cxx > >>> >> >> >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... > >>> >> >> >>> >>>> --help print this help message > >>> >> >> >>> >>>> --version print the VTK version > >>> >> >> >>> >>>> -o the output file > >>> >> >> >>> >>>> -I add an include directory > >>> >> >> >>> >>>> -D define a preprocessor macro > >>> >> >> >>> >>>> -U undefine a preprocessor macro > >>> >> >> >>> >>>> @ read arguments from a file > >>> >> >> >>> >>>> --hints the hints file to use > >>> >> >> >>> >>>> --types the type hierarchy file to use > >>> >> >> >>> >>>> --concrete force concrete class (ignored, > >>> >> >> >>> >>>> deprecated) > >>> >> >> >>> >>>> --abstract force abstract class (ignored, > >>> >> >> >>> >>>> deprecated) > >>> >> >> >>> >>>> --vtkobject vtkObjectBase-derived class > (ignored, > >>> >> >> >>> >>>> deprecated) > >>> >> >> >>> >>>> --special non-vtkObjectBase class (ignored, > >>> >> >> >>> >>>> deprecated) > >>> >> >> >>> >>>> make[2]: *** > >>> >> >> >>> >>>> [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] > >>> >> >> >>> >>>> Error 1 > >>> >> >> >>> >>>> make[1]: *** > >>> >> >> >>> >>>> [Wrapping/Python/CMakeFiles/ > vtkCommonCorePythonD.dir/all] > >>> >> >> >>> >>>> Error 2 > >>> >> >> >>> >>>> make[1]: *** Waiting for unfinished jobs.... > >>> >> >> >>> >>>> Scanning dependencies of target vtkCommonMathCxxTests > >>> >> >> >>> >>>> make[2]: Warning: File > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> `Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/depend.make' > >>> >> >> >>> >>>> has modification time 0.041 s in the future > >>> >> >> >>> >>>> [ 29%] Building CXX object > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/vtkCommonMathCxxTests.cxx.o > >>> >> >> >>> >>>> [ 29%] Building CXX object > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/TestAmoebaMinimizer.cxx.o > >>> >> >> >>> >>>> [ 30%] Built target vtkCommonCoreCxxTests > >>> >> >> >>> >>>> [ 30%] Building CXX object > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/TestMatrix3x3.cxx.o > >>> >> >> >>> >>>> [ 30%] Building CXX object > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/TestPolynomialSolversUnivariate.cxx.o > >>> >> >> >>> >>>> [ 30%] Building CXX object > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> > >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeFiles/ > vtkCommonMathCxxTests.dir/TestQuaternion.cxx.o > >>> >> >> >>> >>>> [ 30%] Linking CXX executable > >>> >> >> >>> >>>> ../../../../bin/vtkCommonMathCxxTests > >>> >> >> >>> >>>> [ 32%] Built target vtkCommonDataModel > >>> >> >> >>> >>>> make[2]: warning: Clock skew detected. Your build may > be > >>> >> >> >>> >>>> incomplete. > >>> >> >> >>> >>>> [ 32%] Built target vtkCommonMathCxxTests > >>> >> >> >>> >>>> make: *** [all] Error 2 > >>> >> >> >>> >>>> > >>> >> >> >>> >>> > >>> >> >> >>> >>> > >>> >> >> >>> >>> _______________________________________________ > >>> >> >> >>> >>> 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 VTK FAQ at: > >>> >> >> >>> >>> http://www.vtk.org/Wiki/VTK_FAQ > >>> >> >> >>> >>> > >>> >> >> >>> >>> Search the list archives at: > >>> >> >> >>> >>> http://markmail.org/search/?q=vtkusers > >>> >> >> >>> >>> > >>> >> >> >>> >>> Follow this link to subscribe/unsubscribe: > >>> >> >> >>> >>> http://public.kitware.com/mailman/listinfo/vtkusers > >>> >> >> >>> >>> > >>> >> >> >>> >> > >>> >> >> >>> > > >>> >> >> >>> > > >>> >> >> >>> > _______________________________________________ > >>> >> >> >>> > 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 VTK FAQ at: > >>> >> >> >>> > http://www.vtk.org/Wiki/VTK_FAQ > >>> >> >> >>> > > >>> >> >> >>> > Search the list archives at: > >>> >> >> >>> > http://markmail.org/search/?q=vtkusers > >>> >> >> >>> > > >>> >> >> >>> > Follow this link to subscribe/unsubscribe: > >>> >> >> >>> > http://public.kitware.com/mailman/listinfo/vtkusers > >>> >> >> >>> > > >>> >> >> >>> > >>> >> >> >>> > >>> >> >> >>> > >>> >> >> >>> -- > >>> >> >> >>> Cory Quammen > >>> >> >> >>> Staff R&D Engineer > >>> >> >> >>> Kitware, Inc. > >>> >> >> >> > >>> >> >> >> > >>> >> >> > > >>> >> >> > > >>> >> >> > _______________________________________________ > >>> >> >> > 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 VTK FAQ at: > >>> >> >> > http://www.vtk.org/Wiki/VTK_FAQ > >>> >> >> > > >>> >> >> > Search the list archives at: > >>> >> >> > http://markmail.org/search/?q=vtkusers > >>> >> >> > > >>> >> >> > Follow this link to subscribe/unsubscribe: > >>> >> >> > http://public.kitware.com/mailman/listinfo/vtkusers > >>> >> >> > > >>> >> >> > >>> >> >> > >>> >> >> > >>> >> >> -- > >>> >> >> Cory Quammen > >>> >> >> Staff R&D Engineer > >>> >> >> Kitware, Inc. > >>> >> > > >>> >> > > >>> >> > >>> >> > >>> >> > >>> >> -- > >>> >> Cory Quammen > >>> >> Staff R&D Engineer > >>> >> Kitware, Inc. > >>> > > >>> > > >>> > >>> > >>> > >>> -- > >>> Cory Quammen > >>> Staff R&D Engineer > >>> Kitware, Inc. > >> > >> > > > > > > -- > Cory Quammen > Staff R&D Engineer > Kitware, Inc. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy.bauer at kitware.com Wed Apr 12 15:27:00 2017 From: andy.bauer at kitware.com (Andy Bauer) Date: Wed, 12 Apr 2017 15:27:00 -0400 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: Can you try building with a single process (i.e. just "make" instead of "make -j 4") and share that output? It's a long shot but maybe with the system times messed up a dependency isn't available yet that the build process thinks has finished. On Wed, Apr 12, 2017 at 3:20 PM, Andrew Lam wrote: > Cory, > > I ran make again and this is the full output. > > alam38 at csc235x22:/tmp/VTK-build $ make -j4 > [ 0%] Built target kwiml_test > [ 0%] Built target vtkWrappingTools > [ 0%] Built target vtksys > [ 0%] Built target vtkalglib > [ 1%] Built target vtklz4 > [ 2%] Built target vtkzlib > [ 2%] Built target vtkexpat > [ 2%] Built target vtkDICOMParser > [ 2%] Built target vtkEncodeString > [ 2%] Built target vtkpng > [ 2%] Built target vtkglew > [ 2%] Built target vtkHashSource > [ 2%] Built target vtkjpeg > [ 2%] Built target H5make_libsettings > [ 2%] Built target vtkWrapTcl > [ 2%] Built target H5detect > [ 2%] Built target vtkParseJava > [ 2%] Built target vtkWrapPythonInit > [ 2%] Built target vtkWrapTclInit > [ 2%] Built target vtkWrapPython > [ 2%] Built target vtkWrapJava > [ 2%] Built target vtkjsoncpp > [ 2%] Built target verdict > [ 2%] Built target vtkgl2ps > [ 2%] Built target vtksqlite > [ 2%] Built target vtkWrapHierarchy > [ 2%] Built target vtkoggtheora > [ 4%] Built target vtkproj4 > [ 4%] Built target vtklibxml2 > [ 4%] Built target vtkmetaio > [ 4%] Built target vtktiff > [ 5%] Built target vtkfreetype > [ 6%] Built target vtkCommonCore > [ 6%] Built target vtkCommonSystem > [ 6%] Built target vtkCommonMath > [ 6%] Built target vtkCommonMisc > [ 8%] Built target vtkhdf5 > [ 9%] Built target vtkWrappingPythonCore > Scanning dependencies of target vtkCommonMiscCxxTests > [ 9%] Built target vtkCommonSystemCxxTests > [ 9%] Built target vtkCommonTransforms > [ 9%] Built target vtkpython > [ 9%] Built target vtkhdf5_hl > [ 9%] Python Wrapping - generating vtkAbstractArrayPython.cxx > Usage: vtkWrapPython-7.1 [options] infile... > --help print this help message > --version print the VTK version > -o the output file > -I add an include directory > -D define a preprocessor macro > -U undefine a preprocessor macro > @ read arguments from a file > --hints the hints file to use > --types the type hierarchy file to use > --concrete force concrete class (ignored, deprecated) > --abstract force abstract class (ignored, deprecated) > --vtkobject vtkObjectBase-derived class (ignored, deprecated) > --special non-vtkObjectBase class (ignored, deprecated) > make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] Error 1 > make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] > Error 2 > make[1]: *** Waiting for unfinished jobs.... > [ 9%] For vtkCommonDataModel - updating vtkCommonDataModelHierarchy.txt > [ 9%] Building CXX object Common/Misc/Testing/Cxx/CMakeFiles/ > vtkCommonMiscCxxTests.dir/vtkCommonMiscCxxTests.cxx.o > [ 9%] Building CXX object Common/Misc/Testing/Cxx/CMakeFiles/ > vtkCommonMiscCxxTests.dir/TestPolygonBuilder.cxx.o > [ 9%] Building CXX object Common/Misc/Testing/Cxx/CMakeFiles/ > vtkCommonMiscCxxTests.dir/TestPolygonBuilder2.cxx.o > [ 29%] Built target VTKData > [ 29%] Building CXX object Common/Misc/Testing/Cxx/CMakeFiles/ > vtkCommonMiscCxxTests.dir/TestPolygonBuilder3.cxx.o > [ 29%] Building CXX object Common/Misc/Testing/Cxx/CMakeFiles/ > vtkCommonMiscCxxTests.dir/TestPolygonBuilder4.cxx.o > [ 29%] Building CXX object Common/Misc/Testing/Cxx/CMakeFiles/ > vtkCommonMiscCxxTests.dir/UnitTestFunctionParser.cxx.o > [ 29%] Linking CXX executable ../../../../bin/vtkCommonMiscCxxTests > [ 29%] Built target vtkCommonMiscCxxTests > Scanning dependencies of target vtkCommonDataModel > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkAbstractCellLinks.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkAdjacentVertexIterator.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkAbstractPointLocator.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkAbstractCellLocator.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkAMRBox.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkAMRUtilities.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkAnimationScene.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkAnnotation.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkAnnotationLayers.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkArrayData.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkAttributesErrorMetric.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkBiQuadraticQuad.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkBiQuadraticQuadraticHexahedron.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkBiQuadraticQuadraticWedge.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkBiQuadraticTriangle.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkBox.cxx.o > [ 29%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkBSPCuts.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkBSPIntersections.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkCell3D.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkCellArray.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkCell.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkCellData.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkCellIterator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkCellLinks.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkCellLocator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkCellTypes.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkCompositeDataSet.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkCompositeDataIterator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkCone.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkConvexPointSet.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkCubicLine.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkCylinder.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkDataSetCellIterator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkDataObjectCollection.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkDataObject.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkDataObjectTypes.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkDataObjectTree.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkDataObjectTreeIterator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkDataSetAttributes.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkDataSetCollection.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkDataSet.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkDirectedAcyclicGraph.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkDirectedGraph.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkDistributedGraphHelper.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkEdgeListIterator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkEdgeTable.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkEmptyCell.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkExtractStructuredGridHelper.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkFieldData.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkGenericAdaptorCell.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkGenericAttributeCollection.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkGenericAttribute.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkGenericCell.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkGenericCellIterator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkGenericCellTessellator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkGenericDataSet.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkGenericEdgeTable.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkGenericInterpolatedVelocityField.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkGenericPointIterator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkGenericSubdivisionErrorMetric.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkGeometricErrorMetric.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkGraph.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkGraphEdge.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkGraphInternals.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkHexagonalPrism.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkHexahedron.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkHierarchicalBoxDataIterator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkHierarchicalBoxDataSet.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkHyperOctreeCursor.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkHyperOctree.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkHyperOctreePointsGrabber.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkHyperTree.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkHyperTreeCursor.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkHyperTreeGrid.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkImageData.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkImageIterator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkImplicitBoolean.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkImplicitDataSet.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkImplicitFunctionCollection.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkImplicitFunction.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkImplicitHalo.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkImplicitSelectionLoop.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkImplicitSum.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkImplicitVolume.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkImplicitWindowFunction.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkIncrementalOctreeNode.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkIncrementalOctreePointLocator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkIncrementalPointLocator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkInEdgeIterator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkInformationQuadratureScheme > DefinitionVectorKey.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkIterativeClosestPointTransform.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkKdNode.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkKdTree.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkKdTreePointLocator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkLine.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkLocator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkMarchingSquaresLineCases.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkMarchingCubesTriangleCases.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkMeanValueCoordinatesInterpolator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkMergePoints.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkMultiBlockDataSet.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkMultiPieceDataSet.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkMutableDirectedGraph.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkMutableUndirectedGraph.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkNonLinearCell.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkNonMergingPointLocator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkOctreePointLocator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkOctreePointLocatorNode.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkOrderedTriangulator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkOutEdgeIterator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPath.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPentagonalPrism.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPerlinNoise.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPiecewiseFunction.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPixel.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPixelExtent.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPixelTransfer.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPlaneCollection.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPlane.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPlanes.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPlanesIntersection.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPointData.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPointLocator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPointSet.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPointSetCellIterator.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPointsProjectedHull.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPolyDataCollection.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPolyData.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPolygon.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPolyhedron.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPolyLine.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPolyPlane.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPolyVertex.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkPyramid.cxx.o > [ 30%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkQuad.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkQuadraticEdge.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkQuadraticHexahedron.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkQuadraticLinearQuad.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkQuadraticLinearWedge.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkQuadraticPolygon.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkQuadraticPyramid.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkQuadraticQuad.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkQuadraticTetra.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkQuadraticTriangle.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkQuadraticWedge.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkQuadratureSchemeDefinition.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkQuadric.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkRectilinearGrid.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkReebGraph.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkReebGraphSimplificationMetric.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkSelection.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkSelectionNode.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkSimpleCellTessellator.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkSmoothErrorMetric.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkSortFieldData.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkSphere.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkSpline.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkStaticCellLinks.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkStaticPointLocator.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkStructuredData.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkStructuredExtent.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkStructuredGrid.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkStructuredPointsCollection.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkStructuredPoints.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkSuperquadric.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkTable.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkTetra.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkTreeBFSIterator.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkTree.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkTreeDFSIterator.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkTriangle.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkTriangleStrip.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkTriQuadraticHexahedron.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkUndirectedGraph.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkUniformGrid.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkUnstructuredGrid.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkUnstructuredGridBase.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkUnstructuredGridCellIterator.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkVertex.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkVertexListIterator.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkVoxel.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkWedge.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkXMLDataElement.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkTreeIterator.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkBoundingBox.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkAtom.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkBond.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkMolecule.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkAbstractElectronicData.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkNonOverlappingAMR.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkOverlappingAMR.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkAMRInformation.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkAMRDataInternals.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkUniformGridAMR.cxx.o > [ 31%] Building CXX object Common/DataModel/CMakeFiles/ > vtkCommonDataModel.dir/vtkUniformGridAMRDataIterator.cxx.o > [ 31%] Linking CXX shared library ../../lib/libvtkCommonDataModel-7.1.so > [ 31%] Built target vtkCommonDataModel > make: *** [all] Error 2 > > Please let me know if you see anything that might help. > > Thanks, > Andrew > > On Wed, Apr 12, 2017 at 11:52 AM, Cory Quammen > wrote: > >> Andrew, >> >> Can you provide additional output from make? There ought to be >> additional error messages above those you provided that will provide >> additional clues. >> >> Thanks, >> Cory >> >> On Wed, Apr 12, 2017 at 2:49 PM, Andrew Lam >> wrote: >> > Cory, >> > >> > Sorry i'm double emailing you Cory, I realized another error that I >> missed >> > and I forgot to include the mailing list again. >> > >> > I did what you suggested and built in /tmp this did get rid of the clock >> > skew issues, but I still have the same make issues from before. The >> last few >> > lines of output are >> > >> > -- Downloaded object: >> > "/tmp/VTK-build/ExternalData/Objects/MD5/63106c09179630b321d >> 1e52170dc7551" >> > [ 30%] Built target VTKData >> > make: *** [all] Error 2 >> > >> > everything else above that seemed fine,except for these lines >> > >> > make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >> Error 1 >> > make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >> Error >> > 2 >> > >> > and the last line of output. >> > >> > make: *** [all] Error 2 >> > >> > Thanks, >> > Andrew >> > >> > >> > >> > On Wed, Apr 12, 2017 at 11:46 AM, Andrew Lam >> > wrote: >> >> >> >> Cory, >> >> >> >> I did what you suggested and built in /tmp this did get rid of the >> clock >> >> skew issues, but I still have the same make issues from before. The >> last few >> >> lines of output are >> >> >> >> -- Downloaded object: >> >> "/tmp/VTK-build/ExternalData/Objects/MD5/63106c09179630b321d >> 1e52170dc7551" >> >> [ 30%] Built target VTKData >> >> make: *** [all] Error 2 >> >> >> >> everything else above that seemed fine. I think the only issue is the >> last >> >> line of output. >> >> >> >> make: *** [all] Error 2 >> >> >> >> Thanks, >> >> Andrew >> >> >> >> On Wed, Apr 12, 2017 at 11:23 AM, Cory Quammen < >> cory.quammen at kitware.com> >> >> wrote: >> >>> >> >>> Andrew, >> >>> >> >>> You could try building in /tmp on the local machine. That should >> >>> eliminate the clock skew issues, then you can see if there is a >> >>> VTK-specific problem preventing the compilation. It should be a lot >> >>> faster to compile on the local disk as well. >> >>> >> >>> Cory >> >>> >> >>> On Wed, Apr 12, 2017 at 2:15 PM, Andrew Lam >> >>> wrote: >> >>> > Cory, >> >>> > >> >>> > In my case it is, because I only have a desktop and not a laptop >> and we >> >>> > need >> >>> > to demo our projects in class. I've asked the instructor for help >> with >> >>> > the >> >>> > issue and this is the first time he's teaching the class and he >> hasn't >> >>> > built >> >>> > VTK on the school servers. >> >>> > >> >>> > Thanks, >> >>> > Andrew >> >>> > >> >>> > On Wed, Apr 12, 2017 at 11:11 AM, Cory Quammen >> >>> > >> >>> > wrote: >> >>> >> >> >>> >> Andrew, >> >>> >> >> >>> >> Typically, servers like the one on which I assume you are compiling >> >>> >> have two types of storage available: >> >>> >> >> >>> >> 1). A network file system that you can access on more than one >> server >> >>> >> and perhaps a personal computer. These typically hold a home >> directory >> >>> >> for you and may be backed up. >> >>> >> >> >>> >> 2). Local disks on the server. It is faster to access these disks >> >>> >> because they are local. As a result, at a number of computing >> centers >> >>> >> it is often possible to use these disks to do things like compile >> >>> >> source code. These disks are typically not backed up - think of >> them >> >>> >> as "scratch" paper where you do somewhat temporary work. >> >>> >> >> >>> >> Is it necessary to compile VTK on the school server? If so, I >> suggest >> >>> >> asking your instructor who has hopefully done that once already and >> >>> >> knows how to resolve the issue you are facing. >> >>> >> >> >>> >> HTH, >> >>> >> Cory >> >>> >> >> >>> >> On Wed, Apr 12, 2017 at 1:57 PM, Andrew Lam < >> werdna.mal222 at gmail.com> >> >>> >> wrote: >> >>> >> > Cory, >> >>> >> > >> >>> >> > I'm sorry I don't know what you mean by local scratch space. >> >>> >> > >> >>> >> > Thanks, >> >>> >> > >> >>> >> > Andrew >> >>> >> > >> >>> >> > On Wed, Apr 12, 2017 at 10:55 AM, Cory Quammen >> >>> >> > >> >>> >> > wrote: >> >>> >> >> >> >>> >> >> > I'm currently building on my school's servers. >> >>> >> >> >> >>> >> >> Is there local scratch space on which you can build software on >> >>> >> >> that >> >>> >> >> server? My guess is you are building in a home directory that >> is on >> >>> >> >> an >> >>> >> >> AFS or NFS or some other network file system, and that is >> causing >> >>> >> >> you >> >>> >> >> problems. >> >>> >> >> >> >>> >> >> Thanks, >> >>> >> >> Cory >> >>> >> >> >> >>> >> >> > Thanks, >> >>> >> >> > Andrew >> >>> >> >> > >> >>> >> >> > >> >>> >> >> > On Wed, Apr 12, 2017 at 10:50 AM, Andrew Lam >> >>> >> >> > >> >>> >> >> > wrote: >> >>> >> >> >> >> >>> >> >> >> Cory, >> >>> >> >> >> >> >>> >> >> >> I'm currently building on my school's servers. >> >>> >> >> >> >> >>> >> >> >> Thanks, >> >>> >> >> >> Andrew >> >>> >> >> >> >> >>> >> >> >> On Wed, Apr 12, 2017 at 10:47 AM, Cory Quammen >> >>> >> >> >> >> >>> >> >> >> wrote: >> >>> >> >> >>> >> >>> >> >> >>> Andrew, >> >>> >> >> >>> >> >>> >> >> >>> Are you building on a networked file system of some sort? >> I've >> >>> >> >> >>> run >> >>> >> >> >>> into issues long ago building software before when the file >> >>> >> >> >>> system >> >>> >> >> >>> and >> >>> >> >> >>> computer have different ideas of what time it is. >> >>> >> >> >>> >> >>> >> >> >>> - Cory >> >>> >> >> >>> >> >>> >> >> >>> On Wed, Apr 12, 2017 at 1:29 PM, Andrew Lam >> >>> >> >> >>> >> >>> >> >> >>> wrote: >> >>> >> >> >>> > Hi Andy, >> >>> >> >> >>> > >> >>> >> >> >>> > It's still not working. I made a fresh build directory and >> >>> >> >> >>> > ran >> >>> >> >> >>> > through >> >>> >> >> >>> > the >> >>> >> >> >>> > motions again. It still has the same issue. I've attached >> my >> >>> >> >> >>> > CMakeCache.txt >> >>> >> >> >>> > file from my build directory. Please let me know if you >> see >> >>> >> >> >>> > anything >> >>> >> >> >>> > or >> >>> >> >> >>> > if >> >>> >> >> >>> > there is any other information that you might think would >> >>> >> >> >>> > help. >> >>> >> >> >>> > >> >>> >> >> >>> > Thanks, >> >>> >> >> >>> > Andrew >> >>> >> >> >>> > >> >>> >> >> >>> > On Wed, Apr 12, 2017 at 8:43 AM, Andy Bauer >> >>> >> >> >>> > >> >>> >> >> >>> > wrote: >> >>> >> >> >>> >> >> >>> >> >> >>> >> Hi Andrew, >> >>> >> >> >>> >> >> >>> >> >> >>> >> This should compile for you now. If it doesn't, please >> let >> >>> >> >> >>> >> us >> >>> >> >> >>> >> know >> >>> >> >> >>> >> and >> >>> >> >> >>> >> we >> >>> >> >> >>> >> can see how to get it working for you. If you do have >> >>> >> >> >>> >> problems I >> >>> >> >> >>> >> recommend >> >>> >> >> >>> >> attaching your CMakeCache.txt file from your build >> directory >> >>> >> >> >>> >> so >> >>> >> >> >>> >> it's >> >>> >> >> >>> >> easier >> >>> >> >> >>> >> for others to inspect what you did. >> >>> >> >> >>> >> >> >>> >> >> >>> >> Best, >> >>> >> >> >>> >> Andy >> >>> >> >> >>> >> >> >>> >> >> >>> >> On Wed, Apr 12, 2017 at 11:12 AM, Andrew Lam >> >>> >> >> >>> >> >> >>> >> >> >>> >> wrote: >> >>> >> >> >>> >>> >> >>> >> >> >>> >>> Ok Andy I can see it now thanks, >> >>> >> >> >>> >>> >> >>> >> >> >>> >>> my variables are set to >> >>> >> >> >>> >>> >> >>> >> >> >>> >>> Module_vtkParallelMPI4Py *OFF >> >>> >> >> >>> >>> PYTHON_EXECUTABLE */bin/python2 >> >>> >> >> >>> >>> PYTHON_EXTRA_LIBS * >> >>> >> >> >>> >>> PYTHON_INCLUDE_DIR */usr/include/python2.7 >> >>> >> >> >>> >>> PYTHON_LIBRARY *//lib64/ >> libpython2.7.so >> >>> >> >> >>> >>> PYTHON_UTIL_LIBRARY */usr/lib64/libutil.so >> >>> >> >> >>> >>> VTK_ENABLE_VTKPYTHON *ON >> >>> >> >> >>> >>> >> >>> >> >> >>> >>> after I set VTK_WRAP_PYTHON CMake variable to ON >> >>> >> >> >>> >>> >> >>> >> >> >>> >>> it seems ok to me, but let me know if they're wrong. >> >>> >> >> >>> >>> >> >>> >> >> >>> >>> Thanks, >> >>> >> >> >>> >>> Andrew >> >>> >> >> >>> >>> >> >>> >> >> >>> >>> On Tue, Apr 11, 2017 at 3:30 PM, Andrew Lam >> >>> >> >> >>> >>> >> >>> >> >> >>> >>> wrote: >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> Hi, my name is Andrew. I'm currently in a class that >> >>> >> >> >>> >>>> requires >> >>> >> >> >>> >>>> us >> >>> >> >> >>> >>>> to >> >>> >> >> >>> >>>> install VTK. >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> I have an issue running make in my VTK-build >> directory. I >> >>> >> >> >>> >>>> get >> >>> >> >> >>> >>>> a >> >>> >> >> >>> >>>> bunch of >> >>> >> >> >>> >>>> clock skew issues that pop up that won't go away after >> >>> >> >> >>> >>>> calling >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> $ touch * >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> then it will print out >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> make[2]: *** >> >>> >> >> >>> >>>> [Wrapping/Python/vtkAngularPer >> iodicDataArrayPython.cxx] >> >>> >> >> >>> >>>> Error 1 >> >>> >> >> >>> >>>> make[1]: *** >> >>> >> >> >>> >>>> [Wrapping/Python/CMakeFiles/vt >> kCommonCorePythonD.dir/all] >> >>> >> >> >>> >>>> Error 2 >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> it will then run to about 32% and then end printing >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> make: *** [all] Error 2 >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 >> >>> >> >> >>> >>>> I'm also going to include the output of the make call. >> >>> >> >> >>> >>>> Please >> >>> >> >> >>> >>>> let >> >>> >> >> >>> >>>> me >> >>> >> >> >>> >>>> know if you have any suggestions or if you need any >> more >> >>> >> >> >>> >>>> information >> >>> >> >> >>> >>>> to >> >>> >> >> >>> >>>> understand the issue. >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> [ 0%] Built target kwiml_test >> >>> >> >> >>> >>>> [ 0%] Built target vtksys >> >>> >> >> >>> >>>> [ 1%] Built target vtkWrappingTools >> >>> >> >> >>> >>>> [ 1%] Built target vtkalglib >> >>> >> >> >>> >>>> [ 1%] Built target vtkexpat >> >>> >> >> >>> >>>> [ 2%] Built target vtkzlib >> >>> >> >> >>> >>>> [ 2%] Built target vtkDICOMParser >> >>> >> >> >>> >>>> [ 2%] Built target vtkEncodeString >> >>> >> >> >>> >>>> [ 2%] Built target vtkjpeg >> >>> >> >> >>> >>>> [ 2%] Built target vtkHashSource >> >>> >> >> >>> >>>> [ 2%] Built target vtkglew >> >>> >> >> >>> >>>> [ 2%] Built target H5make_libsettings >> >>> >> >> >>> >>>> [ 2%] Built target H5detect >> >>> >> >> >>> >>>> [ 2%] Built target vtkWrapTcl >> >>> >> >> >>> >>>> [ 2%] Built target vtkParseJava >> >>> >> >> >>> >>>> [ 2%] Built target vtkWrapPython >> >>> >> >> >>> >>>> [ 2%] Built target vtkWrapPythonInit >> >>> >> >> >>> >>>> [ 2%] Built target vtkWrapTclInit >> >>> >> >> >>> >>>> [ 2%] Built target vtkWrapJava >> >>> >> >> >>> >>>> [ 2%] Built target vtkjsoncpp >> >>> >> >> >>> >>>> [ 2%] Built target verdict >> >>> >> >> >>> >>>> [ 2%] Built target vtksqlite >> >>> >> >> >>> >>>> [ 2%] Built target vtkoggtheora >> >>> >> >> >>> >>>> [ 2%] Built target vtkWrapHierarchy >> >>> >> >> >>> >>>> [ 4%] Built target vtkproj4 >> >>> >> >> >>> >>>> [ 4%] Built target vtkfreetype >> >>> >> >> >>> >>>> [ 5%] Built target vtklibxml2 >> >>> >> >> >>> >>>> [ 5%] Built target vtkpng >> >>> >> >> >>> >>>> [ 5%] Built target vtkmetaio >> >>> >> >> >>> >>>> [ 5%] Built target vtkgl2ps >> >>> >> >> >>> >>>> [ 5%] Built target vtktiff >> >>> >> >> >>> >>>> [ 20%] Built target vtkCommonCore >> >>> >> >> >>> >>>> [ 26%] Built target VTKData >> >>> >> >> >>> >>>> [ 28%] Built target vtkCommonSystem >> >>> >> >> >>> >>>> [ 29%] Built target vtkCommonMath >> >>> >> >> >>> >>>> [ 29%] Built target vtkhdf5 >> >>> >> >> >>> >>>> [ 29%] Built target vtkWrappingPythonCore >> >>> >> >> >>> >>>> [ 29%] Built target vtkLocalExample >> >>> >> >> >>> >>>> [ 29%] Built target vtkCommonMisc >> >>> >> >> >>> >>>> [ 29%] Built target vtkCommonTransforms >> >>> >> >> >>> >>>> [ 29%] Built target vtkCommonSystemCxxTests >> >>> >> >> >>> >>>> [ 29%] Python Wrapping - generating >> >>> >> >> >>> >>>> vtkAbstractArrayPython.cxx >> >>> >> >> >>> >>>> [ 29%] Built target vtkhdf5_hl >> >>> >> >> >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... >> >>> >> >> >>> >>>> --help print this help message >> >>> >> >> >>> >>>> --version print the VTK version >> >>> >> >> >>> >>>> -o the output file >> >>> >> >> >>> >>>> -I add an include directory >> >>> >> >> >>> >>>> -D define a preprocessor macro >> >>> >> >> >>> >>>> -U undefine a preprocessor macro >> >>> >> >> >>> >>>> @ read arguments from a file >> >>> >> >> >>> >>>> --hints the hints file to use >> >>> >> >> >>> >>>> --types the type hierarchy file to use >> >>> >> >> >>> >>>> --concrete force concrete class (ignored, >> >>> >> >> >>> >>>> deprecated) >> >>> >> >> >>> >>>> --abstract force abstract class (ignored, >> >>> >> >> >>> >>>> deprecated) >> >>> >> >> >>> >>>> --vtkobject vtkObjectBase-derived class >> (ignored, >> >>> >> >> >>> >>>> deprecated) >> >>> >> >> >>> >>>> --special non-vtkObjectBase class (ignored, >> >>> >> >> >>> >>>> deprecated) >> >>> >> >> >>> >>>> make[2]: *** [Wrapping/Python/vtkAbstractAr >> rayPython.cxx] >> >>> >> >> >>> >>>> Error 1 >> >>> >> >> >>> >>>> make[2]: *** Waiting for unfinished jobs.... >> >>> >> >> >>> >>>> [ 29%] Built target vtkpython >> >>> >> >> >>> >>>> [ 29%] Python Wrapping - generating >> >>> >> >> >>> >>>> vtkAngularPeriodicDataArrayPython.cxx >> >>> >> >> >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... >> >>> >> >> >>> >>>> --help print this help message >> >>> >> >> >>> >>>> --version print the VTK version >> >>> >> >> >>> >>>> -o the output file >> >>> >> >> >>> >>>> -I add an include directory >> >>> >> >> >>> >>>> -D define a preprocessor macro >> >>> >> >> >>> >>>> -U undefine a preprocessor macro >> >>> >> >> >>> >>>> @ read arguments from a file >> >>> >> >> >>> >>>> --hints the hints file to use >> >>> >> >> >>> >>>> --types the type hierarchy file to use >> >>> >> >> >>> >>>> --concrete force concrete class (ignored, >> >>> >> >> >>> >>>> deprecated) >> >>> >> >> >>> >>>> --abstract force abstract class (ignored, >> >>> >> >> >>> >>>> deprecated) >> >>> >> >> >>> >>>> --vtkobject vtkObjectBase-derived class >> (ignored, >> >>> >> >> >>> >>>> deprecated) >> >>> >> >> >>> >>>> --special non-vtkObjectBase class (ignored, >> >>> >> >> >>> >>>> deprecated) >> >>> >> >> >>> >>>> make[2]: *** >> >>> >> >> >>> >>>> [Wrapping/Python/vtkAngularPer >> iodicDataArrayPython.cxx] >> >>> >> >> >>> >>>> Error 1 >> >>> >> >> >>> >>>> make[1]: *** >> >>> >> >> >>> >>>> [Wrapping/Python/CMakeFiles/vt >> kCommonCorePythonD.dir/all] >> >>> >> >> >>> >>>> Error 2 >> >>> >> >> >>> >>>> make[1]: *** Waiting for unfinished jobs.... >> >>> >> >> >>> >>>> Scanning dependencies of target vtkCommonMathCxxTests >> >>> >> >> >>> >>>> make[2]: Warning: File >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> `Common/Math/Testing/Cxx/CMake >> Files/vtkCommonMathCxxTests.dir/depend.make' >> >>> >> >> >>> >>>> has modification time 0.041 s in the future >> >>> >> >> >>> >>>> [ 29%] Building CXX object >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeF >> iles/vtkCommonMathCxxTests.dir/vtkCommonMathCxxTests.cxx.o >> >>> >> >> >>> >>>> [ 29%] Building CXX object >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeF >> iles/vtkCommonMathCxxTests.dir/TestAmoebaMinimizer.cxx.o >> >>> >> >> >>> >>>> [ 30%] Built target vtkCommonCoreCxxTests >> >>> >> >> >>> >>>> [ 30%] Building CXX object >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeF >> iles/vtkCommonMathCxxTests.dir/TestMatrix3x3.cxx.o >> >>> >> >> >>> >>>> [ 30%] Building CXX object >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeF >> iles/vtkCommonMathCxxTests.dir/TestPolynomialSolversUnivariate.cxx.o >> >>> >> >> >>> >>>> [ 30%] Building CXX object >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeF >> iles/vtkCommonMathCxxTests.dir/TestQuaternion.cxx.o >> >>> >> >> >>> >>>> [ 30%] Linking CXX executable >> >>> >> >> >>> >>>> ../../../../bin/vtkCommonMathCxxTests >> >>> >> >> >>> >>>> [ 32%] Built target vtkCommonDataModel >> >>> >> >> >>> >>>> make[2]: warning: Clock skew detected. Your build >> may be >> >>> >> >> >>> >>>> incomplete. >> >>> >> >> >>> >>>> [ 32%] Built target vtkCommonMathCxxTests >> >>> >> >> >>> >>>> make: *** [all] Error 2 >> >>> >> >> >>> >>>> >> >>> >> >> >>> >>> >> >>> >> >> >>> >>> >> >>> >> >> >>> >>> _______________________________________________ >> >>> >> >> >>> >>> 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 VTK FAQ at: >> >>> >> >> >>> >>> http://www.vtk.org/Wiki/VTK_FAQ >> >>> >> >> >>> >>> >> >>> >> >> >>> >>> Search the list archives at: >> >>> >> >> >>> >>> http://markmail.org/search/?q=vtkusers >> >>> >> >> >>> >>> >> >>> >> >> >>> >>> Follow this link to subscribe/unsubscribe: >> >>> >> >> >>> >>> http://public.kitware.com/mailman/listinfo/vtkusers >> >>> >> >> >>> >>> >> >>> >> >> >>> >> >> >>> >> >> >>> > >> >>> >> >> >>> > >> >>> >> >> >>> > _______________________________________________ >> >>> >> >> >>> > 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 VTK FAQ at: >> >>> >> >> >>> > http://www.vtk.org/Wiki/VTK_FAQ >> >>> >> >> >>> > >> >>> >> >> >>> > Search the list archives at: >> >>> >> >> >>> > http://markmail.org/search/?q=vtkusers >> >>> >> >> >>> > >> >>> >> >> >>> > Follow this link to subscribe/unsubscribe: >> >>> >> >> >>> > http://public.kitware.com/mailman/listinfo/vtkusers >> >>> >> >> >>> > >> >>> >> >> >>> >> >>> >> >> >>> >> >>> >> >> >>> >> >>> >> >> >>> -- >> >>> >> >> >>> Cory Quammen >> >>> >> >> >>> Staff R&D Engineer >> >>> >> >> >>> Kitware, Inc. >> >>> >> >> >> >> >>> >> >> >> >> >>> >> >> > >> >>> >> >> > >> >>> >> >> > _______________________________________________ >> >>> >> >> > 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 VTK FAQ at: >> >>> >> >> > http://www.vtk.org/Wiki/VTK_FAQ >> >>> >> >> > >> >>> >> >> > Search the list archives at: >> >>> >> >> > http://markmail.org/search/?q=vtkusers >> >>> >> >> > >> >>> >> >> > Follow this link to subscribe/unsubscribe: >> >>> >> >> > http://public.kitware.com/mailman/listinfo/vtkusers >> >>> >> >> > >> >>> >> >> >> >>> >> >> >> >>> >> >> >> >>> >> >> -- >> >>> >> >> Cory Quammen >> >>> >> >> Staff R&D Engineer >> >>> >> >> Kitware, Inc. >> >>> >> > >> >>> >> > >> >>> >> >> >>> >> >> >>> >> >> >>> >> -- >> >>> >> Cory Quammen >> >>> >> Staff R&D Engineer >> >>> >> Kitware, Inc. >> >>> > >> >>> > >> >>> >> >>> >> >>> >> >>> -- >> >>> Cory Quammen >> >>> Staff R&D Engineer >> >>> Kitware, Inc. >> >> >> >> >> > >> >> >> >> -- >> Cory Quammen >> Staff R&D Engineer >> Kitware, Inc. >> > > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.gobbi at gmail.com Wed Apr 12 15:32:19 2017 From: david.gobbi at gmail.com (David Gobbi) Date: Wed, 12 Apr 2017 13:32:19 -0600 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: According to the "make" output, vtkWrapPython is being called with the wrong arguments. In order to see what arguments are being used, it will be necessary to build in "verbose" mode. You can build in verbose mode by typing this into the terminal: VERBOSE=1 make There will be tons of output in verbose mode, but you can search the output for vtkWrapPython to see how it is being called by make. - David On Wed, Apr 12, 2017 at 1:27 PM, Andy Bauer wrote: > Can you try building with a single process (i.e. just "make" instead of > "make -j 4") and share that output? It's a long shot but maybe with the > system times messed up a dependency isn't available yet that the build > process thinks has finished. > > On Wed, Apr 12, 2017 at 3:20 PM, Andrew Lam > wrote: > >> Cory, >> >> I ran make again and this is the full output. >> >> alam38 at csc235x22:/tmp/VTK-build $ make -j4 >> [ 0%] Built target kwiml_test >> [ 0%] Built target vtkWrappingTools >> [ 0%] Built target vtksys >> [ 0%] Built target vtkalglib >> [ 1%] Built target vtklz4 >> [ 2%] Built target vtkzlib >> [ 2%] Built target vtkexpat >> [ 2%] Built target vtkDICOMParser >> [ 2%] Built target vtkEncodeString >> [ 2%] Built target vtkpng >> [ 2%] Built target vtkglew >> [ 2%] Built target vtkHashSource >> [ 2%] Built target vtkjpeg >> [ 2%] Built target H5make_libsettings >> [ 2%] Built target vtkWrapTcl >> [ 2%] Built target H5detect >> [ 2%] Built target vtkParseJava >> [ 2%] Built target vtkWrapPythonInit >> [ 2%] Built target vtkWrapTclInit >> [ 2%] Built target vtkWrapPython >> [ 2%] Built target vtkWrapJava >> [ 2%] Built target vtkjsoncpp >> [ 2%] Built target verdict >> [ 2%] Built target vtkgl2ps >> [ 2%] Built target vtksqlite >> [ 2%] Built target vtkWrapHierarchy >> [ 2%] Built target vtkoggtheora >> [ 4%] Built target vtkproj4 >> [ 4%] Built target vtklibxml2 >> [ 4%] Built target vtkmetaio >> [ 4%] Built target vtktiff >> [ 5%] Built target vtkfreetype >> [ 6%] Built target vtkCommonCore >> [ 6%] Built target vtkCommonSystem >> [ 6%] Built target vtkCommonMath >> [ 6%] Built target vtkCommonMisc >> [ 8%] Built target vtkhdf5 >> [ 9%] Built target vtkWrappingPythonCore >> Scanning dependencies of target vtkCommonMiscCxxTests >> [ 9%] Built target vtkCommonSystemCxxTests >> [ 9%] Built target vtkCommonTransforms >> [ 9%] Built target vtkpython >> [ 9%] Built target vtkhdf5_hl >> [ 9%] Python Wrapping - generating vtkAbstractArrayPython.cxx >> Usage: vtkWrapPython-7.1 [options] infile... >> --help print this help message >> --version print the VTK version >> -o the output file >> -I add an include directory >> -D define a preprocessor macro >> -U undefine a preprocessor macro >> @ read arguments from a file >> --hints the hints file to use >> --types the type hierarchy file to use >> --concrete force concrete class (ignored, deprecated) >> --abstract force abstract class (ignored, deprecated) >> --vtkobject vtkObjectBase-derived class (ignored, deprecated) >> --special non-vtkObjectBase class (ignored, deprecated) >> make[2]: *** [Wrapping/Python/vtkAbstractArrayPython.cxx] Error 1 >> make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >> Error 2 >> make[1]: *** Waiting for unfinished jobs.... >> [ 9%] For vtkCommonDataModel - updating vtkCommonDataModelHierarchy.txt >> [ 9%] Building CXX object Common/Misc/Testing/Cxx/CMakeF >> iles/vtkCommonMiscCxxTests.dir/vtkCommonMiscCxxTests.cxx.o >> [ 9%] Building CXX object Common/Misc/Testing/Cxx/CMakeF >> iles/vtkCommonMiscCxxTests.dir/TestPolygonBuilder.cxx.o >> [ 9%] Building CXX object Common/Misc/Testing/Cxx/CMakeF >> iles/vtkCommonMiscCxxTests.dir/TestPolygonBuilder2.cxx.o >> [ 29%] Built target VTKData >> [ 29%] Building CXX object Common/Misc/Testing/Cxx/CMakeF >> iles/vtkCommonMiscCxxTests.dir/TestPolygonBuilder3.cxx.o >> [ 29%] Building CXX object Common/Misc/Testing/Cxx/CMakeF >> iles/vtkCommonMiscCxxTests.dir/TestPolygonBuilder4.cxx.o >> [ 29%] Building CXX object Common/Misc/Testing/Cxx/CMakeF >> iles/vtkCommonMiscCxxTests.dir/UnitTestFunctionParser.cxx.o >> [ 29%] Linking CXX executable ../../../../bin/vtkCommonMiscCxxTests >> [ 29%] Built target vtkCommonMiscCxxTests >> Scanning dependencies of target vtkCommonDataModel >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkAbstractCellLinks.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkAdjacentVertexIterator.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkAbstractPointLocator.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkAbstractCellLocator.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkAMRBox.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkAMRUtilities.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkAnimationScene.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkAnnotation.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkAnnotationLayers.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkArrayData.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkAttributesErrorMetric.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkBiQuadraticQuad.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkBiQuadraticQuadraticHexahedron.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkBiQuadraticQuadraticWedge.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkBiQuadraticTriangle.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkBox.cxx.o >> [ 29%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkBSPCuts.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkBSPIntersections.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkCell3D.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkCellArray.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkCell.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkCellData.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkCellIterator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkCellLinks.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkCellLocator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkCellTypes.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkCompositeDataSet.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkCompositeDataIterator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkCone.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkConvexPointSet.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkCubicLine.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkCylinder.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkDataSetCellIterator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkDataObjectCollection.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkDataObject.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkDataObjectTypes.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkDataObjectTree.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkDataObjectTreeIterator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkDataSetAttributes.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkDataSetCollection.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkDataSet.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkDirectedAcyclicGraph.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkDirectedGraph.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkDistributedGraphHelper.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkEdgeListIterator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkEdgeTable.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkEmptyCell.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkExtractStructuredGridHelper.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkFieldData.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkGenericAdaptorCell.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkGenericAttributeCollection.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkGenericAttribute.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkGenericCell.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkGenericCellIterator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkGenericCellTessellator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkGenericDataSet.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkGenericEdgeTable.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkGenericInterpolatedVelocityField.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkGenericPointIterator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkGenericSubdivisionErrorMetric.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkGeometricErrorMetric.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkGraph.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkGraphEdge.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkGraphInternals.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkHexagonalPrism.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkHexahedron.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkHierarchicalBoxDataIterator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkHierarchicalBoxDataSet.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkHyperOctreeCursor.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkHyperOctree.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkHyperOctreePointsGrabber.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkHyperTree.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkHyperTreeCursor.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkHyperTreeGrid.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkImageData.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkImageIterator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkImplicitBoolean.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkImplicitDataSet.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkImplicitFunctionCollection.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkImplicitFunction.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkImplicitHalo.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkImplicitSelectionLoop.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkImplicitSum.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkImplicitVolume.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkImplicitWindowFunction.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkIncrementalOctreeNode.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkIncrementalOctreePointLocator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkIncrementalPointLocator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkInEdgeIterator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkInformationQuadratureSchemeDefinitio >> nVectorKey.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkIterativeClosestPointTransform.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkKdNode.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkKdTree.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkKdTreePointLocator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkLine.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkLocator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkMarchingSquaresLineCases.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkMarchingCubesTriangleCases.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkMeanValueCoordinatesInterpolator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkMergePoints.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkMultiBlockDataSet.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkMultiPieceDataSet.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkMutableDirectedGraph.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkMutableUndirectedGraph.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkNonLinearCell.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkNonMergingPointLocator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkOctreePointLocator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkOctreePointLocatorNode.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkOrderedTriangulator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkOutEdgeIterator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPath.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPentagonalPrism.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPerlinNoise.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPiecewiseFunction.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPixel.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPixelExtent.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPixelTransfer.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPlaneCollection.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPlane.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPlanes.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPlanesIntersection.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPointData.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPointLocator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPointSet.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPointSetCellIterator.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPointsProjectedHull.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPolyDataCollection.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPolyData.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPolygon.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPolyhedron.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPolyLine.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPolyPlane.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPolyVertex.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkPyramid.cxx.o >> [ 30%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkQuad.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkQuadraticEdge.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkQuadraticHexahedron.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkQuadraticLinearQuad.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkQuadraticLinearWedge.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkQuadraticPolygon.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkQuadraticPyramid.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkQuadraticQuad.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkQuadraticTetra.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkQuadraticTriangle.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkQuadraticWedge.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkQuadratureSchemeDefinition.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkQuadric.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkRectilinearGrid.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkReebGraph.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkReebGraphSimplificationMetric.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkSelection.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkSelectionNode.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkSimpleCellTessellator.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkSmoothErrorMetric.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkSortFieldData.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkSphere.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkSpline.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkStaticCellLinks.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkStaticPointLocator.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkStructuredData.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkStructuredExtent.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkStructuredGrid.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkStructuredPointsCollection.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkStructuredPoints.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkSuperquadric.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkTable.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkTetra.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkTreeBFSIterator.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkTree.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkTreeDFSIterator.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkTriangle.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkTriangleStrip.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkTriQuadraticHexahedron.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkUndirectedGraph.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkUniformGrid.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkUnstructuredGrid.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkUnstructuredGridBase.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkUnstructuredGridCellIterator.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkVertex.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkVertexListIterator.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkVoxel.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkWedge.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkXMLDataElement.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkTreeIterator.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkBoundingBox.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkAtom.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkBond.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkMolecule.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkAbstractElectronicData.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkNonOverlappingAMR.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkOverlappingAMR.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkAMRInformation.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkAMRDataInternals.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkUniformGridAMR.cxx.o >> [ 31%] Building CXX object Common/DataModel/CMakeFiles/vt >> kCommonDataModel.dir/vtkUniformGridAMRDataIterator.cxx.o >> [ 31%] Linking CXX shared library ../../lib/libvtkCommonDataModel-7.1.so >> [ 31%] Built target vtkCommonDataModel >> make: *** [all] Error 2 >> >> Please let me know if you see anything that might help. >> >> Thanks, >> Andrew >> >> On Wed, Apr 12, 2017 at 11:52 AM, Cory Quammen >> wrote: >> >>> Andrew, >>> >>> Can you provide additional output from make? There ought to be >>> additional error messages above those you provided that will provide >>> additional clues. >>> >>> Thanks, >>> Cory >>> >>> On Wed, Apr 12, 2017 at 2:49 PM, Andrew Lam >>> wrote: >>> > Cory, >>> > >>> > Sorry i'm double emailing you Cory, I realized another error that I >>> missed >>> > and I forgot to include the mailing list again. >>> > >>> > I did what you suggested and built in /tmp this did get rid of the >>> clock >>> > skew issues, but I still have the same make issues from before. The >>> last few >>> > lines of output are >>> > >>> > -- Downloaded object: >>> > "/tmp/VTK-build/ExternalData/Objects/MD5/63106c09179630b321d >>> 1e52170dc7551" >>> > [ 30%] Built target VTKData >>> > make: *** [all] Error 2 >>> > >>> > everything else above that seemed fine,except for these lines >>> > >>> > make[2]: *** [Wrapping/Python/vtkAngularPeriodicDataArrayPython.cxx] >>> Error 1 >>> > make[1]: *** [Wrapping/Python/CMakeFiles/vtkCommonCorePythonD.dir/all] >>> Error >>> > 2 >>> > >>> > and the last line of output. >>> > >>> > make: *** [all] Error 2 >>> > >>> > Thanks, >>> > Andrew >>> > >>> > >>> > >>> > On Wed, Apr 12, 2017 at 11:46 AM, Andrew Lam >>> > wrote: >>> >> >>> >> Cory, >>> >> >>> >> I did what you suggested and built in /tmp this did get rid of the >>> clock >>> >> skew issues, but I still have the same make issues from before. The >>> last few >>> >> lines of output are >>> >> >>> >> -- Downloaded object: >>> >> "/tmp/VTK-build/ExternalData/Objects/MD5/63106c09179630b321d >>> 1e52170dc7551" >>> >> [ 30%] Built target VTKData >>> >> make: *** [all] Error 2 >>> >> >>> >> everything else above that seemed fine. I think the only issue is the >>> last >>> >> line of output. >>> >> >>> >> make: *** [all] Error 2 >>> >> >>> >> Thanks, >>> >> Andrew >>> >> >>> >> On Wed, Apr 12, 2017 at 11:23 AM, Cory Quammen < >>> cory.quammen at kitware.com> >>> >> wrote: >>> >>> >>> >>> Andrew, >>> >>> >>> >>> You could try building in /tmp on the local machine. That should >>> >>> eliminate the clock skew issues, then you can see if there is a >>> >>> VTK-specific problem preventing the compilation. It should be a lot >>> >>> faster to compile on the local disk as well. >>> >>> >>> >>> Cory >>> >>> >>> >>> On Wed, Apr 12, 2017 at 2:15 PM, Andrew Lam >> > >>> >>> wrote: >>> >>> > Cory, >>> >>> > >>> >>> > In my case it is, because I only have a desktop and not a laptop >>> and we >>> >>> > need >>> >>> > to demo our projects in class. I've asked the instructor for help >>> with >>> >>> > the >>> >>> > issue and this is the first time he's teaching the class and he >>> hasn't >>> >>> > built >>> >>> > VTK on the school servers. >>> >>> > >>> >>> > Thanks, >>> >>> > Andrew >>> >>> > >>> >>> > On Wed, Apr 12, 2017 at 11:11 AM, Cory Quammen >>> >>> > >>> >>> > wrote: >>> >>> >> >>> >>> >> Andrew, >>> >>> >> >>> >>> >> Typically, servers like the one on which I assume you are >>> compiling >>> >>> >> have two types of storage available: >>> >>> >> >>> >>> >> 1). A network file system that you can access on more than one >>> server >>> >>> >> and perhaps a personal computer. These typically hold a home >>> directory >>> >>> >> for you and may be backed up. >>> >>> >> >>> >>> >> 2). Local disks on the server. It is faster to access these disks >>> >>> >> because they are local. As a result, at a number of computing >>> centers >>> >>> >> it is often possible to use these disks to do things like compile >>> >>> >> source code. These disks are typically not backed up - think of >>> them >>> >>> >> as "scratch" paper where you do somewhat temporary work. >>> >>> >> >>> >>> >> Is it necessary to compile VTK on the school server? If so, I >>> suggest >>> >>> >> asking your instructor who has hopefully done that once already >>> and >>> >>> >> knows how to resolve the issue you are facing. >>> >>> >> >>> >>> >> HTH, >>> >>> >> Cory >>> >>> >> >>> >>> >> On Wed, Apr 12, 2017 at 1:57 PM, Andrew Lam < >>> werdna.mal222 at gmail.com> >>> >>> >> wrote: >>> >>> >> > Cory, >>> >>> >> > >>> >>> >> > I'm sorry I don't know what you mean by local scratch space. >>> >>> >> > >>> >>> >> > Thanks, >>> >>> >> > >>> >>> >> > Andrew >>> >>> >> > >>> >>> >> > On Wed, Apr 12, 2017 at 10:55 AM, Cory Quammen >>> >>> >> > >>> >>> >> > wrote: >>> >>> >> >> >>> >>> >> >> > I'm currently building on my school's servers. >>> >>> >> >> >>> >>> >> >> Is there local scratch space on which you can build software on >>> >>> >> >> that >>> >>> >> >> server? My guess is you are building in a home directory that >>> is on >>> >>> >> >> an >>> >>> >> >> AFS or NFS or some other network file system, and that is >>> causing >>> >>> >> >> you >>> >>> >> >> problems. >>> >>> >> >> >>> >>> >> >> Thanks, >>> >>> >> >> Cory >>> >>> >> >> >>> >>> >> >> > Thanks, >>> >>> >> >> > Andrew >>> >>> >> >> > >>> >>> >> >> > >>> >>> >> >> > On Wed, Apr 12, 2017 at 10:50 AM, Andrew Lam >>> >>> >> >> > >>> >>> >> >> > wrote: >>> >>> >> >> >> >>> >>> >> >> >> Cory, >>> >>> >> >> >> >>> >>> >> >> >> I'm currently building on my school's servers. >>> >>> >> >> >> >>> >>> >> >> >> Thanks, >>> >>> >> >> >> Andrew >>> >>> >> >> >> >>> >>> >> >> >> On Wed, Apr 12, 2017 at 10:47 AM, Cory Quammen >>> >>> >> >> >> >>> >>> >> >> >> wrote: >>> >>> >> >> >>> >>> >>> >> >> >>> Andrew, >>> >>> >> >> >>> >>> >>> >> >> >>> Are you building on a networked file system of some sort? >>> I've >>> >>> >> >> >>> run >>> >>> >> >> >>> into issues long ago building software before when the file >>> >>> >> >> >>> system >>> >>> >> >> >>> and >>> >>> >> >> >>> computer have different ideas of what time it is. >>> >>> >> >> >>> >>> >>> >> >> >>> - Cory >>> >>> >> >> >>> >>> >>> >> >> >>> On Wed, Apr 12, 2017 at 1:29 PM, Andrew Lam >>> >>> >> >> >>> >>> >>> >> >> >>> wrote: >>> >>> >> >> >>> > Hi Andy, >>> >>> >> >> >>> > >>> >>> >> >> >>> > It's still not working. I made a fresh build directory >>> and >>> >>> >> >> >>> > ran >>> >>> >> >> >>> > through >>> >>> >> >> >>> > the >>> >>> >> >> >>> > motions again. It still has the same issue. I've >>> attached my >>> >>> >> >> >>> > CMakeCache.txt >>> >>> >> >> >>> > file from my build directory. Please let me know if you >>> see >>> >>> >> >> >>> > anything >>> >>> >> >> >>> > or >>> >>> >> >> >>> > if >>> >>> >> >> >>> > there is any other information that you might think would >>> >>> >> >> >>> > help. >>> >>> >> >> >>> > >>> >>> >> >> >>> > Thanks, >>> >>> >> >> >>> > Andrew >>> >>> >> >> >>> > >>> >>> >> >> >>> > On Wed, Apr 12, 2017 at 8:43 AM, Andy Bauer >>> >>> >> >> >>> > >>> >>> >> >> >>> > wrote: >>> >>> >> >> >>> >> >>> >>> >> >> >>> >> Hi Andrew, >>> >>> >> >> >>> >> >>> >>> >> >> >>> >> This should compile for you now. If it doesn't, please >>> let >>> >>> >> >> >>> >> us >>> >>> >> >> >>> >> know >>> >>> >> >> >>> >> and >>> >>> >> >> >>> >> we >>> >>> >> >> >>> >> can see how to get it working for you. If you do have >>> >>> >> >> >>> >> problems I >>> >>> >> >> >>> >> recommend >>> >>> >> >> >>> >> attaching your CMakeCache.txt file from your build >>> directory >>> >>> >> >> >>> >> so >>> >>> >> >> >>> >> it's >>> >>> >> >> >>> >> easier >>> >>> >> >> >>> >> for others to inspect what you did. >>> >>> >> >> >>> >> >>> >>> >> >> >>> >> Best, >>> >>> >> >> >>> >> Andy >>> >>> >> >> >>> >> >>> >>> >> >> >>> >> On Wed, Apr 12, 2017 at 11:12 AM, Andrew Lam >>> >>> >> >> >>> >> >>> >>> >> >> >>> >> wrote: >>> >>> >> >> >>> >>> >>> >>> >> >> >>> >>> Ok Andy I can see it now thanks, >>> >>> >> >> >>> >>> >>> >>> >> >> >>> >>> my variables are set to >>> >>> >> >> >>> >>> >>> >>> >> >> >>> >>> Module_vtkParallelMPI4Py *OFF >>> >>> >> >> >>> >>> PYTHON_EXECUTABLE */bin/python2 >>> >>> >> >> >>> >>> PYTHON_EXTRA_LIBS * >>> >>> >> >> >>> >>> PYTHON_INCLUDE_DIR >>> */usr/include/python2.7 >>> >>> >> >> >>> >>> PYTHON_LIBRARY *//lib64/ >>> libpython2.7.so >>> >>> >> >> >>> >>> PYTHON_UTIL_LIBRARY */usr/lib64/libutil.so >>> >>> >> >> >>> >>> VTK_ENABLE_VTKPYTHON *ON >>> >>> >> >> >>> >>> >>> >>> >> >> >>> >>> after I set VTK_WRAP_PYTHON CMake variable to ON >>> >>> >> >> >>> >>> >>> >>> >> >> >>> >>> it seems ok to me, but let me know if they're wrong. >>> >>> >> >> >>> >>> >>> >>> >> >> >>> >>> Thanks, >>> >>> >> >> >>> >>> Andrew >>> >>> >> >> >>> >>> >>> >>> >> >> >>> >>> On Tue, Apr 11, 2017 at 3:30 PM, Andrew Lam >>> >>> >> >> >>> >>> >>> >>> >> >> >>> >>> wrote: >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> Hi, my name is Andrew. I'm currently in a class that >>> >>> >> >> >>> >>>> requires >>> >>> >> >> >>> >>>> us >>> >>> >> >> >>> >>>> to >>> >>> >> >> >>> >>>> install VTK. >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> I have an issue running make in my VTK-build >>> directory. I >>> >>> >> >> >>> >>>> get >>> >>> >> >> >>> >>>> a >>> >>> >> >> >>> >>>> bunch of >>> >>> >> >> >>> >>>> clock skew issues that pop up that won't go away after >>> >>> >> >> >>> >>>> calling >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> $ touch * >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> then it will print out >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> make[2]: *** >>> >>> >> >> >>> >>>> [Wrapping/Python/vtkAngularPer >>> iodicDataArrayPython.cxx] >>> >>> >> >> >>> >>>> Error 1 >>> >>> >> >> >>> >>>> make[1]: *** >>> >>> >> >> >>> >>>> [Wrapping/Python/CMakeFiles/vt >>> kCommonCorePythonD.dir/all] >>> >>> >> >> >>> >>>> Error 2 >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> it will then run to about 32% and then end printing >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> make: *** [all] Error 2 >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> I'm using python 2.7, VTK 7.1.1, cmake 3.7.2 >>> >>> >> >> >>> >>>> I'm also going to include the output of the make call. >>> >>> >> >> >>> >>>> Please >>> >>> >> >> >>> >>>> let >>> >>> >> >> >>> >>>> me >>> >>> >> >> >>> >>>> know if you have any suggestions or if you need any >>> more >>> >>> >> >> >>> >>>> information >>> >>> >> >> >>> >>>> to >>> >>> >> >> >>> >>>> understand the issue. >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> [ 0%] Built target kwiml_test >>> >>> >> >> >>> >>>> [ 0%] Built target vtksys >>> >>> >> >> >>> >>>> [ 1%] Built target vtkWrappingTools >>> >>> >> >> >>> >>>> [ 1%] Built target vtkalglib >>> >>> >> >> >>> >>>> [ 1%] Built target vtkexpat >>> >>> >> >> >>> >>>> [ 2%] Built target vtkzlib >>> >>> >> >> >>> >>>> [ 2%] Built target vtkDICOMParser >>> >>> >> >> >>> >>>> [ 2%] Built target vtkEncodeString >>> >>> >> >> >>> >>>> [ 2%] Built target vtkjpeg >>> >>> >> >> >>> >>>> [ 2%] Built target vtkHashSource >>> >>> >> >> >>> >>>> [ 2%] Built target vtkglew >>> >>> >> >> >>> >>>> [ 2%] Built target H5make_libsettings >>> >>> >> >> >>> >>>> [ 2%] Built target H5detect >>> >>> >> >> >>> >>>> [ 2%] Built target vtkWrapTcl >>> >>> >> >> >>> >>>> [ 2%] Built target vtkParseJava >>> >>> >> >> >>> >>>> [ 2%] Built target vtkWrapPython >>> >>> >> >> >>> >>>> [ 2%] Built target vtkWrapPythonInit >>> >>> >> >> >>> >>>> [ 2%] Built target vtkWrapTclInit >>> >>> >> >> >>> >>>> [ 2%] Built target vtkWrapJava >>> >>> >> >> >>> >>>> [ 2%] Built target vtkjsoncpp >>> >>> >> >> >>> >>>> [ 2%] Built target verdict >>> >>> >> >> >>> >>>> [ 2%] Built target vtksqlite >>> >>> >> >> >>> >>>> [ 2%] Built target vtkoggtheora >>> >>> >> >> >>> >>>> [ 2%] Built target vtkWrapHierarchy >>> >>> >> >> >>> >>>> [ 4%] Built target vtkproj4 >>> >>> >> >> >>> >>>> [ 4%] Built target vtkfreetype >>> >>> >> >> >>> >>>> [ 5%] Built target vtklibxml2 >>> >>> >> >> >>> >>>> [ 5%] Built target vtkpng >>> >>> >> >> >>> >>>> [ 5%] Built target vtkmetaio >>> >>> >> >> >>> >>>> [ 5%] Built target vtkgl2ps >>> >>> >> >> >>> >>>> [ 5%] Built target vtktiff >>> >>> >> >> >>> >>>> [ 20%] Built target vtkCommonCore >>> >>> >> >> >>> >>>> [ 26%] Built target VTKData >>> >>> >> >> >>> >>>> [ 28%] Built target vtkCommonSystem >>> >>> >> >> >>> >>>> [ 29%] Built target vtkCommonMath >>> >>> >> >> >>> >>>> [ 29%] Built target vtkhdf5 >>> >>> >> >> >>> >>>> [ 29%] Built target vtkWrappingPythonCore >>> >>> >> >> >>> >>>> [ 29%] Built target vtkLocalExample >>> >>> >> >> >>> >>>> [ 29%] Built target vtkCommonMisc >>> >>> >> >> >>> >>>> [ 29%] Built target vtkCommonTransforms >>> >>> >> >> >>> >>>> [ 29%] Built target vtkCommonSystemCxxTests >>> >>> >> >> >>> >>>> [ 29%] Python Wrapping - generating >>> >>> >> >> >>> >>>> vtkAbstractArrayPython.cxx >>> >>> >> >> >>> >>>> [ 29%] Built target vtkhdf5_hl >>> >>> >> >> >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... >>> >>> >> >> >>> >>>> --help print this help message >>> >>> >> >> >>> >>>> --version print the VTK version >>> >>> >> >> >>> >>>> -o the output file >>> >>> >> >> >>> >>>> -I add an include directory >>> >>> >> >> >>> >>>> -D define a preprocessor macro >>> >>> >> >> >>> >>>> -U undefine a preprocessor macro >>> >>> >> >> >>> >>>> @ read arguments from a file >>> >>> >> >> >>> >>>> --hints the hints file to use >>> >>> >> >> >>> >>>> --types the type hierarchy file to use >>> >>> >> >> >>> >>>> --concrete force concrete class (ignored, >>> >>> >> >> >>> >>>> deprecated) >>> >>> >> >> >>> >>>> --abstract force abstract class (ignored, >>> >>> >> >> >>> >>>> deprecated) >>> >>> >> >> >>> >>>> --vtkobject vtkObjectBase-derived class >>> (ignored, >>> >>> >> >> >>> >>>> deprecated) >>> >>> >> >> >>> >>>> --special non-vtkObjectBase class (ignored, >>> >>> >> >> >>> >>>> deprecated) >>> >>> >> >> >>> >>>> make[2]: *** [Wrapping/Python/vtkAbstractAr >>> rayPython.cxx] >>> >>> >> >> >>> >>>> Error 1 >>> >>> >> >> >>> >>>> make[2]: *** Waiting for unfinished jobs.... >>> >>> >> >> >>> >>>> [ 29%] Built target vtkpython >>> >>> >> >> >>> >>>> [ 29%] Python Wrapping - generating >>> >>> >> >> >>> >>>> vtkAngularPeriodicDataArrayPython.cxx >>> >>> >> >> >>> >>>> Usage: vtkWrapPython-7.1 [options] infile... >>> >>> >> >> >>> >>>> --help print this help message >>> >>> >> >> >>> >>>> --version print the VTK version >>> >>> >> >> >>> >>>> -o the output file >>> >>> >> >> >>> >>>> -I add an include directory >>> >>> >> >> >>> >>>> -D define a preprocessor macro >>> >>> >> >> >>> >>>> -U undefine a preprocessor macro >>> >>> >> >> >>> >>>> @ read arguments from a file >>> >>> >> >> >>> >>>> --hints the hints file to use >>> >>> >> >> >>> >>>> --types the type hierarchy file to use >>> >>> >> >> >>> >>>> --concrete force concrete class (ignored, >>> >>> >> >> >>> >>>> deprecated) >>> >>> >> >> >>> >>>> --abstract force abstract class (ignored, >>> >>> >> >> >>> >>>> deprecated) >>> >>> >> >> >>> >>>> --vtkobject vtkObjectBase-derived class >>> (ignored, >>> >>> >> >> >>> >>>> deprecated) >>> >>> >> >> >>> >>>> --special non-vtkObjectBase class (ignored, >>> >>> >> >> >>> >>>> deprecated) >>> >>> >> >> >>> >>>> make[2]: *** >>> >>> >> >> >>> >>>> [Wrapping/Python/vtkAngularPer >>> iodicDataArrayPython.cxx] >>> >>> >> >> >>> >>>> Error 1 >>> >>> >> >> >>> >>>> make[1]: *** >>> >>> >> >> >>> >>>> [Wrapping/Python/CMakeFiles/vt >>> kCommonCorePythonD.dir/all] >>> >>> >> >> >>> >>>> Error 2 >>> >>> >> >> >>> >>>> make[1]: *** Waiting for unfinished jobs.... >>> >>> >> >> >>> >>>> Scanning dependencies of target vtkCommonMathCxxTests >>> >>> >> >> >>> >>>> make[2]: Warning: File >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> `Common/Math/Testing/Cxx/CMake >>> Files/vtkCommonMathCxxTests.dir/depend.make' >>> >>> >> >> >>> >>>> has modification time 0.041 s in the future >>> >>> >> >> >>> >>>> [ 29%] Building CXX object >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeF >>> iles/vtkCommonMathCxxTests.dir/vtkCommonMathCxxTests.cxx.o >>> >>> >> >> >>> >>>> [ 29%] Building CXX object >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeF >>> iles/vtkCommonMathCxxTests.dir/TestAmoebaMinimizer.cxx.o >>> >>> >> >> >>> >>>> [ 30%] Built target vtkCommonCoreCxxTests >>> >>> >> >> >>> >>>> [ 30%] Building CXX object >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeF >>> iles/vtkCommonMathCxxTests.dir/TestMatrix3x3.cxx.o >>> >>> >> >> >>> >>>> [ 30%] Building CXX object >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeF >>> iles/vtkCommonMathCxxTests.dir/TestPolynomialSolversUnivariate.cxx.o >>> >>> >> >> >>> >>>> [ 30%] Building CXX object >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>>> Common/Math/Testing/Cxx/CMakeF >>> iles/vtkCommonMathCxxTests.dir/TestQuaternion.cxx.o >>> >>> >> >> >>> >>>> [ 30%] Linking CXX executable >>> >>> >> >> >>> >>>> ../../../../bin/vtkCommonMathCxxTests >>> >>> >> >> >>> >>>> [ 32%] Built target vtkCommonDataModel >>> >>> >> >> >>> >>>> make[2]: warning: Clock skew detected. Your build >>> may be >>> >>> >> >> >>> >>>> incomplete. >>> >>> >> >> >>> >>>> [ 32%] Built target vtkCommonMathCxxTests >>> >>> >> >> >>> >>>> make: *** [all] Error 2 >>> >>> >> >> >>> >>>> >>> >>> >> >> >>> >>> >>> >>> >> >> >>> >>> >>> >>> >> >> >>> >>> _______________________________________________ >>> >>> >> >> >>> >>> 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 VTK FAQ at: >>> >>> >> >> >>> >>> http://www.vtk.org/Wiki/VTK_FAQ >>> >>> >> >> >>> >>> >>> >>> >> >> >>> >>> Search the list archives at: >>> >>> >> >> >>> >>> http://markmail.org/search/?q=vtkusers >>> >>> >> >> >>> >>> >>> >>> >> >> >>> >>> Follow this link to subscribe/unsubscribe: >>> >>> >> >> >>> >>> http://public.kitware.com/mailman/listinfo/vtkusers >>> >>> >> >> >>> >>> >>> >>> >> >> >>> >> >>> >>> >> >> >>> > >>> >>> >> >> >>> > >>> >>> >> >> >>> > _______________________________________________ >>> >>> >> >> >>> > 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 VTK FAQ at: >>> >>> >> >> >>> > http://www.vtk.org/Wiki/VTK_FAQ >>> >>> >> >> >>> > >>> >>> >> >> >>> > Search the list archives at: >>> >>> >> >> >>> > http://markmail.org/search/?q=vtkusers >>> >>> >> >> >>> > >>> >>> >> >> >>> > Follow this link to subscribe/unsubscribe: >>> >>> >> >> >>> > http://public.kitware.com/mailman/listinfo/vtkusers >>> >>> >> >> >>> > >>> >>> >> >> >>> >>> >>> >> >> >>> >>> >>> >> >> >>> >>> >>> >> >> >>> -- >>> >>> >> >> >>> Cory Quammen >>> >>> >> >> >>> Staff R&D Engineer >>> >>> >> >> >>> Kitware, Inc. >>> >>> >> >> >> >>> >>> >> >> >> >>> >>> >> >> > >>> >>> >> >> > >>> >>> >> >> > _______________________________________________ >>> >>> >> >> > 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 VTK FAQ at: >>> >>> >> >> > http://www.vtk.org/Wiki/VTK_FAQ >>> >>> >> >> > >>> >>> >> >> > Search the list archives at: >>> >>> >> >> > http://markmail.org/search/?q=vtkusers >>> >>> >> >> > >>> >>> >> >> > Follow this link to subscribe/unsubscribe: >>> >>> >> >> > http://public.kitware.com/mailman/listinfo/vtkusers >>> >>> >> >> > >>> >>> >> >> >>> >>> >> >> >>> >>> >> >> >>> >>> >> >> -- >>> >>> >> >> Cory Quammen >>> >>> >> >> Staff R&D Engineer >>> >>> >> >> Kitware, Inc. >>> >>> >> > >>> >>> >> > >>> >>> >> >>> >>> >> >>> >>> >> >>> >>> >> -- >>> >>> >> Cory Quammen >>> >>> >> Staff R&D Engineer >>> >>> >> Kitware, Inc. >>> >>> > >>> >>> > >>> >>> >>> >>> >>> >>> >>> >>> -- >>> >>> Cory Quammen >>> >>> Staff R&D Engineer >>> >>> Kitware, Inc. >>> >> >>> >> >>> > >>> >>> >>> >>> -- >>> Cory Quammen >>> Staff R&D Engineer >>> Kitware, Inc. >>> >> >> >> _______________________________________________ >> 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 VTK FAQ at: >> http://www.vtk.org/Wiki/VTK_FAQ >> >> Search the list archives at: http://markmail.org/search/?q=vtkusers >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/vtkusers >> >> > > _______________________________________________ > 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 VTK FAQ at: > http://www.vtk.org/Wiki/VTK_FAQ > > Search the list archives at: http://markmail.org/search/?q=vtkusers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/vtkusers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave.demarle at kitware.com Wed Apr 12 16:06:14 2017 From: dave.demarle at kitware.com (David E DeMarle) Date: Wed, 12 Apr 2017 16:06:14 -0400 Subject: [vtkusers] VTK version 7.1.1 causes crashes but 7.0.0 works fine. In-Reply-To: <1492013906027-5742833.post@n5.nabble.com> References: <1491995738160-5742822.post@n5.nabble.com> <1492013906027-5742833.post@n5.nabble.com> Message-ID: On Wed, Apr 12, 2017 at 12:18 PM, majinsaha wrote: > CMake Error at Rendering/OpenGL2/CMakeLists.txt:2 (message): > vtkRenderingOpenGL2 cannot be built with vtkRenderingOpenGL, please > disable > one of them. > This above indicates that something is very strange in your build/configuration such that it is picking up some state cmake variables somehow. I recommend starting fresh in a different build directory. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 -------------- next part -------------- An HTML attachment was scrubbed... URL: From werdna.mal222 at gmail.com Wed Apr 12 16:13:24 2017 From: werdna.mal222 at gmail.com (Andrew Lam) Date: Wed, 12 Apr 2017 13:13:24 -0700 Subject: [vtkusers] Issuings running make in my VTK-build directory In-Reply-To: References: Message-ID: Andy, I think you might be onto something as it progressed to 62% this time, but it is still feeding me the same error. Make, just finished. I'm going to jump on David's suggestion and report back with that right now. the output was [ 20%] Built target VTKData [ 20%] Built target kwiml_test [ 20%] Built target vtksys [ 20%] Built target vtkWrappingTools [ 20%] Built target vtkWrapHierarchy [ 21%] Built target vtkCommonCore [ 21%] Built target vtkCommonMath [ 21%] Built target vtkCommonMisc [ 21%] Built target vtkCommonSystem [ 21%] Built target vtkCommonTransforms [ 23%] Built target vtkCommonDataModel [ 23%] For vtkCommonColor - updating vtkCommonColorHierarchy.txt Scanning dependencies of target vtkCommonColor [ 23%] Building CXX object Common/Color/CMakeFiles/vtkCommonColor.dir/vtkColorSeries.cxx.o [ 23%] Building CXX object Common/Color/CMakeFiles/vtkCommonColor.dir/vtkNamedColors.cxx.o [ 23%] Linking CXX shared library ../../lib/libvtkCommonColor-7.1.so [ 23%] Built target vtkCommonColor [ 23%] For vtkCommonExecutionModel - updating vtkCommonExecutionModelHierarchy.txt Scanning dependencies of target vtkCommonExecutionModel [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkAlgorithm.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkAlgorithmOutput.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkAnnotationLayersAlgorithm.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkArrayDataAlgorithm.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkCachedStreamingDemandDrivenPipeline.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkCastToConcrete.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkCompositeDataPipeline.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkCompositeDataSetAlgorithm.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkDataObjectAlgorithm.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkDataSetAlgorithm.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkDemandDrivenPipeline.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkDirectedGraphAlgorithm.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkEnsembleSource.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExecutive.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExtentSplitter.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExtentTranslator.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkFilteringInformationKeyManager.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkGraphAlgorithm.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkHierarchicalBoxDataSetAlgorithm.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkHyperOctreeAlgorithm.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkHyperTreeGridAlgorithm.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkImageAlgorithm.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkImageInPlaceFilter.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkImageProgressIterator.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkImageToStructuredGrid.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkImageToStructuredPoints.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkInformationDataObjectMetaDataKey.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkInformationExecutivePortKey.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkInformationExecutivePortVectorKey.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkInformationIntegerRequestKey.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkMultiBlockDataSetAlgorithm.cxx.o [ 23%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkMultiTimeStepAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkPassInputTypeAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkPiecewiseFunctionAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkPiecewiseFunctionShiftScale.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkPointSetAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkPolyDataAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkRectilinearGridAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkScalarTree.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkSimpleImageToImageFilter.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkSimpleScalarTree.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkSpanSpace.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkSphereTree.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkStreamingDemandDrivenPipeline.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkStructuredGridAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkTableAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkSMPProgressObserver.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkThreadedCompositeDataPipeline.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkThreadedImageAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkTreeAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkTrivialConsumer.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkTrivialProducer.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkUndirectedGraphAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkUnstructuredGridAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkUnstructuredGridBaseAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkProgressObserver.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkSelectionAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkExtentRCBPartitioner.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkUniformGridPartitioner.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkUniformGridAMRAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkOverlappingAMRAlgorithm.cxx.o [ 24%] Building CXX object Common/ExecutionModel/CMakeFiles/vtkCommonExecutionModel.dir/vtkNonOverlappingAMRAlgorithm.cxx.o [ 24%] Linking CXX shared library ../../lib/ libvtkCommonExecutionModel-7.1.so [ 24%] Built target vtkCommonExecutionModel [ 24%] For vtkCommonComputationalGeometry - updating vtkCommonComputationalGeometryHierarchy.txt Scanning dependencies of target vtkCommonComputationalGeometry [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkCardinalSpline.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkKochanekSpline.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricBoy.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricConicSpiral.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricCrossCap.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricDini.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricEllipsoid.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricEnneper.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricFigure8Klein.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricFunction.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricKlein.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricMobius.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricRandomHills.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricRoman.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricSpline.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricSuperEllipsoid.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricSuperToroid.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricTorus.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricKuen.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricPseudosphere.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricBohemianDome.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricHenneberg.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricCatalanMinimal.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricBour.cxx.o [ 24%] Building CXX object Common/ComputationalGeometry/CMakeFiles/vtkCommonComputationalGeometry.dir/vtkParametricPluckerConoid.cxx.o [ 24%] Linking CXX shared library ../../lib/ libvtkCommonComputationalGeometry-7.1.so [ 24%] Built target vtkCommonComputationalGeometry [ 24%] For vtkFiltersCore - updating vtkFiltersCoreHierarchy.txt Scanning dependencies of target vtkFiltersCore [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAppendArcLength.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAppendFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAppendPolyData.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAppendSelection.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkArrayCalculator.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAssignAttribute.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAttributeDataToFieldDataFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkBinCellDataFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCellDataToPointData.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCleanPolyData.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkClipPolyData.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCompositeDataProbeFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkConnectivityFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkContourFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkContourGrid.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkContourHelper.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDataObjectGenerator.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDataObjectToDataSetFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDataSetEdgeSubdivisionCriterion.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDataSetToDataObjectFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDecimatePolylineFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDecimatePro.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDelaunay2D.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkDelaunay3D.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkElevationFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkExecutionTimer.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkFeatureEdges.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkFieldDataToAttributeDataFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkFlyingEdges2D.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkFlyingEdges3D.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkFlyingEdgesPlaneCutter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkGlyph2D.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkGlyph3D.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkHedgeHog.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkHull.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkIdFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMarchingCubes.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMarchingSquares.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMaskFields.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMaskPoints.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMaskPolyData.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMassProperties.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMergeDataObjectFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMergeFields.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkMergeFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkPlaneCutter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkPointDataToCellData.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkPolyDataConnectivityFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkPolyDataNormals.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkProbeFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkQuadricClustering.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkQuadricDecimation.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkRearrangeFields.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkResampleToImage.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkResampleWithDataSet.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkReverseSense.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSimpleElevationFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSmoothPolyDataFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSphereTreeFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkStripper.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkStructuredGridOutlineFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSynchronizedTemplates2D.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSynchronizedTemplates3D.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkSynchronizedTemplatesCutter3D.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkTensorGlyph.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkThreshold.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkThresholdPoints.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkTransposeTable.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkTriangleFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkTriangleMeshPointNormals.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkTubeFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkUnstructuredGridQuadricDecimation.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkVectorDot.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkVectorNorm.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkWindowedSincPolyDataFilter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCutter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCompositeCutter.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkGridSynchronizedTemplates3D.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkRectilinearSynchronizedTemplates.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkEdgeSubdivisionCriterion.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkStreamingTessellator.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkImplicitPolyDataDistance.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkStreamerBase.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkCenterOfMass.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkImageAppend.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkStructuredGridAppend.cxx.o [ 24%] Building CXX object Filters/Core/CMakeFiles/vtkFiltersCore.dir/vtkAppendCompositeDataLeaves.cxx.o [ 24%] Linking CXX shared library ../../lib/libvtkFiltersCore-7.1.so [ 24%] Built target vtkFiltersCore [ 24%] For vtkFiltersGeneral - updating vtkFiltersGeneralHierarchy.txt Scanning dependencies of target vtkFiltersGeneral [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkAnnotationLink.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkAppendPoints.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkApproximatingSubdivisionFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkAreaContourSpectrumFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkAxes.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBlankStructuredGrid.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBlankStructuredGridWithImage.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBlockIdScalars.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBoxClipDataSet.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBrownianPoints.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCellCenters.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCellDerivatives.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkClipClosedSurface.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkClipConvexPolyData.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkClipDataSet.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkClipVolume.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCoincidentPoints.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkContourTriangulator.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCountFaces.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCountVertices.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCursor2D.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCursor3D.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCurvatures.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDataSetGradient.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDataSetGradientPrecompute.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDataSetTriangleFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDeformPointSet.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDensifyPolyData.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDicer.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDiscreteMarchingCubes.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkEdgePoints.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkExtractSelectedFrustum.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkExtractSelectionBase.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkGradientFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkGraphLayoutFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkGraphToPoints.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkHierarchicalDataLevelFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkHyperStreamline.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkIconGlyphFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkImageMarchingCubes.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkInterpolateDataSetAttributes.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkInterpolatingSubdivisionFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkLevelIdScalars.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkLinkEdgels.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMergeCells.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMultiBlockDataGroupFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMultiBlockFromTimeSeriesFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMultiBlockMergeFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMultiThreshold.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkOBBDicer.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkOBBTree.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkPassThrough.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkPointConnectivityFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkPolyDataStreamer.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkPolyDataToReebGraphFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkProbePolyhedron.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkQuadraturePointInterpolator.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkQuadraturePointsGenerator.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkQuadratureSchemeDictionaryGenerator.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkQuantizePolyDataPoints.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRandomAttributeGenerator.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRectilinearGridClip.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRectilinearGridToTetrahedra.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRecursiveDividingCubes.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkReflectionFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRotationFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSampleImplicitFunctionFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkShrinkFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkShrinkPolyData.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSpatialRepresentationFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSplineFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSplitByCellScalarFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSplitField.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkStructuredGridClip.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSubdivisionFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSubPixelPositionEdgels.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSynchronizeTimeFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTableBasedClipDataSet.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTableToPolyData.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTableToStructuredGrid.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTemporalPathLineFilter.cxx.o [ 24%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTemporalStatistics.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTessellatorFilter.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTimeSourceExample.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTransformFilter.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkTransformPolyDataFilter.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkUncertaintyTubeFilter.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkVertexGlyphFilter.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkVolumeContourSpectrumFilter.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkVoxelContoursToSurfaceFilter.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkWarpLens.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkWarpScalar.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkWarpTo.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkWarpVector.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkYoungsMaterialInterface.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMarchingContourFilter.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRectilinearGridToPointSet.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkGraphWeightEuclideanDistanceFilter.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkGraphWeightFilter.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkImageDataToPointSet.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkIntersectionPolyDataFilter.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkBooleanOperationPolyDataFilter.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkDistancePolyDataFilter.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkOverlappingAMRLevelIdScalars.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkExtractArray.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkMatricizeArray.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkNormalizeMatrixVectors.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkPassArrays.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkSplitColumnComponents.cxx.o [ 25%] Building CXX object Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkCellTreeLocator.cxx.o [ 25%] Linking CXX shared library ../../lib/libvtkFiltersGeneral-7.1.so [ 25%] Built target vtkFiltersGeneral [ 25%] For vtkImagingCore - updating vtkImagingCoreHierarchy.txt Scanning dependencies of target vtkImagingCore [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkExtractVOI.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageAppendComponents.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageBlend.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageCacheFilter.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageCast.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageChangeInformation.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageClip.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageConstantPad.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageDataStreamer.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageDecomposeFilter.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageDifference.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageExtractComponents.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageFlip.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageIterateFilter.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageMagnify.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageMapToColors.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageMask.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageMirrorPad.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImagePadFilter.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImagePermute.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImagePointDataIterator.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImagePointIterator.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageResample.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageReslice.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageResliceToColors.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageShiftScale.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageShrink3D.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageStencilIterator.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageThreshold.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageTranslateExtent.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageWrapPad.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkRTAnalyticSource.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageResize.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageBSplineCoefficients.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageStencilData.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageStencilAlgorithm.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkAbstractImageInterpolator.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageBSplineInternals.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageBSplineInterpolator.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageSincInterpolator.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageInterpolator.cxx.o [ 25%] Building CXX object Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageStencilSource.cxx.o [ 25%] Linking CXX shared library ../../lib/libvtkImagingCore-7.1.so [ 25%] Built target vtkImagingCore [ 25%] For vtkImagingFourier - updating vtkImagingFourierHierarchy.txt Scanning dependencies of target vtkImagingFourier [ 25%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageButterworthHighPass.cxx.o [ 25%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageButterworthLowPass.cxx.o [ 25%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageFFT.cxx.o [ 25%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageFourierCenter.cxx.o [ 25%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageFourierFilter.cxx.o [ 25%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageIdealHighPass.cxx.o [ 25%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageIdealLowPass.cxx.o [ 25%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkImageRFFT.cxx.o [ 25%] Building CXX object Imaging/Fourier/CMakeFiles/vtkImagingFourier.dir/vtkTableFFT.cxx.o [ 25%] Linking CXX shared library ../../lib/libvtkImagingFourier-7.1.so [ 25%] Built target vtkImagingFourier [ 25%] Built target vtkalglib [ 25%] For vtkFiltersStatistics - updating vtkFiltersStatisticsHierarchy.txt Scanning dependencies of target vtkFiltersStatistics [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkAutoCorrelativeStatistics.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkBivariateLinearTableThreshold.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkComputeQuartiles.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkContingencyStatistics.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkCorrelativeStatistics.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkDescriptiveStatistics.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkHighestDensityRegionsStatistics.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkExtractFunctionalBagPlot.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkKMeansDistanceFunctorCalculator.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkKMeansDistanceFunctor.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkKMeansStatistics.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkMultiCorrelativeStatistics.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkOrderStatistics.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkPCAStatistics.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkStatisticsAlgorithm.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkStrahlerMetric.cxx.o [ 25%] Building CXX object Filters/Statistics/CMakeFiles/vtkFiltersStatistics.dir/vtkStreamingStatistics.cxx.o [ 25%] Linking CXX shared library ../../lib/libvtkFiltersStatistics-7.1.so [ 25%] Built target vtkFiltersStatistics [ 25%] For vtkFiltersExtraction - updating vtkFiltersExtractionHierarchy.txt Scanning dependencies of target vtkFiltersExtraction [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkConvertSelection.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractArraysOverTime.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractBlock.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractCells.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractDataOverTime.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractDataSets.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractEdges.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractGeometry.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractGrid.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractLevel.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractPolyDataGeometry.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractRectilinearGrid.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedBlock.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedIds.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedLocations.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedPolyDataIds.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedRows.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelectedThresholds.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractSelection.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractTemporalFieldData.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractTensorComponents.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractTimeSteps.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractUnstructuredGrid.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkExtractVectorComponents.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkProbeSelectedLocations.cxx.o [ 25%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkHierarchicalDataExtractDataSets.cxx.o [ 26%] Building CXX object Filters/Extraction/CMakeFiles/vtkFiltersExtraction.dir/vtkHierarchicalDataExtractLevel.cxx.o [ 26%] Linking CXX shared library ../../lib/libvtkFiltersExtraction-7.1.so [ 26%] Built target vtkFiltersExtraction [ 26%] For vtkInfovisCore - updating vtkInfovisCoreHierarchy.txt Scanning dependencies of target vtkInfovisCore [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkAddMembershipArray.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkAdjacencyMatrixToEdgeTable.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkArrayNorm.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkArrayToTable.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkCollapseGraph.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkCollapseVerticesByArray.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkContinuousScatterplot.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkDataObjectToTable.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkDotProductSimilarity.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkExtractSelectedTree.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkEdgeCenters.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkExpandSelectedGraph.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkExtractSelectedGraph.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkGenerateIndexArray.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkGraphHierarchicalBundleEdges.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkGroupLeafVertices.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkMergeColumns.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkMergeGraphs.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkMergeTables.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkMutableGraphHelper.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkNetworkHierarchy.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkPipelineGraphSource.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkPruneTreeFilter.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkRandomGraphSource.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkReduceTable.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkRemoveIsolatedVertices.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkSparseArrayToTable.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkStreamGraph.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkStringToCategory.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkStringToNumeric.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTableToArray.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTableToGraph.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTableToSparseArray.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTableToTreeFilter.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkThresholdGraph.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkThresholdTable.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTransferAttributes.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTransposeMatrix.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTreeFieldAggregator.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTreeDifferenceFilter.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkTreeLevelsFilter.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkVertexDegree.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkRemoveHiddenData.cxx.o [ 26%] Building CXX object Infovis/Core/CMakeFiles/vtkInfovisCore.dir/vtkKCoreDecomposition.cxx.o [ 26%] Linking CXX shared library ../../lib/libvtkInfovisCore-7.1.so [ 26%] Built target vtkInfovisCore [ 26%] For vtkFiltersGeometry - updating vtkFiltersGeometryHierarchy.txt Scanning dependencies of target vtkFiltersGeometry [ 26%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkCompositeDataGeometryFilter.cxx.o [ 26%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkGeometryFilter.cxx.o [ 26%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkHierarchicalDataSetGeometryFilter.cxx.o [ 26%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkImageDataGeometryFilter.cxx.o [ 26%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkImageDataToUniformGrid.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkLinearToQuadraticCellsFilter.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkProjectSphereFilter.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkRectilinearGridGeometryFilter.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredGridGeometryFilter.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredPointsGeometryFilter.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkUnstructuredGridGeometryFilter.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkDataSetSurfaceFilter.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkDataSetRegionSurfaceFilter.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkAbstractGridConnectivity.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkDataSetGhostGenerator.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkRectilinearGridPartitioner.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredAMRNeighbor.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredAMRGridConnectivity.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredGridConnectivity.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredGridGhostDataGenerator.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredGridPartitioner.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkStructuredNeighbor.cxx.o [ 27%] Building CXX object Filters/Geometry/CMakeFiles/vtkFiltersGeometry.dir/vtkUniformGridGhostDataGenerator.cxx.o [ 27%] Linking CXX shared library ../../lib/libvtkFiltersGeometry-7.1.so [ 27%] Built target vtkFiltersGeometry [ 27%] For vtkFiltersSources - updating vtkFiltersSourcesHierarchy.txt Scanning dependencies of target vtkFiltersSources [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkArcSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkArrowSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkButtonSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkConeSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkCubeSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkCylinderSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkDiskSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkEllipseArcSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkEllipticalButtonSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkFrustumSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkGlyphSource2D.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkHyperOctreeFractalSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkHyperTreeGridSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkLineSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkOutlineCornerFilter.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkOutlineCornerSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkOutlineSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkParametricFunctionSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkPlaneSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkPlatonicSolidSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkPointSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkPolyLineSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkProgrammableDataObjectSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkProgrammableSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkRectangularButtonSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkRegularPolygonSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkSelectionSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkSphereSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkSuperquadricSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkTessellatedBoxSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkTextSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkTexturedSphereSource.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkGraphToPolyData.cxx.o [ 27%] Building CXX object Filters/Sources/CMakeFiles/vtkFiltersSources.dir/vtkDiagonalMatrixSource.cxx.o [ 27%] Linking CXX shared library ../../lib/libvtkFiltersSources-7.1.so [ 27%] Built target vtkFiltersSources [ 27%] For vtkRenderingCore - updating vtkRenderingCoreHierarchy.txt Scanning dependencies of target vtkRenderingCore [ 27%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractMapper3D.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractMapper.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractPicker.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractVolumeMapper.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkActor2DCollection.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkActor2D.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkActorCollection.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkActor.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAssembly.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkBackgroundColorMonitor.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkBillboardTextActor3D.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCameraActor.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCamera.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCameraInterpolator.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCellCenterDepthSort.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkColorTransferFunction.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCompositeDataDisplayAttributes.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCompositePolyDataMapper.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCoordinate.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCullerCollection.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCuller.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkDataSetMapper.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkDiscretizableColorTransferFunction.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkDistanceToCamera.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkFollower.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkFrameBufferObjectBase.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkFrustumCoverageCuller.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkFXAAOptions.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGenericRenderWindowInteractor.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGenericVertexAttributeMapping.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGlyph3DMapper.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGPUInfo.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGPUInfoList.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGraphicsFactory.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGraphMapper.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkGraphToGlyphs.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkHardwareSelector.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkHierarchicalPolyDataMapper.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageActor.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageMapper3D.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageMapper.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageProperty.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageSlice.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkImageSliceMapper.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkInteractorEventRecorder.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkInteractorObserver.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLabeledContourMapper.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLightActor.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLightCollection.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLight.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLightKit.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLogLookupTable.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLookupTableWithEnabling.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkMapArrayValues.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkMapper2D.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkMapperCollection.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkMapper.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkObserverMediator.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPolyDataMapper2D.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPolyDataMapper.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProp3DCollection.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProp3D.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProp3DFollower.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPropAssembly.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPropCollection.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPropPicker3D.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProp.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProperty2D.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkProperty.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRendererCollection.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderer.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRendererDelegate.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRendererSource.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderPass.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderState.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderWindowCollection.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderWindow.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderWindowInteractor.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderWindowInteractor3D.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkSelectVisiblePoints.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkShaderDeviceAdapter2.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTextActor.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTextActor3D.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTexture.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTexturedActor2D.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTransformCoordinateSystems.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTransformInterpolator.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTupleInterpolator.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkViewDependentErrorMetric.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkViewport.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkVisibilitySort.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkVolumeCollection.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkVolume.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkVolumeProperty.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkWindowLevelLookupTable.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkWindowToImageFilter.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAssemblyNode.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAssemblyPath.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAssemblyPaths.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAreaPicker.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPicker.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractPropPicker.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPropPicker.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPickingManager.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkLODProp3D.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkWorldPointPicker.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkCellPicker.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPointPicker.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderedAreaPicker.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkScenePicker.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkInteractorStyle.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkInteractorStyleSwitchBase.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkInteractorStyle3D.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTDxInteractorStyle.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTDxInteractorStyleCamera.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTDxInteractorStyleSettings.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkStringToImage.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTextMapper.cxx.o [ 28%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTextProperty.cxx.o [ 29%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTextPropertyCollection.cxx.o [ 29%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkTextRenderer.cxx.o [ 29%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractInteractionDevice.cxx.o [ 29%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkAbstractRenderDevice.cxx.o [ 29%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkRenderWidget.cxx.o [ 29%] Building CXX object Rendering/Core/CMakeFiles/vtkRenderingCore.dir/vtkPointGaussianMapper.cxx.o [ 29%] Linking CXX shared library ../../lib/libvtkRenderingCore-7.1.so [ 29%] Built target vtkRenderingCore [ 30%] Built target vtkzlib [ 31%] Built target vtkfreetype [ 31%] For vtkRenderingFreeType - updating vtkRenderingFreeTypeHierarchy.txt Scanning dependencies of target vtkRenderingFreeType [ 31%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/vtkFreeTypeStringToImage.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/vtkFreeTypeTools.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/vtkMathTextFreeTypeTextRenderer.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/vtkMathTextUtilities.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/vtkTextRendererStringToImage.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/vtkScaledTextActor.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/vtkVectorText.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/vtkRenderingFreeTypeObjectFactory.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_arial_bold.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_arial_bold_italic.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_arial.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_arial_italic.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_courier_bold.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_courier_bold_italic.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_courier.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_courier_italic.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_times_bold.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_times_bold_italic.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_times.cxx.o [ 32%] Building CXX object Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/fonts/face_times_italic.cxx.o [ 32%] Linking CXX shared library ../../lib/libvtkRenderingFreeType-7.1.so [ 32%] Built target vtkRenderingFreeType [ 32%] For vtkRenderingContext2D - updating vtkRenderingContext2DHierarchy.txt Scanning dependencies of target vtkRenderingContext2D [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkAbstractContextBufferId.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkAbstractContextItem.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkBlockItem.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkBrush.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkContext2D.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkContext3D.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkContextActor.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkContextClip.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkContextDevice2D.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkContextDevice3D.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkContextItem.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkContextKeyEvent.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkContextMapper2D.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkContextMouseEvent.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkContextScene.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkContextTransform.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkImageItem.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkMarkerUtilities.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkPen.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkPolyDataItem.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkPropItem.cxx.o [ 32%] Building CXX object Rendering/Context2D/CMakeFiles/vtkRenderingContext2D.dir/vtkTooltipItem.cxx.o [ 32%] Linking CXX shared library ../../lib/libvtkRenderingContext2D-7.1.so [ 32%] Built target vtkRenderingContext2D [ 32%] For vtkChartsCore - updating vtkChartsCoreHierarchy.txt Scanning dependencies of target vtkChartsCore [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkAxis.cxx.o [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkAxisExtended.cxx.o [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkCategoryLegend.cxx.o [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkChart.cxx.o [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkChartBox.cxx.o [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkChartHistogram2D.cxx.o [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkChartLegend.cxx.o [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkChartMatrix.cxx.o [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkChartParallelCoordinates.cxx.o [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkChartPie.cxx.o [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkChartXY.cxx.o [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkChartXYZ.cxx.o [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkColorLegend.cxx.o [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkColorTransferControlPointsItem.cxx.o [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkColorTransferFunctionItem.cxx.o [ 32%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkCompositeControlPointsItem.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkCompositeTransferFunctionItem.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkContextArea.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkContextPolygon.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkControlPointsItem.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkInteractiveArea.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkLookupTableItem.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPiecewiseControlPointsItem.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPiecewiseFunctionItem.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPiecewisePointHandleItem.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlot.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlot3D.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlotArea.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlotBag.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlotBar.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlotBox.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlotFunctionalBag.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlotGrid.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlotHistogram2D.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlotLine.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlotLine3D.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlotParallelCoordinates.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlotPie.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlotPoints.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlotPoints3D.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlotStacked.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkPlotSurface.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkScalarsToColorsItem.cxx.o [ 33%] Building CXX object Charts/Core/CMakeFiles/vtkChartsCore.dir/vtkScatterPlotMatrix.cxx.o [ 33%] Linking CXX shared library ../../lib/libvtkChartsCore-7.1.so [ 33%] Built target vtkChartsCore [ 34%] Built target vtklz4 [ 34%] For vtkIOCore - updating vtkIOCoreHierarchy.txt Scanning dependencies of target vtkIOCore [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkAbstractParticleWriter.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkArrayReader.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkArrayWriter.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkASCIITextCodec.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkBase64InputStream.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkBase64OutputStream.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkBase64Utilities.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkDataCompressor.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkDelimitedTextWriter.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkGlobFileNames.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkInputStream.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkJavaScriptDataWriter.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkLZ4DataCompressor.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkOutputStream.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkSortFileNames.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkTextCodec.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkTextCodecFactory.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkUTF16TextCodec.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkUTF8TextCodec.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkAbstractPolyDataReader.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkWriter.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkZLibDataCompressor.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkArrayDataReader.cxx.o [ 34%] Building CXX object IO/Core/CMakeFiles/vtkIOCore.dir/vtkArrayDataWriter.cxx.o [ 34%] Linking CXX shared library ../../lib/libvtkIOCore-7.1.so [ 34%] Built target vtkIOCore [ 34%] For vtkIOLegacy - updating vtkIOLegacyHierarchy.txt Scanning dependencies of target vtkIOLegacy [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkCompositeDataReader.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkCompositeDataWriter.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataObjectReader.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataObjectWriter.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataReader.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataSetReader.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataSetWriter.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkDataWriter.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkGenericDataObjectReader.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkGenericDataObjectWriter.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkGraphReader.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkGraphWriter.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkPixelExtentIO.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkPolyDataReader.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkPolyDataWriter.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkRectilinearGridReader.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkRectilinearGridWriter.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkSimplePointsReader.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkSimplePointsWriter.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkStructuredGridReader.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkStructuredGridWriter.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkStructuredPointsReader.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkStructuredPointsWriter.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkTableReader.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkTableWriter.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkTreeReader.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkTreeWriter.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkUnstructuredGridReader.cxx.o [ 34%] Building CXX object IO/Legacy/CMakeFiles/vtkIOLegacy.dir/vtkUnstructuredGridWriter.cxx.o [ 34%] Linking CXX shared library ../../lib/libvtkIOLegacy-7.1.so [ 34%] Built target vtkIOLegacy [ 34%] Built target vtkexpat [ 34%] For vtkIOXMLParser - updating vtkIOXMLParserHierarchy.txt Scanning dependencies of target vtkIOXMLParser [ 34%] Building CXX object IO/XMLParser/CMakeFiles/vtkIOXMLParser.dir/vtkXMLDataParser.cxx.o [ 34%] Building CXX object IO/XMLParser/CMakeFiles/vtkIOXMLParser.dir/vtkXMLParser.cxx.o [ 34%] Building CXX object IO/XMLParser/CMakeFiles/vtkIOXMLParser.dir/vtkXMLUtilities.cxx.o [ 34%] Linking CXX shared library ../../lib/libvtkIOXMLParser-7.1.so [ 34%] Built target vtkIOXMLParser [ 34%] For vtkIOXML - updating vtkIOXMLHierarchy.txt Scanning dependencies of target vtkIOXML [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkRTXMLPolyDataReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLCompositeDataReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLCompositeDataWriter.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLDataReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLDataSetWriter.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLFileReadTester.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLGenericDataObjectReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLHierarchicalBoxDataFileConverter.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLHierarchicalBoxDataReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLHierarchicalBoxDataWriter.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLHierarchicalDataReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLHyperOctreeReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLHyperOctreeWriter.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLImageDataReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLImageDataWriter.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLMultiBlockDataReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLMultiBlockDataWriter.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLMultiGroupDataReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPDataReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPImageDataReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPolyDataReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPolyDataWriter.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPPolyDataReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPRectilinearGridReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPStructuredDataReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPStructuredGridReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPUnstructuredDataReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLPUnstructuredGridReader.cxx.o [ 34%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLReader.cxx.o [ 35%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLRectilinearGridReader.cxx.o [ 35%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLRectilinearGridWriter.cxx.o [ 35%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLStructuredDataReader.cxx.o [ 35%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLStructuredDataWriter.cxx.o [ 35%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLStructuredGridReader.cxx.o [ 35%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLStructuredGridWriter.cxx.o [ 35%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLUniformGridAMRReader.cxx.o [ 35%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLUniformGridAMRWriter.cxx.o [ 35%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLUnstructuredDataReader.cxx.o [ 35%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLUnstructuredDataWriter.cxx.o [ 35%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLUnstructuredGridReader.cxx.o [ 35%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLUnstructuredGridWriter.cxx.o [ 35%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLWriterC.cxx.o [ 35%] Building CXX object IO/XML/CMakeFiles/vtkIOXML.dir/vtkXMLWriter.cxx.o [ 35%] Linking CXX shared library ../../lib/libvtkIOXML-7.1.so [ 35%] Built target vtkIOXML [ 35%] Built target vtklibxml2 [ 35%] For vtkIOInfovis - updating vtkIOInfovisHierarchy.txt Scanning dependencies of target vtkIOInfovis [ 35%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkBiomTableReader.cxx.o [ 35%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkChacoGraphReader.cxx.o [ 35%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkDelimitedTextReader.cxx.o [ 35%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkDIMACSGraphReader.cxx.o [ 36%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkDIMACSGraphWriter.cxx.o [ 36%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkFixedWidthTextReader.cxx.o [ 36%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkISIReader.cxx.o [ 36%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkMultiNewickTreeReader.cxx.o [ 36%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkNewickTreeReader.cxx.o [ 36%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkNewickTreeWriter.cxx.o [ 36%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkPhyloXMLTreeReader.cxx.o [ 36%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkPhyloXMLTreeWriter.cxx.o [ 36%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkRISReader.cxx.o [ 36%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkTulipReader.cxx.o [ 36%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkXGMLReader.cxx.o [ 36%] Building CXX object IO/Infovis/CMakeFiles/vtkIOInfovis.dir/vtkXMLTreeReader.cxx.o [ 36%] Linking CXX shared library ../../lib/libvtkIOInfovis-7.1.so [ 36%] Built target vtkIOInfovis [ 36%] Built target vtkDICOMParser [ 36%] Built target vtkmetaio [ 36%] Built target vtkjpeg [ 36%] Built target vtkpng [ 36%] Built target vtktiff [ 36%] For vtkIOImage - updating vtkIOImageHierarchy.txt Scanning dependencies of target vtkIOImage [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkBMPReader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkBMPWriter.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkDEMReader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkDICOMImageReader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkGESignaReader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageExport.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageImport.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageImportExecutive.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageReader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageReader2.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageReader2Collection.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageReader2Factory.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkImageWriter.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkJPEGReader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkJPEGWriter.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkJSONImageWriter.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkMedicalImageProperties.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkMedicalImageReader2.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkMetaImageReader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkMetaImageWriter.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkNIFTIImageHeader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkNIFTIImageReader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkNIFTIImageWriter.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkNrrdReader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkPNGReader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkPNGWriter.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkPNMReader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkPNMWriter.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkPostScriptWriter.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkSLCReader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkTIFFReader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkTIFFWriter.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkVolume16Reader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkVolumeReader.cxx.o [ 36%] Building CXX object IO/Image/CMakeFiles/vtkIOImage.dir/vtkMRCReader.cxx.o [ 36%] Linking CXX shared library ../../lib/libvtkIOImage-7.1.so [ 36%] Built target vtkIOImage [ 36%] Built target vtkEncodeString [ 36%] Built target vtkglew [ 36%] For vtkRenderingOpenGL2 - updating vtkRenderingOpenGL2Hierarchy.txt [ 36%] Generating vtkDepthOfFieldPassFS.cxx, vtkDepthOfFieldPassFS.h [ 36%] Generating vtkDepthPeelingPassFinalFS.cxx, vtkDepthPeelingPassFinalFS.h [ 36%] Generating vtkDepthPeelingPassIntermediateFS.cxx, vtkDepthPeelingPassIntermediateFS.h [ 36%] Generating vtkEDLBilateralFilterFS.cxx, vtkEDLBilateralFilterFS.h [ 36%] Generating vtkEDLComposeFS.cxx, vtkEDLComposeFS.h [ 36%] Generating vtkEDLShadeFS.cxx, vtkEDLShadeFS.h [ 36%] Generating vtkFXAAFilterFS.cxx, vtkFXAAFilterFS.h [ 36%] Generating vtkGaussianBlurPassFS.cxx, vtkGaussianBlurPassFS.h [ 36%] Generating vtkGaussianBlurPassVS.cxx, vtkGaussianBlurPassVS.h [ 36%] Generating vtkGlyph3DVS.cxx, vtkGlyph3DVS.h [ 36%] Generating vtkPointGaussianVS.cxx, vtkPointGaussianVS.h [ 36%] Generating vtkPointFillPassFS.cxx, vtkPointFillPassFS.h [ 36%] Generating vtkPolyData2DFS.cxx, vtkPolyData2DFS.h [ 36%] Generating vtkPolyData2DVS.cxx, vtkPolyData2DVS.h [ 36%] Generating vtkPolyDataFS.cxx, vtkPolyDataFS.h [ 36%] Generating vtkPolyDataVS.cxx, vtkPolyDataVS.h [ 36%] Generating vtkPolyDataWideLineGS.cxx, vtkPolyDataWideLineGS.h [ 36%] Generating vtkSSAAPassFS.cxx, vtkSSAAPassFS.h [ 36%] Generating vtkSobelGradientMagnitudePass1FS.cxx, vtkSobelGradientMagnitudePass1FS.h [ 36%] Generating vtkSobelGradientMagnitudePass2FS.cxx, vtkSobelGradientMagnitudePass2FS.h [ 36%] Generating vtkSphereMapperVS.cxx, vtkSphereMapperVS.h [ 36%] Generating vtkStickMapperVS.cxx, vtkStickMapperVS.h [ 36%] Generating vtkTextureObjectFS.cxx, vtkTextureObjectFS.h [ 36%] Generating vtkTextureObjectVS.cxx, vtkTextureObjectVS.h Scanning dependencies of target vtkRenderingOpenGL2 [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkRenderingOpenGL2ObjectFactory.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkCameraPass.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkClearRGBPass.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkClearZPass.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkCompositePolyDataMapper2.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkDefaultPass.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkDepthOfFieldPass.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkDepthImageProcessingPass.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkDepthPeelingPass.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkDualDepthPeelingPass.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkEDLShading.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkGaussianBlurPass.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkGenericOpenGLRenderWindow.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkHiddenLineRemovalPass.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkImageProcessingPass.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkLightingMapPass.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkLightsPass.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpaquePass.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLActor.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLBillboardTextActor3D.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLBufferObject.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLCamera.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLFXAAFilter.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLFramebufferObject.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLGL2PSHelper.cxx.o [ 36%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLGlyph3DHelper.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLGlyph3DMapper.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLHardwareSelector.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLHelper.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLImageAlgorithmHelper.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLImageMapper.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLImageSliceMapper.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLIndexBufferObject.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLLabeledContourMapper.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLLight.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLPointGaussianMapper.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLPolyDataMapper.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLPolyDataMapper2D.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLProperty.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLRenderPass.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLRenderTimer.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLRenderUtilities.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLRenderWindow.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLRenderer.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLShaderCache.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLSphereMapper.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLStickMapper.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLTextActor.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLTextActor3D.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLTextMapper.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLTexture.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLVertexArrayObject.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLVertexBufferObject.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLVertexBufferObjectCache.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOpenGLVertexBufferObjectGroup.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkOverlayPass.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkPixelBufferObject.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkPointFillPass.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkRenderPassCollection.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkRenderStepsPass.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkRenderbuffer.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkSSAAPass.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkSequencePass.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkShader.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkShaderProgram.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkShadowMapBakerPass.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkShadowMapPass.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkSobelGradientMagnitudePass.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkTextureObject.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkTextureUnitManager.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkTransformFeedback.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkTranslucentPass.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkValuePass.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkVolumetricPass.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkDataTransferHelper.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkDepthOfFieldPassFS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkDepthPeelingPassFinalFS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkDepthPeelingPassIntermediateFS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkEDLBilateralFilterFS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkEDLComposeFS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkEDLShadeFS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkFXAAFilterFS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkGaussianBlurPassFS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkGaussianBlurPassVS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkGlyph3DVS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkPointGaussianVS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkPointFillPassFS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkPolyData2DFS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkPolyData2DVS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkPolyDataFS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkPolyDataVS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkPolyDataWideLineGS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkSSAAPassFS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkSobelGradientMagnitudePass1FS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkSobelGradientMagnitudePass2FS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkSphereMapperVS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkStickMapperVS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkTextureObjectFS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkTextureObjectVS.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkDummyGPUInfoList.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkXRenderWindowInteractor.cxx.o [ 37%] Building CXX object Rendering/OpenGL2/CMakeFiles/vtkRenderingOpenGL2.dir/vtkXOpenGLRenderWindow.cxx.o [ 37%] Linking CXX shared library ../../lib/libvtkRenderingOpenGL2-7.1.so [ 37%] Built target vtkRenderingOpenGL2 [ 37%] For vtkRenderingContextOpenGL2 - updating vtkRenderingContextOpenGL2Hierarchy.txt Scanning dependencies of target vtkRenderingContextOpenGL2 [ 37%] Building CXX object Rendering/ContextOpenGL2/CMakeFiles/vtkRenderingContextOpenGL2.dir/vtkOpenGLContextActor.cxx.o [ 37%] Building CXX object Rendering/ContextOpenGL2/CMakeFiles/vtkRenderingContextOpenGL2.dir/vtkOpenGLContextBufferId.cxx.o [ 37%] Building CXX object Rendering/ContextOpenGL2/CMakeFiles/vtkRenderingContextOpenGL2.dir/vtkOpenGLContextDevice2D.cxx.o [ 37%] Building CXX object Rendering/ContextOpenGL2/CMakeFiles/vtkRenderingContextOpenGL2.dir/vtkOpenGLContextDevice3D.cxx.o [ 37%] Building CXX object Rendering/ContextOpenGL2/CMakeFiles/vtkRenderingContextOpenGL2.dir/vtkOpenGLPropItem.cxx.o [ 37%] Building CXX object Rendering/ContextOpenGL2/CMakeFiles/vtkRenderingContextOpenGL2.dir/vtkRenderingContextOpenGL2ObjectFactory.cxx.o [ 37%] Linking CXX shared library ../../lib/ libvtkRenderingContextOpenGL2-7.1.so [ 37%] Built target vtkRenderingContextOpenGL2 [ 37%] For vtkTestingRendering - updating vtkTestingRenderingHierarchy.txt Scanning dependencies of target vtkTestingRendering [ 37%] Building CXX object Testing/Rendering/CMakeFiles/vtkTestingRendering.dir/vtkTesting.cxx.o [ 37%] Building CXX object Testing/Rendering/CMakeFiles/vtkTestingRendering.dir/vtkTestingInteractor.cxx.o [ 37%] Building CXX object Testing/Rendering/CMakeFiles/vtkTestingRendering.dir/vtkTestingObjectFactory.cxx.o [ 37%] Linking CXX shared library ../../lib/libvtkTestingRendering-7.1.so [ 37%] Built target vtkTestingRendering [ 37%] For vtkImagingSources - updating vtkImagingSourcesHierarchy.txt Scanning dependencies of target vtkImagingSources [ 37%] Building CXX object Imaging/Sources/CMakeFiles/vtkImagingSources.dir/vtkImageCanvasSource2D.cxx.o [ 37%] Building CXX object Imaging/Sources/CMakeFiles/vtkImagingSources.dir/vtkImageEllipsoidSource.cxx.o [ 37%] Building CXX object Imaging/Sources/CMakeFiles/vtkImagingSources.dir/vtkImageGaussianSource.cxx.o [ 37%] Building CXX object Imaging/Sources/CMakeFiles/vtkImagingSources.dir/vtkImageGridSource.cxx.o [ 37%] Building CXX object Imaging/Sources/CMakeFiles/vtkImagingSources.dir/vtkImageMandelbrotSource.cxx.o [ 37%] Building CXX object Imaging/Sources/CMakeFiles/vtkImagingSources.dir/vtkImageNoiseSource.cxx.o [ 37%] Building CXX object Imaging/Sources/CMakeFiles/vtkImagingSources.dir/vtkImageSinusoidSource.cxx.o [ 37%] Linking CXX shared library ../../lib/libvtkImagingSources-7.1.so [ 37%] Built target vtkImagingSources [ 37%] For vtkFiltersHybrid - updating vtkFiltersHybridHierarchy.txt Scanning dependencies of target vtkFiltersHybrid [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkBSplineTransform.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkDepthSortPolyData.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkDSPFilterDefinition.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkDSPFilterGroup.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkEarthSource.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkFacetReader.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkForceTime.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkGreedyTerrainDecimation.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkGridTransform.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkImageToPolyDataFilter.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkImplicitModeller.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkPCAAnalysisFilter.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkPolyDataSilhouette.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkProcrustesAlignmentFilter.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkProjectedTerrainPath.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkRenderLargeImage.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkTemporalArrayOperatorFilter.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkTemporalDataSetCache.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkTemporalFractal.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkTemporalInterpolator.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkTemporalShiftScale.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkTemporalSnapToTimeStep.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkTransformToGrid.cxx.o [ 37%] Building CXX object Filters/Hybrid/CMakeFiles/vtkFiltersHybrid.dir/vtkWeightedTransformFilter.cxx.o [ 37%] Linking CXX shared library ../../lib/libvtkFiltersHybrid-7.1.so [ 37%] Built target vtkFiltersHybrid [ 37%] For vtkFiltersModeling - updating vtkFiltersModelingHierarchy.txt Scanning dependencies of target vtkFiltersModeling [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkAdaptiveSubdivisionFilter.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkBandedPolyDataContourFilter.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkButterflySubdivisionFilter.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkContourLoopExtraction.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkCookieCutter.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkDijkstraGraphGeodesicPath.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkDijkstraImageGeodesicPath.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkFillHolesFilter.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkGeodesicPath.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkGraphGeodesicPath.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkLinearExtrusionFilter.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkLinearSubdivisionFilter.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkLoopSubdivisionFilter.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkPolyDataPointSampler.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkProjectedTexture.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkQuadRotationalExtrusionFilter.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkRibbonFilter.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkRotationalExtrusionFilter.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkRuledSurfaceFilter.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSelectEnclosedPoints.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSelectPolyData.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSpherePuzzleArrows.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSpherePuzzle.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSubdivideTetra.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkOutlineFilter.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkSectorSource.cxx.o [ 37%] Building CXX object Filters/Modeling/CMakeFiles/vtkFiltersModeling.dir/vtkVolumeOfRevolutionFilter.cxx.o [ 37%] Linking CXX shared library ../../lib/libvtkFiltersModeling-7.1.so [ 37%] Built target vtkFiltersModeling [ 37%] For vtkImagingColor - updating vtkImagingColorHierarchy.txt Scanning dependencies of target vtkImagingColor [ 37%] Building CXX object Imaging/Color/CMakeFiles/vtkImagingColor.dir/vtkImageHSIToRGB.cxx.o [ 37%] Building CXX object Imaging/Color/CMakeFiles/vtkImagingColor.dir/vtkImageHSVToRGB.cxx.o [ 37%] Building CXX object Imaging/Color/CMakeFiles/vtkImagingColor.dir/vtkImageYIQToRGB.cxx.o [ 37%] Building CXX object Imaging/Color/CMakeFiles/vtkImagingColor.dir/vtkImageLuminance.cxx.o [ 37%] Building CXX object Imaging/Color/CMakeFiles/vtkImagingColor.dir/vtkImageMapToRGBA.cxx.o [ 37%] Building CXX object Imaging/Color/CMakeFiles/vtkImagingColor.dir/vtkImageMapToWindowLevelColors.cxx.o [ 37%] Building CXX object Imaging/Color/CMakeFiles/vtkImagingColor.dir/vtkImageQuantizeRGBToIndex.cxx.o [ 37%] Building CXX object Imaging/Color/CMakeFiles/vtkImagingColor.dir/vtkImageRGBToHSI.cxx.o [ 37%] Building CXX object Imaging/Color/CMakeFiles/vtkImagingColor.dir/vtkImageRGBToHSV.cxx.o [ 37%] Building CXX object Imaging/Color/CMakeFiles/vtkImagingColor.dir/vtkImageRGBToYIQ.cxx.o [ 37%] Linking CXX shared library ../../lib/libvtkImagingColor-7.1.so [ 37%] Built target vtkImagingColor [ 37%] For vtkImagingGeneral - updating vtkImagingGeneralHierarchy.txt Scanning dependencies of target vtkImagingGeneral [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageAnisotropicDiffusion2D.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageAnisotropicDiffusion3D.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageCheckerboard.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageCityBlockDistance.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageConvolve.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageCorrelation.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageEuclideanDistance.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageEuclideanToPolar.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageGaussianSmooth.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageGradient.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageGradientMagnitude.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageHybridMedian2D.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageLaplacian.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageMedian3D.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageNormalize.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageRange3D.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageSeparableConvolution.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageSobel2D.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageSobel3D.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageSpatialAlgorithm.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageVariance3D.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkSimpleImageFilterExample.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageSlab.cxx.o [ 37%] Building CXX object Imaging/General/CMakeFiles/vtkImagingGeneral.dir/vtkImageSlabReslice.cxx.o [ 37%] Linking CXX shared library ../../lib/libvtkImagingGeneral-7.1.so [ 37%] Built target vtkImagingGeneral [ 37%] For vtkImagingHybrid - updating vtkImagingHybridHierarchy.txt Scanning dependencies of target vtkImagingHybrid [ 37%] Building CXX object Imaging/Hybrid/CMakeFiles/vtkImagingHybrid.dir/vtkBooleanTexture.cxx.o [ 37%] Building CXX object Imaging/Hybrid/CMakeFiles/vtkImagingHybrid.dir/vtkCheckerboardSplatter.cxx.o [ 37%] Building CXX object Imaging/Hybrid/CMakeFiles/vtkImagingHybrid.dir/vtkFastSplatter.cxx.o [ 37%] Building CXX object Imaging/Hybrid/CMakeFiles/vtkImagingHybrid.dir/vtkGaussianSplatter.cxx.o [ 37%] Building CXX object Imaging/Hybrid/CMakeFiles/vtkImagingHybrid.dir/vtkImageCursor3D.cxx.o [ 37%] Building CXX object Imaging/Hybrid/CMakeFiles/vtkImagingHybrid.dir/vtkImageRectilinearWipe.cxx.o [ 37%] Building CXX object Imaging/Hybrid/CMakeFiles/vtkImagingHybrid.dir/vtkImageToPoints.cxx.o [ 37%] Building CXX object Imaging/Hybrid/CMakeFiles/vtkImagingHybrid.dir/vtkPointLoad.cxx.o [ 37%] Building CXX object Imaging/Hybrid/CMakeFiles/vtkImagingHybrid.dir/vtkSampleFunction.cxx.o [ 37%] Building CXX object Imaging/Hybrid/CMakeFiles/vtkImagingHybrid.dir/vtkShepardMethod.cxx.o [ 37%] Building CXX object Imaging/Hybrid/CMakeFiles/vtkImagingHybrid.dir/vtkSliceCubes.cxx.o [ 37%] Building CXX object Imaging/Hybrid/CMakeFiles/vtkImagingHybrid.dir/vtkSurfaceReconstructionFilter.cxx.o [ 37%] Building CXX object Imaging/Hybrid/CMakeFiles/vtkImagingHybrid.dir/vtkTriangularTexture.cxx.o [ 37%] Building CXX object Imaging/Hybrid/CMakeFiles/vtkImagingHybrid.dir/vtkVoxelModeller.cxx.o [ 37%] Linking CXX shared library ../../lib/libvtkImagingHybrid-7.1.so [ 37%] Built target vtkImagingHybrid [ 37%] For vtkInteractionStyle - updating vtkInteractionStyleHierarchy.txt Scanning dependencies of target vtkInteractionStyle [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleDrawPolygon.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleFlight.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleImage.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleJoystickActor.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleJoystickCamera.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleMultiTouchCamera.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleRubberBand2D.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleRubberBand3D.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleRubberBandPick.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleRubberBandZoom.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleTerrain.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleTrackballActor.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleTrackballCamera.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleTrackball.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleUnicam.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleUser.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractorStyleSwitch.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkParallelCoordinatesInteractorStyle.cxx.o [ 37%] Building CXX object Interaction/Style/CMakeFiles/vtkInteractionStyle.dir/vtkInteractionStyleObjectFactory.cxx.o [ 37%] Linking CXX shared library ../../lib/libvtkInteractionStyle-7.1.so [ 37%] Built target vtkInteractionStyle [ 37%] For vtkRenderingAnnotation - updating vtkRenderingAnnotationHierarchy.txt Scanning dependencies of target vtkRenderingAnnotation [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkAnnotatedCubeActor.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkArcPlotter.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkAxesActor.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkAxisActor2D.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkAxisActor.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkAxisFollower.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkBarChartActor.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkCaptionActor2D.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkConvexHull2D.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkCornerAnnotation.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkCubeAxesActor2D.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkCubeAxesActor.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkGraphAnnotationLayersFilter.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkLeaderActor2D.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkLegendBoxActor.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkLegendScaleActor.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkParallelCoordinatesActor.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkPieChartActor.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkPolarAxesActor.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkProp3DAxisFollower.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkScalarBarActor.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkSpiderPlotActor.cxx.o [ 37%] Building CXX object Rendering/Annotation/CMakeFiles/vtkRenderingAnnotation.dir/vtkXYPlotActor.cxx.o [ 37%] Linking CXX shared library ../../lib/libvtkRenderingAnnotation-7.1.so [ 37%] Built target vtkRenderingAnnotation [ 37%] For vtkRenderingVolume - updating vtkRenderingVolumeHierarchy.txt Scanning dependencies of target vtkRenderingVolume [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkDirectionEncoder.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkEncodedGradientEstimator.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkEncodedGradientShader.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkFiniteDifferenceGradientEstimator.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkFixedPointRayCastImage.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkFixedPointVolumeRayCastCompositeGOHelper.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkFixedPointVolumeRayCastCompositeGOShadeHelper.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkFixedPointVolumeRayCastCompositeHelper.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkFixedPointVolumeRayCastCompositeShadeHelper.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkFixedPointVolumeRayCastHelper.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkFixedPointVolumeRayCastMIPHelper.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkFixedPointVolumeRayCastMapper.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkGPUVolumeRayCastMapper.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkOSPRayVolumeInterface.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkProjectedTetrahedraMapper.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkRayCastImageDisplayHelper.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkRecursiveSphereDirectionEncoder.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkSphericalDirectionEncoder.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkUnstructuredGridBunykRayCastFunction.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkUnstructuredGridHomogeneousRayIntegrator.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkUnstructuredGridLinearRayIntegrator.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkUnstructuredGridPartialPreIntegration.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkUnstructuredGridPreIntegration.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkUnstructuredGridVolumeMapper.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkUnstructuredGridVolumeRayCastFunction.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkUnstructuredGridVolumeRayCastIterator.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkUnstructuredGridVolumeRayCastMapper.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkUnstructuredGridVolumeRayIntegrator.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkUnstructuredGridVolumeZSweepMapper.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkVolumeMapper.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkVolumeOutlineSource.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkVolumePicker.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkVolumeRayCastCompositeFunction.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkVolumeRayCastFunction.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkVolumeRayCastIsosurfaceFunction.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkVolumeRayCastMIPFunction.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkVolumeRayCastMapper.cxx.o [ 37%] Building CXX object Rendering/Volume/CMakeFiles/vtkRenderingVolume.dir/vtkVolumeRayCastSpaceLeapingImageFilter.cxx.o [ 37%] Linking CXX shared library ../../lib/libvtkRenderingVolume-7.1.so [ 37%] Built target vtkRenderingVolume [ 37%] For vtkInteractionWidgets - updating vtkInteractionWidgetsHierarchy.txt Scanning dependencies of target vtkInteractionWidgets [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtk3DWidget.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkAbstractPolygonalHandleRepresentation3D.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkAbstractWidget.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkAffineRepresentation2D.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkAffineRepresentation.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkAffineWidget.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkAngleRepresentation2D.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkAngleRepresentation3D.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkAngleRepresentation.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkAngleWidget.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkAxesTransformRepresentation.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkAxesTransformWidget.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkBalloonRepresentation.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkBalloonWidget.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkBezierContourLineInterpolator.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkBiDimensionalRepresentation2D.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkBiDimensionalRepresentation.cxx.o [ 37%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkBiDimensionalWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkBorderRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkBorderWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkBoundedPlanePointPlacer.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkBoxRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkBoxWidget2.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkBoxWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkBrokenLineWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkButtonRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkButtonWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkCameraRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkCameraWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkCaptionRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkCaptionWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkCellCentersPointPlacer.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkCenteredSliderRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkCenteredSliderWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkCheckerboardRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkCheckerboardWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkClosedSurfacePointPlacer.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkConstrainedPointHandleRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkContinuousValueWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkContinuousValueWidgetRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkContourLineInterpolator.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkContourRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkContourWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkCurveRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkDijkstraImageContourLineInterpolator.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkDistanceRepresentation2D.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkDistanceRepresentation3D.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkDistanceRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkDistanceWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkEllipsoidTensorProbeRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkEvent.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkFinitePlaneRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkFinitePlaneWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkFixedSizeHandleRepresentation3D.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkFocalPlaneContourRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkFocalPlanePointPlacer.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkHandleRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkHandleWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkHoverWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkImageActorPointPlacer.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkImageCroppingRegionsWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkImageOrthoPlanes.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkImagePlaneWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkImageTracerWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkImplicitCylinderRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkImplicitCylinderWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkImplicitPlaneRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkImplicitPlaneWidget2.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkImplicitPlaneWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkLinearContourLineInterpolator.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkLineRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkLineWidget2.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkLineWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkLogoRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkLogoWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkMeasurementCubeHandleRepresentation3D.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkOrientationMarkerWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkOrientedGlyphContourRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkOrientedGlyphFocalPlaneContourRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkOrientedPolygonalHandleRepresentation3D.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkParallelopipedRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkParallelopipedWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkPlaneWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkPlaybackRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkPlaybackWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkPointHandleRepresentation2D.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkPointHandleRepresentation3D.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkPointPlacer.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkPointWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkPolyDataContourLineInterpolator.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkPolyDataPointPlacer.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkPolyDataSourceWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkPolyLineRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkPolyLineWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkPolygonalHandleRepresentation3D.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkPolygonalSurfaceContourLineInterpolator.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkPolygonalSurfacePointPlacer.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkProgressBarRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkProgressBarWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkProp3DButtonRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkRectilinearWipeRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkRectilinearWipeWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkScalarBarRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkScalarBarWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkSeedRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkSeedWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkSliderRepresentation2D.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkSliderRepresentation3D.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkSliderRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkSliderWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkSphereHandleRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkSphereRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkSphereWidget2.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkSphereWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkSplineRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkSplineWidget2.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkSplineWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkTensorProbeRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkTensorProbeWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkTerrainContourLineInterpolator.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkTerrainDataPointPlacer.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkTextRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkTexturedButtonRepresentation2D.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkTexturedButtonRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkTextWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkWidgetCallbackMapper.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkWidgetEvent.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkWidgetEventTranslator.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkWidgetRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkWidgetSet.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkXYPlotWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkResliceCursorLineRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkResliceCursorRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkResliceCursorThickLineRepresentation.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkResliceCursorWidget.cxx.o [ 38%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkResliceCursorActor.cxx.o [ 39%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkResliceCursorPicker.cxx.o [ 39%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkResliceCursor.cxx.o [ 39%] Building CXX object Interaction/Widgets/CMakeFiles/vtkInteractionWidgets.dir/vtkResliceCursorPolyDataAlgorithm.cxx.o [ 39%] Linking CXX shared library ../../lib/libvtkInteractionWidgets-7.1.so [ 39%] Built target vtkInteractionWidgets [ 39%] For vtkViewsCore - updating vtkViewsCoreHierarchy.txt Scanning dependencies of target vtkViewsCore [ 39%] Building CXX object Views/Core/CMakeFiles/vtkViewsCore.dir/vtkConvertSelectionDomain.cxx.o [ 39%] Building CXX object Views/Core/CMakeFiles/vtkViewsCore.dir/vtkDataRepresentation.cxx.o [ 39%] Building CXX object Views/Core/CMakeFiles/vtkViewsCore.dir/vtkEmptyRepresentation.cxx.o [ 39%] Building CXX object Views/Core/CMakeFiles/vtkViewsCore.dir/vtkRenderViewBase.cxx.o [ 39%] Building CXX object Views/Core/CMakeFiles/vtkViewsCore.dir/vtkView.cxx.o [ 39%] Building CXX object Views/Core/CMakeFiles/vtkViewsCore.dir/vtkViewTheme.cxx.o [ 39%] Linking CXX shared library ../../lib/libvtkViewsCore-7.1.so [ 39%] Built target vtkViewsCore [ 39%] For vtkViewsContext2D - updating vtkViewsContext2DHierarchy.txt Scanning dependencies of target vtkViewsContext2D [ 39%] Building CXX object Views/Context2D/CMakeFiles/vtkViewsContext2D.dir/vtkContextView.cxx.o [ 39%] Building CXX object Views/Context2D/CMakeFiles/vtkViewsContext2D.dir/vtkContextInteractorStyle.cxx.o [ 39%] Linking CXX shared library ../../lib/libvtkViewsContext2D-7.1.so [ 39%] Built target vtkViewsContext2D Scanning dependencies of target vtkChartsCoreCxxTests [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/vtkChartsCoreCxxTests.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestContextScene.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestControlPointsItem.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestControlPointsItemEvents.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestAreaPlot.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestAxes.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestBagPlot.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestBarGraph.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestBarGraphHorizontal.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestBarGraphSelection.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestBoxPlot.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestBoxPlot2.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestCategoryLegend.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestColorTransferFunction.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestChartDouble.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestChartDoubleColors.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestChartMatrix.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestChartTileScaling.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestChartUnicode.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestChartsOn3D.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestChartXYInvertedAxis.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestChartXYZ.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestContext.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestContextArea.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestContextAreaFixedAspect.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestContextAreaFixedMargins.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestContextAreaFixedRect.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestContextImage.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestContextItemStacking.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestContextUnicode.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestControlPointsHandleItem.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestDiagram.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestFunctionalBagPlot.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestHistogram2D.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestInteractiveChartXYZ.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestLegendHiddenPlots.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestLinePlot.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestLinePlotDouble.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestLinePlotDouble2.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestLinePlot3D.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestLinePlotAxisFonts.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestLinePlot2.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestLinePlotInteraction.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestLinePlotSelection.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestLinePlotSelection2.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestMultipleChartRenderers.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestMultipleRenderers.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestMultipleScalarsToColors.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestParallelCoordinates.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestParallelCoordinatesDouble.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestPieChart.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestPlotMatrix.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestPropItem.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestScalarsToColors.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestScatterPlot.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestScatterPlotMatrix.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestScatterPlotMatrixVehicles.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestScatterPlotMatrixVisible.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestScientificPlot.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestStackedBarGraph.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestStackedPlot.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestSurfacePlot.cxx.o [ 39%] Building CXX object Charts/Core/Testing/Cxx/CMakeFiles/vtkChartsCoreCxxTests.dir/TestZoomAxis.cxx.o [ 39%] Linking CXX executable ../../../../bin/vtkChartsCoreCxxTests [ 39%] Built target vtkChartsCoreCxxTests Scanning dependencies of target vtkCommonColorCxxTests [ 39%] Building CXX object Common/Color/Testing/Cxx/CMakeFiles/vtkCommonColorCxxTests.dir/vtkCommonColorCxxTests.cxx.o [ 39%] Building CXX object Common/Color/Testing/Cxx/CMakeFiles/vtkCommonColorCxxTests.dir/TestCategoricalColors.cxx.o [ 39%] Building CXX object Common/Color/Testing/Cxx/CMakeFiles/vtkCommonColorCxxTests.dir/TestColorSeries.cxx.o [ 39%] Building CXX object Common/Color/Testing/Cxx/CMakeFiles/vtkCommonColorCxxTests.dir/TestColorSeriesLookupTables.cxx.o [ 39%] Building CXX object Common/Color/Testing/Cxx/CMakeFiles/vtkCommonColorCxxTests.dir/TestNamedColors.cxx.o [ 39%] Linking CXX executable ../../../../bin/vtkCommonColorCxxTests [ 39%] Built target vtkCommonColorCxxTests Scanning dependencies of target vtkCommonComputationalGeometryCxxTests [ 39%] Building CXX object Common/ComputationalGeometry/Testing/Cxx/CMakeFiles/vtkCommonComputationalGeometryCxxTests.dir/vtkCommonComputationalGeometryCxxTests.cxx.o [ 39%] Building CXX object Common/ComputationalGeometry/Testing/Cxx/CMakeFiles/vtkCommonComputationalGeometryCxxTests.dir/UnitTestParametricSpline.cxx.o [ 40%] Linking CXX executable ../../../../bin/vtkCommonComputationalGeometryCxxTests [ 40%] Built target vtkCommonComputationalGeometryCxxTests Scanning dependencies of target vtkCommonCoreCxxTests [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/vtkCommonCoreCxxTests.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/UnitTestMath.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestAngularPeriodicDataArray.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestArrayAPI.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestArrayAPIConvenience.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestArrayAPIDense.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestArrayAPISparse.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestArrayBool.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestArrayDispatchers.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestAtomic.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestScalarsToColors.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestArrayExtents.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestArrayInterpolationDense.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestArrayLookup.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestArrayNullValues.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestArraySize.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestArrayUniqueValueDetection.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestArrayUserTypes.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestArrayVariants.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestCollection.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestConditionVariable.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArray.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayComponentNames.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayIterators.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestGarbageCollector.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestGenericDataArrayAPI.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestInformationKeyLookup.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestLookupTable.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestLookupTableThreaded.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestMath.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestMersenneTwister.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestMinimalStandardRandomSequence.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestNew.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestObjectFactory.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestObservers.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestObserversPerformance.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestOStreamWrapper.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestSMP.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestSmartPointer.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestSortDataArray.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestSparseArrayValidation.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestSystemInformation.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestTemplateMacro.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestTimePointUtility.cxx.o [ 40%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestUnicodeStringAPI.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestUnicodeStringArrayAPI.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestVariant.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestVariantComparison.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestWeakPointer.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestXMLFileOutputWindow.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/UnitTestInformationKeys.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/otherArrays.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/otherByteSwap.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/otherStringArray.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_vtkDataArrayTemplate_LEGACY.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_vtkCharArray.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_vtkDoubleArray.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_vtkFloatArray.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_vtkIntArray.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_vtkLongArray.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_vtkLongLongArray.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_vtkShortArray.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_vtkSignedCharArray.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_vtkUnsignedCharArray.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_vtkUnsignedIntArray.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_vtkUnsignedLongArray.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_vtkUnsignedLongLongArray.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_vtkUnsignedShortArray.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_vtkIdTypeArray.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_AoS_char.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_SoA_char.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_AoS_double.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_SoA_double.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_AoS_float.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_SoA_float.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_AoS_int.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_SoA_int.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_AoS_long.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_SoA_long.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_AoS_long_long.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_SoA_long_long.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_AoS_short.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_SoA_short.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_AoS_signed_char.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_SoA_signed_char.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_AoS_unsigned_char.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_SoA_unsigned_char.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_AoS_unsigned_int.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_SoA_unsigned_int.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_AoS_unsigned_long.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_SoA_unsigned_long.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_AoS_unsigned_long_long.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_SoA_unsigned_long_long.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_AoS_unsigned_short.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_SoA_unsigned_short.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_AoS_vtkIdType.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/TestDataArrayAPI_SoA_vtkIdType.cxx.o [ 41%] Building CXX object Common/Core/Testing/Cxx/CMakeFiles/vtkCommonCoreCxxTests.dir/vtkTestNewVar.cxx.o [ 41%] Linking CXX executable ../../../../bin/vtkCommonCoreCxxTests [ 41%] Built target vtkCommonCoreCxxTests [ 41%] For vtkFiltersGeneric - updating vtkFiltersGenericHierarchy.txt Scanning dependencies of target vtkFiltersGeneric [ 41%] Building CXX object Filters/Generic/CMakeFiles/vtkFiltersGeneric.dir/vtkGenericClip.cxx.o [ 41%] Building CXX object Filters/Generic/CMakeFiles/vtkFiltersGeneric.dir/vtkGenericContourFilter.cxx.o [ 41%] Building CXX object Filters/Generic/CMakeFiles/vtkFiltersGeneric.dir/vtkGenericCutter.cxx.o [ 41%] Building CXX object Filters/Generic/CMakeFiles/vtkFiltersGeneric.dir/vtkGenericDataSetTessellator.cxx.o [ 41%] Building CXX object Filters/Generic/CMakeFiles/vtkFiltersGeneric.dir/vtkGenericGeometryFilter.cxx.o [ 41%] Building CXX object Filters/Generic/CMakeFiles/vtkFiltersGeneric.dir/vtkGenericGlyph3DFilter.cxx.o [ 41%] Building CXX object Filters/Generic/CMakeFiles/vtkFiltersGeneric.dir/vtkGenericOutlineFilter.cxx.o [ 41%] Building CXX object Filters/Generic/CMakeFiles/vtkFiltersGeneric.dir/vtkGenericProbeFilter.cxx.o [ 41%] Building CXX object Filters/Generic/CMakeFiles/vtkFiltersGeneric.dir/vtkGenericStreamTracer.cxx.o [ 41%] Linking CXX shared library ../../lib/libvtkFiltersGeneric-7.1.so [ 41%] Built target vtkFiltersGeneric [ 41%] For vtkIOGeometry - updating vtkIOGeometryHierarchy.txt Scanning dependencies of target vtkIOGeometry [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkAVSucdReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkBYUReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkBYUWriter.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkChacoReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkFacetWriter.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkFLUENTReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkGAMBITReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkGaussianCubeReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkHoudiniPolyDataWriter.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkIVWriter.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkMCubesReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkMCubesWriter.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkMFIXReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkMoleculeReaderBase.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkOBJReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkOpenFOAMReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkParticleReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkPDBReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkProStarReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkPTSReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkSTLReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkSTLWriter.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkTecplotReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkUGFacetReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkWindBladeReader.cxx.o [ 41%] Building CXX object IO/Geometry/CMakeFiles/vtkIOGeometry.dir/vtkXYZMolReader.cxx.o [ 41%] Linking CXX shared library ../../lib/libvtkIOGeometry-7.1.so [ 41%] Built target vtkIOGeometry Scanning dependencies of target vtkTestingGenericBridge [ 41%] Building CXX object Testing/GenericBridge/CMakeFiles/vtkTestingGenericBridge.dir/vtkBridgeAttribute.cxx.o [ 41%] Building CXX object Testing/GenericBridge/CMakeFiles/vtkTestingGenericBridge.dir/vtkBridgeCell.cxx.o [ 41%] Building CXX object Testing/GenericBridge/CMakeFiles/vtkTestingGenericBridge.dir/vtkBridgeCellIterator.cxx.o [ 41%] Building CXX object Testing/GenericBridge/CMakeFiles/vtkTestingGenericBridge.dir/vtkBridgeCellIteratorOnCellBoundaries.cxx.o [ 41%] Building CXX object Testing/GenericBridge/CMakeFiles/vtkTestingGenericBridge.dir/vtkBridgeCellIteratorOnCellList.cxx.o [ 41%] Building CXX object Testing/GenericBridge/CMakeFiles/vtkTestingGenericBridge.dir/vtkBridgeCellIteratorOnDataSet.cxx.o [ 41%] Building CXX object Testing/GenericBridge/CMakeFiles/vtkTestingGenericBridge.dir/vtkBridgeCellIteratorOne.cxx.o [ 41%] Building CXX object Testing/GenericBridge/CMakeFiles/vtkTestingGenericBridge.dir/vtkBridgeCellIteratorStrategy.cxx.o [ 41%] Building CXX object Testing/GenericBridge/CMakeFiles/vtkTestingGenericBridge.dir/vtkBridgeDataSet.cxx.o [ 41%] Building CXX object Testing/GenericBridge/CMakeFiles/vtkTestingGenericBridge.dir/vtkBridgePointIterator.cxx.o [ 41%] Building CXX object Testing/GenericBridge/CMakeFiles/vtkTestingGenericBridge.dir/vtkBridgePointIteratorOnCell.cxx.o [ 41%] Building CXX object Testing/GenericBridge/CMakeFiles/vtkTestingGenericBridge.dir/vtkBridgePointIteratorOnDataSet.cxx.o [ 41%] Building CXX object Testing/GenericBridge/CMakeFiles/vtkTestingGenericBridge.dir/vtkBridgePointIteratorOne.cxx.o [ 41%] Linking CXX shared library ../../lib/ libvtkTestingGenericBridge-7.1.so [ 41%] Built target vtkTestingGenericBridge Scanning dependencies of target vtkCommonDataModelCxxTests [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/vtkCommonDataModelCxxTests.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestColor.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestVector.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestVectorOperators.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestAMRBox.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestBiQuadraticQuad.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestCompositeDataSets.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestComputeBoundingSphere.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestDataArrayDispatcher.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestDataObject.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestDispatchers.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestGenericCell.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestGraph.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestGraph2.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestGraphAttributes.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestHigherOrderCell.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestImageDataFindCell.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestImageDataInterpolation.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestImageIterator.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestInterpolationDerivs.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestInterpolationFunctions.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestPath.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestPentagonalPrism.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestPixelExtent.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestPointLocators.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestPolyDataRemoveCell.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestPolygon.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestPolyhedron0.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestPolyhedron1.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestPolyhedron3.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestPolyhedronConvexity.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestQuadraticPolygon.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestRect.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestSelectionSubtract.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestSortFieldData.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestTable.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestTreeBFSIterator.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestTreeDFSIterator.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestTriangle.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TimePointLocators.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/otherCellArray.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/otherCellBoundaries.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/otherCellPosition.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/otherCellTypes.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/otherColorTransferFunction.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/otherEmptyCell.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/otherFieldData.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/otherImageData.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/otherRectilinearGrid.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/otherStructuredGrid.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/otherUniformGrid.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/quadCellConsistency.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/quadraticEvaluation.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestBoundingBox.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestPlane.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestStaticCellLinks.cxx.o [ 41%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestStructuredData.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestDataObjectTypes.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestPolyDataRemoveDeletedCells.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/UnitTestCells.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/UnitTestImplicitDataSet.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/UnitTestImplicitVolume.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/UnitTestLine.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/UnitTestPlanesIntersection.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/UnitTestTriangleIntersection.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/quadraticIntersection.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestCellIterators.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestCellLocator.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestMeanValueCoordinatesInterpolation1.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestMeanValueCoordinatesInterpolation2.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestSmoothErrorMetric.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestQuadraticPolygonFilters.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestPolyhedron2.cxx.o [ 42%] Building CXX object Common/DataModel/Testing/Cxx/CMakeFiles/vtkCommonDataModelCxxTests.dir/TestKdTreeRepresentation.cxx.o [ 42%] Linking CXX executable ../../../../bin/vtkCommonDataModelCxxTests [ 42%] Built target vtkCommonDataModelCxxTests Scanning dependencies of target vtkCommonExecutionModelCxxTests [ 42%] Building CXX object Common/ExecutionModel/Testing/Cxx/CMakeFiles/vtkCommonExecutionModelCxxTests.dir/vtkCommonExecutionModelCxxTests.cxx.o [ 42%] Building CXX object Common/ExecutionModel/Testing/Cxx/CMakeFiles/vtkCommonExecutionModelCxxTests.dir/TestCopyAttributeData.cxx.o [ 42%] Building CXX object Common/ExecutionModel/Testing/Cxx/CMakeFiles/vtkCommonExecutionModelCxxTests.dir/TestImageDataToStructuredGrid.cxx.o [ 42%] Building CXX object Common/ExecutionModel/Testing/Cxx/CMakeFiles/vtkCommonExecutionModelCxxTests.dir/TestMetaData.cxx.o [ 42%] Building CXX object Common/ExecutionModel/Testing/Cxx/CMakeFiles/vtkCommonExecutionModelCxxTests.dir/TestSetInputDataObject.cxx.o [ 42%] Building CXX object Common/ExecutionModel/Testing/Cxx/CMakeFiles/vtkCommonExecutionModelCxxTests.dir/TestTemporalSupport.cxx.o [ 42%] Building CXX object Common/ExecutionModel/Testing/Cxx/CMakeFiles/vtkCommonExecutionModelCxxTests.dir/TestThreadedImageAlgorithmSplitExtent.cxx.o [ 42%] Building CXX object Common/ExecutionModel/Testing/Cxx/CMakeFiles/vtkCommonExecutionModelCxxTests.dir/TestTrivialConsumer.cxx.o [ 42%] Building CXX object Common/ExecutionModel/Testing/Cxx/CMakeFiles/vtkCommonExecutionModelCxxTests.dir/UnitTestSimpleScalarTree.cxx.o [ 42%] Linking CXX executable ../../../../bin/vtkCommonExecutionModelCxxTests [ 42%] Built target vtkCommonExecutionModelCxxTests Scanning dependencies of target vtkCommonMathCxxTests [ 42%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/vtkCommonMathCxxTests.cxx.o [ 42%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestAmoebaMinimizer.cxx.o [ 42%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestMatrix3x3.cxx.o [ 42%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestPolynomialSolversUnivariate.cxx.o [ 42%] Building CXX object Common/Math/Testing/Cxx/CMakeFiles/vtkCommonMathCxxTests.dir/TestQuaternion.cxx.o [ 42%] Linking CXX executable ../../../../bin/vtkCommonMathCxxTests [ 42%] Built target vtkCommonMathCxxTests [ 42%] Built target vtkCommonMiscCxxTests [ 42%] Built target vtkCommonSystemCxxTests Scanning dependencies of target vtkCommonTransformsCxxTests [ 42%] Building CXX object Common/Transforms/Testing/Cxx/CMakeFiles/vtkCommonTransformsCxxTests.dir/vtkCommonTransformsCxxTests.cxx.o [ 42%] Building CXX object Common/Transforms/Testing/Cxx/CMakeFiles/vtkCommonTransformsCxxTests.dir/TestTransform.cxx.o [ 42%] Building CXX object Common/Transforms/Testing/Cxx/CMakeFiles/vtkCommonTransformsCxxTests.dir/TestLandmarkTransform.cxx.o [ 42%] Linking CXX executable ../../../../bin/vtkCommonTransformsCxxTests [ 42%] Built target vtkCommonTransformsCxxTests [ 42%] For vtkDomainsChemistry - updating vtkDomainsChemistryHierarchy.txt Scanning dependencies of target vtkDomainsChemistry [ 42%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkBlueObeliskData.cxx.o [ 42%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkBlueObeliskDataParser.cxx.o [ 42%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkCMLMoleculeReader.cxx.o [ 42%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkGaussianCubeReader2.cxx.o [ 42%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkMoleculeAlgorithm.cxx.o [ 42%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkMoleculeMapper.cxx.o [ 42%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkMoleculeToAtomBallFilter.cxx.o [ 43%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkMoleculeToBondStickFilter.cxx.o [ 43%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkMoleculeToPolyDataFilter.cxx.o [ 43%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkPeriodicTable.cxx.o [ 43%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkProgrammableElectronicData.cxx.o [ 43%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkProteinRibbonFilter.cxx.o [ 43%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkSimpleBondPerceiver.cxx.o [ 43%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkVASPAnimationReader.cxx.o [ 43%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkVASPTessellationReader.cxx.o [ 43%] Building CXX object Domains/Chemistry/CMakeFiles/vtkDomainsChemistry.dir/vtkXYZMolReader2.cxx.o [ 43%] Linking CXX shared library ../../lib/libvtkDomainsChemistry-7.1.so [ 43%] Built target vtkDomainsChemistry [ 43%] For vtkDomainsChemistryOpenGL2 - updating vtkDomainsChemistryOpenGL2Hierarchy.txt Scanning dependencies of target vtkDomainsChemistryOpenGL2 [ 43%] Building CXX object Domains/ChemistryOpenGL2/CMakeFiles/vtkDomainsChemistryOpenGL2.dir/vtkOpenGLMoleculeMapper.cxx.o [ 43%] Building CXX object Domains/ChemistryOpenGL2/CMakeFiles/vtkDomainsChemistryOpenGL2.dir/vtkDomainsChemistryOpenGL2ObjectFactory.cxx.o [ 43%] Linking CXX shared library ../../lib/ libvtkDomainsChemistryOpenGL2-7.1.so [ 43%] Built target vtkDomainsChemistryOpenGL2 Scanning dependencies of target vtkDomainsChemistryCxxTests [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/vtkDomainsChemistryCxxTests.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestBallAndStick.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestPDBBallAndStick.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestBondColorModeDiscreteByAtom.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestBondColorModeSingleColor.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestCompositeRender.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestCustomArrayRadius.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestFastRender.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestLiquoriceSticks.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestMolecule.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestMoleculeIOLegacy.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestMoleculeSelection.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestMoleculeMapperPropertyUpdate.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestMultiCylinderOn.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestMultiCylinderOff.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestPeriodicTable.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestProgrammableElectronicData.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestProteinRibbon.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestSimpleBondPerceiver.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestVASPAnimationReader.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestVASPTessellationReader.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestVDWSpheres.cxx.o [ 43%] Building CXX object Domains/Chemistry/Testing/Cxx/CMakeFiles/vtkDomainsChemistryCxxTests.dir/TestCMLMoleculeReader.cxx.o [ 43%] Linking CXX executable ../../../../bin/vtkDomainsChemistryCxxTests [ 43%] Built target vtkDomainsChemistryCxxTests Scanning dependencies of target vtkDomainsChemistryOpenGL2CxxTests [ 43%] Building CXX object Domains/ChemistryOpenGL2/Testing/Cxx/CMakeFiles/vtkDomainsChemistryOpenGL2CxxTests.dir/vtkDomainsChemistryOpenGL2CxxTests.cxx.o [ 43%] Building CXX object Domains/ChemistryOpenGL2/Testing/Cxx/CMakeFiles/vtkDomainsChemistryOpenGL2CxxTests.dir/TestPDBBallAndStickShadows.cxx.o [ 43%] Building CXX object Domains/ChemistryOpenGL2/Testing/Cxx/CMakeFiles/vtkDomainsChemistryOpenGL2CxxTests.dir/TestPDBBallAndStickShadowsDOFSSAA.cxx.o [ 43%] Linking CXX executable ../../../../bin/vtkDomainsChemistryOpenGL2CxxTests [ 43%] Built target vtkDomainsChemistryOpenGL2CxxTests [ 43%] Built target vtkHashSource [ 43%] For vtkParallelCore - updating vtkParallelCoreHierarchy.txt [ 43%] Generating vtkSocketCommunicatorHash.h Scanning dependencies of target vtkParallelCore [ 43%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkCommunicator.cxx.o [ 43%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkDummyCommunicator.cxx.o [ 43%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkDummyController.cxx.o [ 43%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkMultiProcessController.cxx.o [ 43%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkMultiProcessStream.cxx.o [ 43%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkPDirectory.cxx.o [ 43%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkProcess.cxx.o [ 43%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkProcessGroup.cxx.o [ 43%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkPSystemTools.cxx.o [ 43%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkSocketCommunicator.cxx.o [ 43%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkSocketController.cxx.o [ 43%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkSubCommunicator.cxx.o [ 43%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkSubGroup.cxx.o [ 43%] Building CXX object Parallel/Core/CMakeFiles/vtkParallelCore.dir/vtkFieldDataSerializer.cxx.o [ 43%] Linking CXX shared library ../../lib/libvtkParallelCore-7.1.so [ 43%] Built target vtkParallelCore [ 43%] For vtkFiltersAMR - updating vtkFiltersAMRHierarchy.txt Scanning dependencies of target vtkFiltersAMR [ 43%] Building CXX object Filters/AMR/CMakeFiles/vtkFiltersAMR.dir/vtkAMRCutPlane.cxx.o [ 43%] Building CXX object Filters/AMR/CMakeFiles/vtkFiltersAMR.dir/vtkAMRGaussianPulseSource.cxx.o [ 43%] Building CXX object Filters/AMR/CMakeFiles/vtkFiltersAMR.dir/vtkAMRResampleFilter.cxx.o [ 43%] Building CXX object Filters/AMR/CMakeFiles/vtkFiltersAMR.dir/vtkAMRSliceFilter.cxx.o [ 43%] Building CXX object Filters/AMR/CMakeFiles/vtkFiltersAMR.dir/vtkAMRToMultiBlockFilter.cxx.o [ 43%] Building CXX object Filters/AMR/CMakeFiles/vtkFiltersAMR.dir/vtkImageToAMR.cxx.o [ 43%] Building CXX object Filters/AMR/CMakeFiles/vtkFiltersAMR.dir/vtkParallelAMRUtilities.cxx.o [ 43%] Linking CXX shared library ../../lib/libvtkFiltersAMR-7.1.so [ 43%] Built target vtkFiltersAMR [ 43%] Built target H5detect [ 43%] Built target H5make_libsettings [ 45%] Built target vtkhdf5 [ 45%] Built target vtkhdf5_hl [ 45%] For vtkIOAMR - updating vtkIOAMRHierarchy.txt Scanning dependencies of target vtkIOAMR [ 45%] Building CXX object IO/AMR/CMakeFiles/vtkIOAMR.dir/vtkAMRDataSetCache.cxx.o [ 45%] Building CXX object IO/AMR/CMakeFiles/vtkIOAMR.dir/vtkAMRBaseParticlesReader.cxx.o [ 45%] Building CXX object IO/AMR/CMakeFiles/vtkIOAMR.dir/vtkAMRBaseReader.cxx.o [ 45%] Building CXX object IO/AMR/CMakeFiles/vtkIOAMR.dir/vtkAMREnzoParticlesReader.cxx.o [ 45%] Building CXX object IO/AMR/CMakeFiles/vtkIOAMR.dir/vtkAMREnzoReader.cxx.o [ 45%] Building CXX object IO/AMR/CMakeFiles/vtkIOAMR.dir/vtkAMREnzoReaderInternal.cxx.o [ 45%] Building CXX object IO/AMR/CMakeFiles/vtkIOAMR.dir/vtkAMRFlashParticlesReader.cxx.o [ 45%] Building CXX object IO/AMR/CMakeFiles/vtkIOAMR.dir/vtkAMRFlashReader.cxx.o [ 45%] Building CXX object IO/AMR/CMakeFiles/vtkIOAMR.dir/vtkAMRFlashReaderInternal.cxx.o [ 45%] Linking CXX shared library ../../lib/libvtkIOAMR-7.1.so [ 45%] Built target vtkIOAMR Scanning dependencies of target vtkFiltersAMRCxxTests [ 45%] Building CXX object Filters/AMR/Testing/Cxx/CMakeFiles/vtkFiltersAMRCxxTests.dir/vtkFiltersAMRCxxTests.cxx.o [ 45%] Building CXX object Filters/AMR/Testing/Cxx/CMakeFiles/vtkFiltersAMRCxxTests.dir/TestAMRGhostLayerStripping.cxx.o [ 45%] Building CXX object Filters/AMR/Testing/Cxx/CMakeFiles/vtkFiltersAMRCxxTests.dir/TestAMRBlanking.cxx.o [ 45%] Building CXX object Filters/AMR/Testing/Cxx/CMakeFiles/vtkFiltersAMRCxxTests.dir/TestAMRIterator.cxx.o [ 45%] Building CXX object Filters/AMR/Testing/Cxx/CMakeFiles/vtkFiltersAMRCxxTests.dir/TestImageToAMR.cxx.o [ 45%] Linking CXX executable ../../../../bin/vtkFiltersAMRCxxTests [ 45%] Built target vtkFiltersAMRCxxTests [ 45%] Built target vtkNetCDF [ 45%] Built target vtkNetCDF_cxx [ 46%] Built target vtkexoIIc [ 46%] For vtkIOExodus - updating vtkIOExodusHierarchy.txt Scanning dependencies of target vtkIOExodus [ 46%] Building CXX object IO/Exodus/CMakeFiles/vtkIOExodus.dir/vtkCPExodusIIElementBlock.cxx.o [ 46%] Building CXX object IO/Exodus/CMakeFiles/vtkIOExodus.dir/vtkCPExodusIIInSituReader.cxx.o [ 46%] Building CXX object IO/Exodus/CMakeFiles/vtkIOExodus.dir/vtkExodusIICache.cxx.o [ 46%] Building CXX object IO/Exodus/CMakeFiles/vtkIOExodus.dir/vtkExodusIIReader.cxx.o [ 46%] Building CXX object IO/Exodus/CMakeFiles/vtkIOExodus.dir/vtkExodusIIReaderParser.cxx.o [ 46%] Building CXX object IO/Exodus/CMakeFiles/vtkIOExodus.dir/vtkExodusIIReaderVariableCheck.cxx.o [ 46%] Building CXX object IO/Exodus/CMakeFiles/vtkIOExodus.dir/vtkExodusIIWriter.cxx.o [ 46%] Building CXX object IO/Exodus/CMakeFiles/vtkIOExodus.dir/vtkModelMetadata.cxx.o [ 46%] Linking CXX shared library ../../lib/libvtkIOExodus-7.1.so [ 46%] Built target vtkIOExodus [ 46%] For vtkImagingMath - updating vtkImagingMathHierarchy.txt Scanning dependencies of target vtkImagingMath [ 46%] Building CXX object Imaging/Math/CMakeFiles/vtkImagingMath.dir/vtkImageDivergence.cxx.o [ 46%] Building CXX object Imaging/Math/CMakeFiles/vtkImagingMath.dir/vtkImageDotProduct.cxx.o [ 46%] Building CXX object Imaging/Math/CMakeFiles/vtkImagingMath.dir/vtkImageLogarithmicScale.cxx.o [ 46%] Building CXX object Imaging/Math/CMakeFiles/vtkImagingMath.dir/vtkImageLogic.cxx.o [ 46%] Building CXX object Imaging/Math/CMakeFiles/vtkImagingMath.dir/vtkImageMagnitude.cxx.o [ 46%] Building CXX object Imaging/Math/CMakeFiles/vtkImagingMath.dir/vtkImageMaskBits.cxx.o [ 46%] Building CXX object Imaging/Math/CMakeFiles/vtkImagingMath.dir/vtkImageMathematics.cxx.o [ 46%] Building CXX object Imaging/Math/CMakeFiles/vtkImagingMath.dir/vtkImageWeightedSum.cxx.o [ 46%] Linking CXX shared library ../../lib/libvtkImagingMath-7.1.so [ 46%] Built target vtkImagingMath [ 46%] For vtkRenderingVolumeOpenGL2 - updating vtkRenderingVolumeOpenGL2Hierarchy.txt [ 46%] Generating raycasterfs.cxx, raycasterfs.h [ 46%] Generating raycastervs.cxx, raycastervs.h [ 46%] Generating vtkglProjectedTetrahedraVS.cxx, vtkglProjectedTetrahedraVS.h [ 46%] Generating vtkglProjectedTetrahedraFS.cxx, vtkglProjectedTetrahedraFS.h Scanning dependencies of target vtkRenderingVolumeOpenGL2 [ 46%] Building CXX object Rendering/VolumeOpenGL2/CMakeFiles/vtkRenderingVolumeOpenGL2.dir/vtkMultiBlockVolumeMapper.cxx.o [ 46%] Building CXX object Rendering/VolumeOpenGL2/CMakeFiles/vtkRenderingVolumeOpenGL2.dir/vtkOpenGLGPUVolumeRayCastMapper.cxx.o [ 46%] Building CXX object Rendering/VolumeOpenGL2/CMakeFiles/vtkRenderingVolumeOpenGL2.dir/vtkOpenGLProjectedTetrahedraMapper.cxx.o [ 46%] Building CXX object Rendering/VolumeOpenGL2/CMakeFiles/vtkRenderingVolumeOpenGL2.dir/vtkOpenGLRayCastImageDisplayHelper.cxx.o [ 46%] Building CXX object Rendering/VolumeOpenGL2/CMakeFiles/vtkRenderingVolumeOpenGL2.dir/vtkSmartVolumeMapper.cxx.o [ 46%] Building CXX object Rendering/VolumeOpenGL2/CMakeFiles/vtkRenderingVolumeOpenGL2.dir/vtkVolumeTexture.cxx.o [ 46%] Building CXX object Rendering/VolumeOpenGL2/CMakeFiles/vtkRenderingVolumeOpenGL2.dir/raycasterfs.cxx.o [ 46%] Building CXX object Rendering/VolumeOpenGL2/CMakeFiles/vtkRenderingVolumeOpenGL2.dir/raycastervs.cxx.o [ 46%] Building CXX object Rendering/VolumeOpenGL2/CMakeFiles/vtkRenderingVolumeOpenGL2.dir/vtkglProjectedTetrahedraVS.cxx.o [ 46%] Building CXX object Rendering/VolumeOpenGL2/CMakeFiles/vtkRenderingVolumeOpenGL2.dir/vtkglProjectedTetrahedraFS.cxx.o [ 46%] Building CXX object Rendering/VolumeOpenGL2/CMakeFiles/vtkRenderingVolumeOpenGL2.dir/vtkRenderingVolumeOpenGL2ObjectFactory.cxx.o [ 46%] Linking CXX shared library ../../lib/ libvtkRenderingVolumeOpenGL2-7.1.so [ 46%] Built target vtkRenderingVolumeOpenGL2 Scanning dependencies of target vtkFiltersCoreCxxTests [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/vtkFiltersCoreCxxTests.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestAppendArcLength.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestAppendFilter.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestAppendPolyData.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestAppendSelection.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestArrayCalculator.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestAssignAttribute.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestBinCellDataFilter.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestCategoricalPointDataToCellData.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestCategoricalResampleWithDataSet.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestCellDataToPointData.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestCenterOfMass.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestCleanPolyData.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestClipPolyData.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestConnectivityFilter.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestCutter.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestDecimatePolylineFilter.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestDecimatePro.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestDelaunay2D.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestDelaunay2DFindTriangle.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestDelaunay2DMeshes.cxx.o [ 46%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestDelaunay3D.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestExecutionTimer.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestFeatureEdges.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestFlyingEdges.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestGlyph3D.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestHedgeHog.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestImplicitPolyDataDistance.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestMaskPoints.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestNamedComponents.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestPolyDataConnectivityFilter.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestProbeFilter.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestProbeFilterImageInput.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestProbeFilterOutputAttributes.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestResampleToImage.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestResampleWithDataSet.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestResampleWithDataSet2.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestResampleWithDataSet3.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestSmoothPolyDataFilter.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestSMPPipelineContour.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestStripper.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestStructuredGridAppend.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestThreshold.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestThresholdPoints.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestTransposeTable.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestTriangleMeshPointNormals.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestTubeFilter.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/TestUnstructuredGridQuadricDecimation.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/UnitTestMaskPoints.cxx.o [ 47%] Building CXX object Filters/Core/Testing/Cxx/CMakeFiles/vtkFiltersCoreCxxTests.dir/UnitTestMergeFilter.cxx.o [ 47%] Linking CXX executable ../../../../bin/vtkFiltersCoreCxxTests [ 47%] Built target vtkFiltersCoreCxxTests Scanning dependencies of target vtkFiltersExtractionCxxTests [ 47%] Building CXX object Filters/Extraction/Testing/Cxx/CMakeFiles/vtkFiltersExtractionCxxTests.dir/vtkFiltersExtractionCxxTests.cxx.o [ 47%] Building CXX object Filters/Extraction/Testing/Cxx/CMakeFiles/vtkFiltersExtractionCxxTests.dir/TestConvertSelection.cxx.o [ 47%] Building CXX object Filters/Extraction/Testing/Cxx/CMakeFiles/vtkFiltersExtractionCxxTests.dir/TestExtractSelection.cxx.o [ 47%] Building CXX object Filters/Extraction/Testing/Cxx/CMakeFiles/vtkFiltersExtractionCxxTests.dir/TestExtraction.cxx.o [ 47%] Building CXX object Filters/Extraction/Testing/Cxx/CMakeFiles/vtkFiltersExtractionCxxTests.dir/TestExtractRectilinearGrid.cxx.o [ 47%] Building CXX object Filters/Extraction/Testing/Cxx/CMakeFiles/vtkFiltersExtractionCxxTests.dir/TestExtractTimeSteps.cxx.o [ 47%] Linking CXX executable ../../../../bin/vtkFiltersExtractionCxxTests [ 47%] Built target vtkFiltersExtractionCxxTests [ 47%] For vtkFiltersFlowPaths - updating vtkFiltersFlowPathsHierarchy.txt Scanning dependencies of target vtkFiltersFlowPaths [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkAbstractInterpolatedVelocityField.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkAMRInterpolatedVelocityField.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkCachingInterpolatedVelocityField.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkCellLocatorInterpolatedVelocityField.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkCompositeInterpolatedVelocityField.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkInterpolatedVelocityField.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkLagrangianParticleTracker.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkLagrangianBasicIntegrationModel.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkLagrangianParticle.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkLagrangianMatidaIntegrationModel.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkModifiedBSPTree.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkParticlePathFilter.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkParticleTracer.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkParticleTracerBase.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkStreaklineFilter.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkStreamTracer.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkTemporalInterpolatedVelocityField.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkTemporalStreamTracer.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkDashedStreamLine.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkStreamLine.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkStreamPoints.cxx.o [ 47%] Building CXX object Filters/FlowPaths/CMakeFiles/vtkFiltersFlowPaths.dir/vtkStreamer.cxx.o [ 47%] Linking CXX shared library ../../lib/libvtkFiltersFlowPaths-7.1.so [ 47%] Built target vtkFiltersFlowPaths [ 47%] For vtkFiltersImaging - updating vtkFiltersImagingHierarchy.txt Scanning dependencies of target vtkFiltersImaging [ 47%] Building CXX object Filters/Imaging/CMakeFiles/vtkFiltersImaging.dir/vtkPairwiseExtractHistogram2D.cxx.o [ 47%] Building CXX object Filters/Imaging/CMakeFiles/vtkFiltersImaging.dir/vtkExtractHistogram2D.cxx.o [ 47%] Building CXX object Filters/Imaging/CMakeFiles/vtkFiltersImaging.dir/vtkComputeHistogram2DOutliers.cxx.o [ 47%] Linking CXX shared library ../../lib/libvtkFiltersImaging-7.1.so [ 47%] Built target vtkFiltersImaging Scanning dependencies of target vtkFiltersFlowPathsCxxTests [ 47%] Building CXX object Filters/FlowPaths/Testing/Cxx/CMakeFiles/vtkFiltersFlowPathsCxxTests.dir/vtkFiltersFlowPathsCxxTests.cxx.o [ 47%] Building CXX object Filters/FlowPaths/Testing/Cxx/CMakeFiles/vtkFiltersFlowPathsCxxTests.dir/TestBSPTree.cxx.o [ 47%] Building CXX object Filters/FlowPaths/Testing/Cxx/CMakeFiles/vtkFiltersFlowPathsCxxTests.dir/TestStreamTracer.cxx.o [ 47%] Building CXX object Filters/FlowPaths/Testing/Cxx/CMakeFiles/vtkFiltersFlowPathsCxxTests.dir/TestStreamTracerSurface.cxx.o [ 47%] Building CXX object Filters/FlowPaths/Testing/Cxx/CMakeFiles/vtkFiltersFlowPathsCxxTests.dir/TestAMRInterpolatedVelocityField.cxx.o [ 47%] Building CXX object Filters/FlowPaths/Testing/Cxx/CMakeFiles/vtkFiltersFlowPathsCxxTests.dir/TestParticleTracers.cxx.o [ 47%] Building CXX object Filters/FlowPaths/Testing/Cxx/CMakeFiles/vtkFiltersFlowPathsCxxTests.dir/TestLagrangianIntegrationModel.cxx.o [ 47%] Building CXX object Filters/FlowPaths/Testing/Cxx/CMakeFiles/vtkFiltersFlowPathsCxxTests.dir/TestLagrangianParticle.cxx.o [ 47%] Building CXX object Filters/FlowPaths/Testing/Cxx/CMakeFiles/vtkFiltersFlowPathsCxxTests.dir/TestLagrangianParticleTracker.cxx.o [ 47%] Linking CXX executable ../../../../bin/vtkFiltersFlowPathsCxxTests [ 47%] Built target vtkFiltersFlowPathsCxxTests [ 47%] For vtkRenderingLabel - updating vtkRenderingLabelHierarchy.txt Scanning dependencies of target vtkRenderingLabel [ 47%] Building CXX object Rendering/Label/CMakeFiles/vtkRenderingLabel.dir/vtkLabeledDataMapper.cxx.o [ 47%] Building CXX object Rendering/Label/CMakeFiles/vtkRenderingLabel.dir/vtkLabeledTreeMapDataMapper.cxx.o [ 47%] Building CXX object Rendering/Label/CMakeFiles/vtkRenderingLabel.dir/vtkLabelHierarchyAlgorithm.cxx.o [ 47%] Building CXX object Rendering/Label/CMakeFiles/vtkRenderingLabel.dir/vtkLabelHierarchyCompositeIterator.cxx.o [ 47%] Building CXX object Rendering/Label/CMakeFiles/vtkRenderingLabel.dir/vtkLabelHierarchy.cxx.o [ 47%] Building CXX object Rendering/Label/CMakeFiles/vtkRenderingLabel.dir/vtkLabelHierarchyIterator.cxx.o [ 47%] Building CXX object Rendering/Label/CMakeFiles/vtkRenderingLabel.dir/vtkLabelPlacementMapper.cxx.o [ 47%] Building CXX object Rendering/Label/CMakeFiles/vtkRenderingLabel.dir/vtkLabelPlacer.cxx.o [ 47%] Building CXX object Rendering/Label/CMakeFiles/vtkRenderingLabel.dir/vtkLabelRenderStrategy.cxx.o [ 47%] Building CXX object Rendering/Label/CMakeFiles/vtkRenderingLabel.dir/vtkLabelSizeCalculator.cxx.o [ 47%] Building CXX object Rendering/Label/CMakeFiles/vtkRenderingLabel.dir/vtkFreeTypeLabelRenderStrategy.cxx.o [ 47%] Building CXX object Rendering/Label/CMakeFiles/vtkRenderingLabel.dir/vtkDynamic2DLabelMapper.cxx.o [ 47%] Building CXX object Rendering/Label/CMakeFiles/vtkRenderingLabel.dir/vtkPointSetToLabelHierarchy.cxx.o [ 47%] Linking CXX shared library ../../lib/libvtkRenderingLabel-7.1.so [ 47%] Built target vtkRenderingLabel Scanning dependencies of target vtkFiltersGeneralCxxTests [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/vtkFiltersGeneralCxxTests.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/ArrayExtractFactoredArray.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/ArrayMatricizeArray.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/ArrayNormalizeMatrixVectors.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/CellTreeLocator.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestPassArrays.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestPassThrough.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestTessellator.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/expCos.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/BoxClipPolyData.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/BoxClipTetrahedra.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/BoxClipTriangulateAndInterpolate.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/BoxClipTriangulate.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestAppendPoints.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestBooleanOperationPolyDataFilter2.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestBooleanOperationPolyDataFilter.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestContourTriangulatorCutter.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestContourTriangulator.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestContourTriangulatorMarching.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestCountFaces.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestCountVertices.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestDeformPointSet.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestDensifyPolyData.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestDistancePolyDataFilter.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestGraphWeightEuclideanDistanceFilter.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestImageDataToPointSet.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestIntersectionPolyDataFilter3.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestIntersectionPolyDataFilter2.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestIntersectionPolyDataFilter.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestRectilinearGridToPointSet.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestReflectionFilter.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestSplitByCellScalarFilter.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestTableSplitColumnComponents.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestTransformFilter.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestTransformPolyDataFilter.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestUncertaintyTubeFilter.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/UnitTestMultiThreshold.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/BoxClipPointData.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/BoxClipOrientedPointData.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestDataSetGradient.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestDataSetGradientPrecompute.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestGradientAndVorticity.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestIconGlyphFilterGravity.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestQuadraturePoints.cxx.o [ 47%] Building CXX object Filters/General/Testing/Cxx/CMakeFiles/vtkFiltersGeneralCxxTests.dir/TestYoungsMaterialInterface.cxx.o [ 47%] Linking CXX executable ../../../../bin/vtkFiltersGeneralCxxTests [ 47%] Built target vtkFiltersGeneralCxxTests Scanning dependencies of target vtkFiltersGenericCxxTests [ 47%] Building CXX object Filters/Generic/Testing/Cxx/CMakeFiles/vtkFiltersGenericCxxTests.dir/vtkFiltersGenericCxxTests.cxx.o [ 47%] Building CXX object Filters/Generic/Testing/Cxx/CMakeFiles/vtkFiltersGenericCxxTests.dir/TestGenericStreamTracer.cxx.o [ 47%] Building CXX object Filters/Generic/Testing/Cxx/CMakeFiles/vtkFiltersGenericCxxTests.dir/TestGenericClip.cxx.o [ 47%] Building CXX object Filters/Generic/Testing/Cxx/CMakeFiles/vtkFiltersGenericCxxTests.dir/TestGenericContourFilter.cxx.o [ 47%] Building CXX object Filters/Generic/Testing/Cxx/CMakeFiles/vtkFiltersGenericCxxTests.dir/TestGenericCutter.cxx.o [ 47%] Building CXX object Filters/Generic/Testing/Cxx/CMakeFiles/vtkFiltersGenericCxxTests.dir/TestGenericDataSetTessellator.cxx.o [ 47%] Building CXX object Filters/Generic/Testing/Cxx/CMakeFiles/vtkFiltersGenericCxxTests.dir/TestGenericGeometryFilter.cxx.o [ 47%] Building CXX object Filters/Generic/Testing/Cxx/CMakeFiles/vtkFiltersGenericCxxTests.dir/TestGenericGlyph3DFilter.cxx.o [ 47%] Building CXX object Filters/Generic/Testing/Cxx/CMakeFiles/vtkFiltersGenericCxxTests.dir/TestGenericProbeFilter.cxx.o [ 47%] Building CXX object Filters/Generic/Testing/Cxx/CMakeFiles/vtkFiltersGenericCxxTests.dir/otherCreation.cxx.o [ 47%] Building CXX object Filters/Generic/Testing/Cxx/CMakeFiles/vtkFiltersGenericCxxTests.dir/UnitTestGenericGeometryFilter.cxx.o [ 47%] Linking CXX executable ../../../../bin/vtkFiltersGenericCxxTests [ 47%] Built target vtkFiltersGenericCxxTests Scanning dependencies of target vtkFiltersGeometryCxxTests [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/vtkFiltersGeometryCxxTests.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/TestExtractSurfaceNonLinearSubdivision.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/TestDataSetSurfaceFieldData.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/TestDataSetSurfaceFilterQuadraticTetsGhostCells.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/TestDataSetRegionSurfaceFilter.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/TestImageDataToUniformGrid.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/TestLinearToQuadraticCellsFilter.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/TestProjectSphereFilter.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/TestStructuredAMRNeighbor.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/TestUniformGridGhostDataGenerator.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/TestUnstructuredGridGeometryFilter.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/TestUnstructuredGridGeometryFilterGhostCells.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/TestGeometryFilterCellData.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/TestStructuredAMRGridConnectivity.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/TestStructuredGridConnectivity.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/TestStructuredGridGhostDataGenerator.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/UnitTestDataSetSurfaceFilter.cxx.o [ 47%] Building CXX object Filters/Geometry/Testing/Cxx/CMakeFiles/vtkFiltersGeometryCxxTests.dir/UnitTestProjectSphereFilter.cxx.o [ 47%] Linking CXX executable ../../../../bin/vtkFiltersGeometryCxxTests [ 47%] Built target vtkFiltersGeometryCxxTests [ 47%] For vtkImagingStencil - updating vtkImagingStencilHierarchy.txt Scanning dependencies of target vtkImagingStencil [ 47%] Building CXX object Imaging/Stencil/CMakeFiles/vtkImagingStencil.dir/vtkImageStencil.cxx.o [ 47%] Building CXX object Imaging/Stencil/CMakeFiles/vtkImagingStencil.dir/vtkImageStencilToImage.cxx.o [ 47%] Building CXX object Imaging/Stencil/CMakeFiles/vtkImagingStencil.dir/vtkImageToImageStencil.cxx.o [ 47%] Building CXX object Imaging/Stencil/CMakeFiles/vtkImagingStencil.dir/vtkImplicitFunctionToImageStencil.cxx.o [ 47%] Building CXX object Imaging/Stencil/CMakeFiles/vtkImagingStencil.dir/vtkLassoStencilSource.cxx.o [ 47%] Building CXX object Imaging/Stencil/CMakeFiles/vtkImagingStencil.dir/vtkPolyDataToImageStencil.cxx.o [ 47%] Building CXX object Imaging/Stencil/CMakeFiles/vtkImagingStencil.dir/vtkROIStencilSource.cxx.o [ 47%] Linking CXX shared library ../../lib/libvtkImagingStencil-7.1.so [ 47%] Built target vtkImagingStencil Scanning dependencies of target vtkFiltersHybridCxxTests [ 47%] Building CXX object Filters/Hybrid/Testing/Cxx/CMakeFiles/vtkFiltersHybridCxxTests.dir/vtkFiltersHybridCxxTests.cxx.o [ 47%] Building CXX object Filters/Hybrid/Testing/Cxx/CMakeFiles/vtkFiltersHybridCxxTests.dir/TemporalStatistics.cxx.o [ 48%] Building CXX object Filters/Hybrid/Testing/Cxx/CMakeFiles/vtkFiltersHybridCxxTests.dir/TestBSplineTransform.cxx.o [ 48%] Building CXX object Filters/Hybrid/Testing/Cxx/CMakeFiles/vtkFiltersHybridCxxTests.dir/TestDepthSortPolyData.cxx.o [ 48%] Building CXX object Filters/Hybrid/Testing/Cxx/CMakeFiles/vtkFiltersHybridCxxTests.dir/TestForceTime.cxx.o [ 48%] Building CXX object Filters/Hybrid/Testing/Cxx/CMakeFiles/vtkFiltersHybridCxxTests.dir/TestPolyDataSilhouette.cxx.o [ 48%] Building CXX object Filters/Hybrid/Testing/Cxx/CMakeFiles/vtkFiltersHybridCxxTests.dir/TestProcrustesAlignmentFilter.cxx.o [ 48%] Building CXX object Filters/Hybrid/Testing/Cxx/CMakeFiles/vtkFiltersHybridCxxTests.dir/TestTemporalArrayOperatorFilter.cxx.o [ 48%] Building CXX object Filters/Hybrid/Testing/Cxx/CMakeFiles/vtkFiltersHybridCxxTests.dir/TestTemporalCacheSimple.cxx.o [ 48%] Building CXX object Filters/Hybrid/Testing/Cxx/CMakeFiles/vtkFiltersHybridCxxTests.dir/TestTemporalCacheTemporal.cxx.o [ 48%] Building CXX object Filters/Hybrid/Testing/Cxx/CMakeFiles/vtkFiltersHybridCxxTests.dir/TestTemporalFractal.cxx.o [ 48%] Linking CXX executable ../../../../bin/vtkFiltersHybridCxxTests [ 48%] Built target vtkFiltersHybridCxxTests [ 48%] For vtkFiltersHyperTree - updating vtkFiltersHyperTreeHierarchy.txt Scanning dependencies of target vtkFiltersHyperTree [ 48%] Building CXX object Filters/HyperTree/CMakeFiles/vtkFiltersHyperTree.dir/vtkClipHyperOctree.cxx.o [ 48%] Building CXX object Filters/HyperTree/CMakeFiles/vtkFiltersHyperTree.dir/vtkHyperTreeGridAxisCut.cxx.o [ 48%] Building CXX object Filters/HyperTree/CMakeFiles/vtkFiltersHyperTree.dir/vtkHyperTreeGridGeometry.cxx.o [ 48%] Building CXX object Filters/HyperTree/CMakeFiles/vtkFiltersHyperTree.dir/vtkHyperTreeGridToUnstructuredGrid.cxx.o [ 48%] Building CXX object Filters/HyperTree/CMakeFiles/vtkFiltersHyperTree.dir/vtkHyperOctreeClipCutPointsGrabber.cxx.o [ 48%] Building CXX object Filters/HyperTree/CMakeFiles/vtkFiltersHyperTree.dir/vtkHyperOctreeContourFilter.cxx.o [ 48%] Building CXX object Filters/HyperTree/CMakeFiles/vtkFiltersHyperTree.dir/vtkHyperOctreeCutter.cxx.o [ 48%] Building CXX object Filters/HyperTree/CMakeFiles/vtkFiltersHyperTree.dir/vtkHyperOctreeDepth.cxx.o [ 48%] Building CXX object Filters/HyperTree/CMakeFiles/vtkFiltersHyperTree.dir/vtkHyperOctreeDualGridContourFilter.cxx.o [ 48%] Building CXX object Filters/HyperTree/CMakeFiles/vtkFiltersHyperTree.dir/vtkHyperOctreeLimiter.cxx.o [ 48%] Building CXX object Filters/HyperTree/CMakeFiles/vtkFiltersHyperTree.dir/vtkHyperOctreeSampleFunction.cxx.o [ 48%] Building CXX object Filters/HyperTree/CMakeFiles/vtkFiltersHyperTree.dir/vtkHyperOctreeSurfaceFilter.cxx.o [ 48%] Building CXX object Filters/HyperTree/CMakeFiles/vtkFiltersHyperTree.dir/vtkHyperOctreeToUniformGridFilter.cxx.o [ 48%] Linking CXX shared library ../../lib/libvtkFiltersHyperTree-7.1.so [ 48%] Built target vtkFiltersHyperTree Scanning dependencies of target vtkFiltersHyperTreeCxxTests [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/vtkFiltersHyperTreeCxxTests.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestClipHyperOctree.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperOctreeContourFilter.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperOctreeCutter.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperOctreeDual.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperOctreeSurfaceFilter.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperOctreeToUniformGrid.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridBinary2D.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridBinary2DIJK.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridBinary2DMaterial.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridBinary2DMaterialIJK.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridBinaryEllipseMaterial.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridBinaryHyperbolicParaboloidMaterial.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary2D.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary2DMaterial.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary2DMaterialBits.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary2DFullMaterialBits.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary2DBiMaterial.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary3DAxisCut.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary3DAxisCutMaterial.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary3DContour.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary3DContourMaterial.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary3DClip.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary3DCut.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary3DGeometry.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary3DGeometryMaterial.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary3DGeometryMaterialBits.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary3DGeometryLargeMaterialBits.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary3DUnstructured.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernary3DUnstructuredMaterial.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernaryHyperbola.cxx.o [ 48%] Building CXX object Filters/HyperTree/Testing/Cxx/CMakeFiles/vtkFiltersHyperTreeCxxTests.dir/TestHyperTreeGridTernarySphereMaterial.cxx.o [ 48%] Linking CXX executable ../../../../bin/vtkFiltersHyperTreeCxxTests [ 48%] Built target vtkFiltersHyperTreeCxxTests Scanning dependencies of target vtkFiltersModelingCxxTests [ 48%] Building CXX object Filters/Modeling/Testing/Cxx/CMakeFiles/vtkFiltersModelingCxxTests.dir/vtkFiltersModelingCxxTests.cxx.o [ 48%] Building CXX object Filters/Modeling/Testing/Cxx/CMakeFiles/vtkFiltersModelingCxxTests.dir/TestButterflyScalars.cxx.o [ 48%] Building CXX object Filters/Modeling/Testing/Cxx/CMakeFiles/vtkFiltersModelingCxxTests.dir/TestNamedColorsIntegration.cxx.o [ 48%] Building CXX object Filters/Modeling/Testing/Cxx/CMakeFiles/vtkFiltersModelingCxxTests.dir/TestPolyDataPointSampler.cxx.o [ 48%] Building CXX object Filters/Modeling/Testing/Cxx/CMakeFiles/vtkFiltersModelingCxxTests.dir/TestQuadRotationalExtrusion.cxx.o [ 48%] Building CXX object Filters/Modeling/Testing/Cxx/CMakeFiles/vtkFiltersModelingCxxTests.dir/TestQuadRotationalExtrusionMultiBlock.cxx.o [ 48%] Building CXX object Filters/Modeling/Testing/Cxx/CMakeFiles/vtkFiltersModelingCxxTests.dir/TestRotationalExtrusion.cxx.o [ 48%] Building CXX object Filters/Modeling/Testing/Cxx/CMakeFiles/vtkFiltersModelingCxxTests.dir/TestSelectEnclosedPoints.cxx.o [ 48%] Building CXX object Filters/Modeling/Testing/Cxx/CMakeFiles/vtkFiltersModelingCxxTests.dir/TestVolumeOfRevolutionFilter.cxx.o [ 48%] Building CXX object Filters/Modeling/Testing/Cxx/CMakeFiles/vtkFiltersModelingCxxTests.dir/UnitTestSubdivisionFilters.cxx.o [ 48%] Linking CXX executable ../../../../bin/vtkFiltersModelingCxxTests [ 48%] Built target vtkFiltersModelingCxxTests [ 48%] For vtkFiltersParallel - updating vtkFiltersParallelHierarchy.txt Scanning dependencies of target vtkFiltersParallel [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkAggregateDataSetFilter.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkAngularPeriodicFilter.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkCollectGraph.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkCollectPolyData.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkCollectTable.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkCutMaterial.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkDuplicatePolyData.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkExtractCTHPart.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkExtractPolyDataPiece.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkExtractUnstructuredGridPiece.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkExtractUserDefinedPiece.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPCellDataToPointData.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPExtractArraysOverTime.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPeriodicFilter.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPKdTree.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPLinearExtrusionFilter.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPMaskPoints.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPOutlineCornerFilter.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPOutlineFilter.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPOutlineFilterInternals.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPPolyDataNormals.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPProbeFilter.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPProjectSphereFilter.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPReflectionFilter.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPResampleFilter.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPSphereSource.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPYoungsMaterialInterface.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPassThroughFilter.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPieceRequestFilter.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPieceScalars.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkPipelineSize.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkProcessIdScalars.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkRectilinearGridOutlineFilter.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkTransmitPolyDataPiece.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkTransmitStructuredDataPiece.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkTransmitRectilinearGridPiece.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkTransmitStructuredGridPiece.cxx.o [ 48%] Building CXX object Filters/Parallel/CMakeFiles/vtkFiltersParallel.dir/vtkTransmitUnstructuredGridPiece.cxx.o [ 48%] Linking CXX shared library ../../lib/libvtkFiltersParallel-7.1.so [ 48%] Built target vtkFiltersParallel [ 48%] For vtkFiltersParallelImaging - updating vtkFiltersParallelImagingHierarchy.txt Scanning dependencies of target vtkFiltersParallelImaging [ 48%] Building CXX object Filters/ParallelImaging/CMakeFiles/vtkFiltersParallelImaging.dir/vtkPComputeHistogram2DOutliers.cxx.o [ 48%] Building CXX object Filters/ParallelImaging/CMakeFiles/vtkFiltersParallelImaging.dir/vtkPExtractHistogram2D.cxx.o [ 48%] Building CXX object Filters/ParallelImaging/CMakeFiles/vtkFiltersParallelImaging.dir/vtkPPairwiseExtractHistogram2D.cxx.o [ 48%] Building CXX object Filters/ParallelImaging/CMakeFiles/vtkFiltersParallelImaging.dir/vtkExtractPiece.cxx.o [ 48%] Building CXX object Filters/ParallelImaging/CMakeFiles/vtkFiltersParallelImaging.dir/vtkMemoryLimitImageDataStreamer.cxx.o [ 48%] Building CXX object Filters/ParallelImaging/CMakeFiles/vtkFiltersParallelImaging.dir/vtkTransmitImageDataPiece.cxx.o [ 48%] Linking CXX shared library ../../lib/ libvtkFiltersParallelImaging-7.1.so [ 48%] Built target vtkFiltersParallelImaging [ 48%] For vtkFiltersPoints - updating vtkFiltersPointsHierarchy.txt Scanning dependencies of target vtkFiltersPoints [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkBoundedPointSource.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkDensifyPointCloudFilter.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkEllipsoidalGaussianKernel.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkEuclideanClusterExtraction.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkExtractHierarchicalBins.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkExtractPointCloudPiece.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkExtractPoints.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkExtractSurface.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkFitImplicitFunction.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkGaussianKernel.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkGeneralizedKernel.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkHierarchicalBinningFilter.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkInterpolationKernel.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkLinearKernel.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkMaskPointsFilter.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkPCACurvatureEstimation.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkPCANormalEstimation.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkPointDensityFilter.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkPointCloudFilter.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkPointInterpolator.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkPointInterpolator2D.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkPointOccupancyFilter.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkProbabilisticVoronoiKernel.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkRadiusOutlierRemoval.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkSPHInterpolator.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkSPHCubicKernel.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkSPHKernel.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkSPHQuarticKernel.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkSPHQuinticKernel.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkShepardKernel.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkSignedDistance.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkStatisticalOutlierRemoval.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkUnsignedDistance.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkVoxelGrid.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkVoronoiKernel.cxx.o [ 48%] Building CXX object Filters/Points/CMakeFiles/vtkFiltersPoints.dir/vtkWendlandQuinticKernel.cxx.o [ 48%] Linking CXX shared library ../../lib/libvtkFiltersPoints-7.1.so [ 48%] Built target vtkFiltersPoints Scanning dependencies of target vtkFiltersPointsCxxTests [ 48%] Building CXX object Filters/Points/Testing/Cxx/CMakeFiles/vtkFiltersPointsCxxTests.dir/vtkFiltersPointsCxxTests.cxx.o [ 48%] Building CXX object Filters/Points/Testing/Cxx/CMakeFiles/vtkFiltersPointsCxxTests.dir/UnitTestKernels.cxx.o [ 48%] Building CXX object Filters/Points/Testing/Cxx/CMakeFiles/vtkFiltersPointsCxxTests.dir/TestSPHKernels.cxx.o [ 48%] Building CXX object Filters/Points/Testing/Cxx/CMakeFiles/vtkFiltersPointsCxxTests.dir/PlotSPHKernels.cxx.o [ 48%] Building CXX object Filters/Points/Testing/Cxx/CMakeFiles/vtkFiltersPointsCxxTests.dir/TestPointCloudFilterArrays.cxx.o [ 48%] Linking CXX executable ../../../../bin/vtkFiltersPointsCxxTests [ 48%] Built target vtkFiltersPointsCxxTests [ 48%] For vtkFiltersProgrammable - updating vtkFiltersProgrammableHierarchy.txt Scanning dependencies of target vtkFiltersProgrammable [ 48%] Building CXX object Filters/Programmable/CMakeFiles/vtkFiltersProgrammable.dir/vtkProgrammableAttributeDataFilter.cxx.o [ 48%] Building CXX object Filters/Programmable/CMakeFiles/vtkFiltersProgrammable.dir/vtkProgrammableFilter.cxx.o [ 48%] Building CXX object Filters/Programmable/CMakeFiles/vtkFiltersProgrammable.dir/vtkProgrammableGlyphFilter.cxx.o [ 48%] Linking CXX shared library ../../lib/libvtkFiltersProgrammable-7.1.so [ 48%] Built target vtkFiltersProgrammable Scanning dependencies of target vtkFiltersProgrammableCxxTests [ 48%] Building CXX object Filters/Programmable/Testing/Cxx/CMakeFiles/vtkFiltersProgrammableCxxTests.dir/vtkFiltersProgrammableCxxTests.cxx.o [ 48%] Building CXX object Filters/Programmable/Testing/Cxx/CMakeFiles/vtkFiltersProgrammableCxxTests.dir/TestProgrammableGlyph.cxx.o [ 48%] Linking CXX executable ../../../../bin/vtkFiltersProgrammableCxxTests [ 48%] Built target vtkFiltersProgrammableCxxTests [ 48%] Built target vtkWrapTcl [ 48%] Built target vtkParseJava [ 48%] Built target vtkWrapPython [ 48%] Built target vtkWrapPythonInit [ 48%] Built target vtkWrapTclInit [ 48%] Built target vtkWrapJava [ 49%] Built target vtkWrappingPythonCore [ 49%] For vtkFiltersPython - updating vtkFiltersPythonHierarchy.txt Scanning dependencies of target vtkFiltersPython [ 49%] Building CXX object Filters/Python/CMakeFiles/vtkFiltersPython.dir/vtkPythonAlgorithm.cxx.o [ 49%] Linking CXX shared library ../../lib/libvtkFiltersPython-7.1.so [ 49%] Built target vtkFiltersPython [ 49%] For vtkFiltersSMP - updating vtkFiltersSMPHierarchy.txt Scanning dependencies of target vtkFiltersSMP [ 49%] Building CXX object Filters/SMP/CMakeFiles/vtkFiltersSMP.dir/vtkSMPContourGrid.cxx.o [ 49%] Building CXX object Filters/SMP/CMakeFiles/vtkFiltersSMP.dir/vtkSMPContourGridManyPieces.cxx.o [ 49%] Building CXX object Filters/SMP/CMakeFiles/vtkFiltersSMP.dir/vtkSMPMergePoints.cxx.o [ 49%] Building CXX object Filters/SMP/CMakeFiles/vtkFiltersSMP.dir/vtkSMPMergePolyDataHelper.cxx.o [ 49%] Building CXX object Filters/SMP/CMakeFiles/vtkFiltersSMP.dir/vtkThreadedSynchronizedTemplates3D.cxx.o [ 49%] Building CXX object Filters/SMP/CMakeFiles/vtkFiltersSMP.dir/vtkThreadedSynchronizedTemplatesCutter3D.cxx.o [ 49%] Building CXX object Filters/SMP/CMakeFiles/vtkFiltersSMP.dir/vtkSMPTransform.cxx.o [ 49%] Building CXX object Filters/SMP/CMakeFiles/vtkFiltersSMP.dir/vtkSMPWarpVector.cxx.o [ 49%] Linking CXX shared library ../../lib/libvtkFiltersSMP-7.1.so [ 49%] Built target vtkFiltersSMP Scanning dependencies of target vtkFiltersSMPCxxTests [ 49%] Building CXX object Filters/SMP/Testing/Cxx/CMakeFiles/vtkFiltersSMPCxxTests.dir/vtkFiltersSMPCxxTests.cxx.o [ 49%] Building CXX object Filters/SMP/Testing/Cxx/CMakeFiles/vtkFiltersSMPCxxTests.dir/TestSMPContour.cxx.o [ 49%] Building CXX object Filters/SMP/Testing/Cxx/CMakeFiles/vtkFiltersSMPCxxTests.dir/TestThreadedSynchronizedTemplates3D.cxx.o [ 49%] Building CXX object Filters/SMP/Testing/Cxx/CMakeFiles/vtkFiltersSMPCxxTests.dir/TestThreadedSynchronizedTemplatesCutter3D.cxx.o [ 49%] Building CXX object Filters/SMP/Testing/Cxx/CMakeFiles/vtkFiltersSMPCxxTests.dir/TestSMPTransform.cxx.o [ 49%] Building CXX object Filters/SMP/Testing/Cxx/CMakeFiles/vtkFiltersSMPCxxTests.dir/TestSMPWarp.cxx.o [ 49%] Linking CXX executable ../../../../bin/vtkFiltersSMPCxxTests [ 49%] Built target vtkFiltersSMPCxxTests [ 49%] For vtkFiltersSelection - updating vtkFiltersSelectionHierarchy.txt Scanning dependencies of target vtkFiltersSelection [ 49%] Building CXX object Filters/Selection/CMakeFiles/vtkFiltersSelection.dir/vtkKdTreeSelector.cxx.o [ 49%] Building CXX object Filters/Selection/CMakeFiles/vtkFiltersSelection.dir/vtkLinearSelector.cxx.o [ 49%] Building CXX object Filters/Selection/CMakeFiles/vtkFiltersSelection.dir/vtkCellDistanceSelector.cxx.o [ 49%] Linking CXX shared library ../../lib/libvtkFiltersSelection-7.1.so [ 49%] Built target vtkFiltersSelection Scanning dependencies of target vtkFiltersSelectionCxxTests [ 49%] Building CXX object Filters/Selection/Testing/Cxx/CMakeFiles/vtkFiltersSelectionCxxTests.dir/vtkFiltersSelectionCxxTests.cxx.o [ 49%] Building CXX object Filters/Selection/Testing/Cxx/CMakeFiles/vtkFiltersSelectionCxxTests.dir/TestLinearSelector2D.cxx.o [ 49%] Building CXX object Filters/Selection/Testing/Cxx/CMakeFiles/vtkFiltersSelectionCxxTests.dir/TestCellDistanceSelector2D.cxx.o [ 49%] Building CXX object Filters/Selection/Testing/Cxx/CMakeFiles/vtkFiltersSelectionCxxTests.dir/TestCellDistanceSelector3D.cxx.o [ 49%] Building CXX object Filters/Selection/Testing/Cxx/CMakeFiles/vtkFiltersSelectionCxxTests.dir/TestLinearSelector3D.cxx.o [ 49%] Linking CXX executable ../../../../bin/vtkFiltersSelectionCxxTests [ 49%] Built target vtkFiltersSelectionCxxTests [ 49%] For vtkIONetCDF - updating vtkIONetCDFHierarchy.txt Scanning dependencies of target vtkIONetCDF [ 50%] Building CXX object IO/NetCDF/CMakeFiles/vtkIONetCDF.dir/vtkMPASReader.cxx.o [ 50%] Building CXX object IO/NetCDF/CMakeFiles/vtkIONetCDF.dir/vtkNetCDFCAMReader.cxx.o [ 50%] Building CXX object IO/NetCDF/CMakeFiles/vtkIONetCDF.dir/vtkNetCDFCFReader.cxx.o [ 50%] Building CXX object IO/NetCDF/CMakeFiles/vtkIONetCDF.dir/vtkNetCDFPOPReader.cxx.o [ 50%] Building CXX object IO/NetCDF/CMakeFiles/vtkIONetCDF.dir/vtkNetCDFReader.cxx.o [ 50%] Building CXX object IO/NetCDF/CMakeFiles/vtkIONetCDF.dir/vtkSLACParticleReader.cxx.o [ 50%] Building CXX object IO/NetCDF/CMakeFiles/vtkIONetCDF.dir/vtkSLACReader.cxx.o [ 50%] Linking CXX shared library ../../lib/libvtkIONetCDF-7.1.so [ 50%] Built target vtkIONetCDF [ 50%] Built target vtkjsoncpp [ 50%] For vtkIOParallel - updating vtkIOParallelHierarchy.txt Scanning dependencies of target vtkIOParallel [ 50%] Building CXX object IO/Parallel/CMakeFiles/vtkIOParallel.dir/vtkEnSightWriter.cxx.o [ 50%] Building CXX object IO/Parallel/CMakeFiles/vtkIOParallel.dir/vtkMultiBlockPLOT3DReader.cxx.o [ 50%] Building CXX object IO/Parallel/CMakeFiles/vtkIOParallel.dir/vtkMultiBlockPLOT3DReaderInternals.cxx.o [ 50%] Building CXX object IO/Parallel/CMakeFiles/vtkIOParallel.dir/vtkPlot3DMetaReader.cxx.o [ 50%] Building CXX object IO/Parallel/CMakeFiles/vtkIOParallel.dir/vtkPChacoReader.cxx.o [ 50%] Building CXX object IO/Parallel/CMakeFiles/vtkIOParallel.dir/vtkPDataSetReader.cxx.o [ 50%] Building CXX object IO/Parallel/CMakeFiles/vtkIOParallel.dir/vtkPDataSetWriter.cxx.o [ 50%] Building CXX object IO/Parallel/CMakeFiles/vtkIOParallel.dir/vtkPImageWriter.cxx.o [ 50%] Building CXX object IO/Parallel/CMakeFiles/vtkIOParallel.dir/vtkPOpenFOAMReader.cxx.o [ 50%] Building CXX object IO/Parallel/CMakeFiles/vtkIOParallel.dir/vtkPSLACReader.cxx.o [ 50%] Linking CXX shared library ../../lib/libvtkIOParallel-7.1.so [ 50%] Built target vtkIOParallel Scanning dependencies of target vtkFiltersSourcesCxxTests [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/vtkFiltersSourcesCxxTests.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestArcSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestConeSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestCubeSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestCylinderSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestDiskSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestEllipticalButtonSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestEllipseArcSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestFrustumSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestGlyphSource2D.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestLineSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestMultiBlock.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestOutlineCornerSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestOutlineSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestParametricFunctionSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestPlaneSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestPlatonicSolidSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestPointSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestPolyLineSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestRectangularButtonSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestRegularPolygonSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestSphereSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestSuperquadricSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestTessellatedBoxSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestTextSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestTexturedSphereSource.cxx.o [ 50%] Building CXX object Filters/Sources/Testing/Cxx/CMakeFiles/vtkFiltersSourcesCxxTests.dir/TestGlyphSource2DResolution.cxx.o [ 50%] Linking CXX executable ../../../../bin/vtkFiltersSourcesCxxTests [ 50%] Built target vtkFiltersSourcesCxxTests Scanning dependencies of target vtkFiltersStatisticsCxxTests [ 50%] Building CXX object Filters/Statistics/Testing/Cxx/CMakeFiles/vtkFiltersStatisticsCxxTests.dir/vtkFiltersStatisticsCxxTests.cxx.o [ 50%] Building CXX object Filters/Statistics/Testing/Cxx/CMakeFiles/vtkFiltersStatisticsCxxTests.dir/TestAutoCorrelativeStatistics.cxx.o [ 50%] Building CXX object Filters/Statistics/Testing/Cxx/CMakeFiles/vtkFiltersStatisticsCxxTests.dir/TestComputeQuartiles.cxx.o [ 50%] Building CXX object Filters/Statistics/Testing/Cxx/CMakeFiles/vtkFiltersStatisticsCxxTests.dir/TestContingencyStatistics.cxx.o [ 50%] Building CXX object Filters/Statistics/Testing/Cxx/CMakeFiles/vtkFiltersStatisticsCxxTests.dir/TestCorrelativeStatistics.cxx.o [ 50%] Building CXX object Filters/Statistics/Testing/Cxx/CMakeFiles/vtkFiltersStatisticsCxxTests.dir/TestDescriptiveStatistics.cxx.o [ 50%] Building CXX object Filters/Statistics/Testing/Cxx/CMakeFiles/vtkFiltersStatisticsCxxTests.dir/TestHighestDensityRegionsStatistics.cxx.o [ 50%] Building CXX object Filters/Statistics/Testing/Cxx/CMakeFiles/vtkFiltersStatisticsCxxTests.dir/TestExtractFunctionalBagPlot.cxx.o [ 50%] Building CXX object Filters/Statistics/Testing/Cxx/CMakeFiles/vtkFiltersStatisticsCxxTests.dir/TestKMeansStatistics.cxx.o [ 50%] Building CXX object Filters/Statistics/Testing/Cxx/CMakeFiles/vtkFiltersStatisticsCxxTests.dir/TestMultiCorrelativeStatistics.cxx.o [ 50%] Building CXX object Filters/Statistics/Testing/Cxx/CMakeFiles/vtkFiltersStatisticsCxxTests.dir/TestOrderStatistics.cxx.o [ 50%] Building CXX object Filters/Statistics/Testing/Cxx/CMakeFiles/vtkFiltersStatisticsCxxTests.dir/TestPCAStatistics.cxx.o [ 50%] Linking CXX executable ../../../../bin/vtkFiltersStatisticsCxxTests [ 50%] Built target vtkFiltersStatisticsCxxTests [ 50%] For vtkFiltersTexture - updating vtkFiltersTextureHierarchy.txt Scanning dependencies of target vtkFiltersTexture [ 50%] Building CXX object Filters/Texture/CMakeFiles/vtkFiltersTexture.dir/vtkTextureMapToCylinder.cxx.o [ 50%] Building CXX object Filters/Texture/CMakeFiles/vtkFiltersTexture.dir/vtkTextureMapToPlane.cxx.o [ 50%] Building CXX object Filters/Texture/CMakeFiles/vtkFiltersTexture.dir/vtkTextureMapToSphere.cxx.o [ 50%] Building CXX object Filters/Texture/CMakeFiles/vtkFiltersTexture.dir/vtkImplicitTextureCoords.cxx.o [ 50%] Building CXX object Filters/Texture/CMakeFiles/vtkFiltersTexture.dir/vtkThresholdTextureCoords.cxx.o [ 50%] Building CXX object Filters/Texture/CMakeFiles/vtkFiltersTexture.dir/vtkTransformTextureCoords.cxx.o [ 50%] Building CXX object Filters/Texture/CMakeFiles/vtkFiltersTexture.dir/vtkTriangularTCoords.cxx.o [ 50%] Linking CXX shared library ../../lib/libvtkFiltersTexture-7.1.so [ 50%] Built target vtkFiltersTexture [ 50%] For vtkFiltersTopology - updating vtkFiltersTopologyHierarchy.txt Scanning dependencies of target vtkFiltersTopology [ 50%] Building CXX object Filters/Topology/CMakeFiles/vtkFiltersTopology.dir/vtkFiberSurface.cxx.o [ 50%] Linking CXX shared library ../../lib/libvtkFiltersTopology-7.1.so [ 50%] Built target vtkFiltersTopology Scanning dependencies of target vtkFiltersTopologyCxxTests [ 50%] Building CXX object Filters/Topology/Testing/Cxx/CMakeFiles/vtkFiltersTopologyCxxTests.dir/vtkFiltersTopologyCxxTests.cxx.o [ 50%] Building CXX object Filters/Topology/Testing/Cxx/CMakeFiles/vtkFiltersTopologyCxxTests.dir/TestFiberSurface.cxx.o [ 50%] Linking CXX executable ../../../../bin/vtkFiltersTopologyCxxTests [ 50%] Built target vtkFiltersTopologyCxxTests [ 50%] Built target verdict [ 50%] For vtkFiltersVerdict - updating vtkFiltersVerdictHierarchy.txt Scanning dependencies of target vtkFiltersVerdict [ 50%] Building CXX object Filters/Verdict/CMakeFiles/vtkFiltersVerdict.dir/vtkCellQuality.cxx.o [ 50%] Building CXX object Filters/Verdict/CMakeFiles/vtkFiltersVerdict.dir/vtkCellSizeFilter.cxx.o [ 50%] Building CXX object Filters/Verdict/CMakeFiles/vtkFiltersVerdict.dir/vtkMatrixMathFilter.cxx.o [ 50%] Building CXX object Filters/Verdict/CMakeFiles/vtkFiltersVerdict.dir/vtkMeshQuality.cxx.o [ 50%] Linking CXX shared library ../../lib/libvtkFiltersVerdict-7.1.so [ 50%] Built target vtkFiltersVerdict Scanning dependencies of target vtkFiltersVerdictCxxTests [ 50%] Building CXX object Filters/Verdict/Testing/Cxx/CMakeFiles/vtkFiltersVerdictCxxTests.dir/vtkFiltersVerdictCxxTests.cxx.o [ 50%] Building CXX object Filters/Verdict/Testing/Cxx/CMakeFiles/vtkFiltersVerdictCxxTests.dir/CellSizeFilter.cxx.o [ 50%] Building CXX object Filters/Verdict/Testing/Cxx/CMakeFiles/vtkFiltersVerdictCxxTests.dir/MeshQuality.cxx.o [ 50%] Linking CXX executable ../../../../bin/vtkFiltersVerdictCxxTests [ 50%] Built target vtkFiltersVerdictCxxTests [ 50%] For vtkInfovisLayout - updating vtkInfovisLayoutHierarchy.txt Scanning dependencies of target vtkInfovisLayout [ 50%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkArcParallelEdgeStrategy.cxx.o [ 50%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkAreaLayout.cxx.o [ 50%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkAreaLayoutStrategy.cxx.o [ 50%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkAssignCoordinates.cxx.o [ 50%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkAssignCoordinatesLayoutStrategy.cxx.o [ 50%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkAttributeClustering2DLayoutStrategy.cxx.o [ 50%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkBoxLayoutStrategy.cxx.o [ 50%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkCirclePackFrontChainLayoutStrategy.cxx.o [ 50%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkCirclePackLayout.cxx.o [ 50%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkCirclePackLayoutStrategy.cxx.o [ 50%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkCirclePackToPolyData.cxx.o [ 50%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkCircularLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkClustering2DLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkCommunity2DLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkConeLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkConstrained2DLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkCosmicTreeLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkEdgeLayout.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkEdgeLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkFast2DLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkForceDirectedLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkGeoEdgeStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkGeoMath.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkGraphLayout.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkGraphLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkIncrementalForceLayout.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkPassThroughEdgeStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkPassThroughLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkPerturbCoincidentVertices.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkRandomLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkSimple2DLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkSimple3DCirclesStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkSliceAndDiceLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkSpanTreeLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkSplineGraphEdges.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkSquarifyLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkStackedTreeLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkTreeLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkTreeMapLayout.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkTreeMapLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkTreeMapToPolyData.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkTreeOrbitLayoutStrategy.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkTreeRingToPolyData.cxx.o [ 51%] Building CXX object Infovis/Layout/CMakeFiles/vtkInfovisLayout.dir/vtkKCoreLayout.cxx.o [ 51%] Linking CXX shared library ../../lib/libvtkInfovisLayout-7.1.so [ 51%] Built target vtkInfovisLayout [ 53%] Built target vtkproj4 [ 53%] For vtkGeovisCore - updating vtkGeovisCoreHierarchy.txt Scanning dependencies of target vtkGeovisCore [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkCompassRepresentation.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkCompassWidget.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoAdaptiveArcs.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoAlignedImageSource.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoArcs.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoAssignCoordinates.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoCamera.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoFileImageSource.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoFileTerrainSource.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoGlobeSource.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoGraticule.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoImageNode.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoInteractorStyle.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoProjection.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoProjectionSource.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoRandomGraphSource.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoSampleArcs.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoSource.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoSphereTransform.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoTerrain.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoTerrain2D.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoTerrainNode.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoTransform.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoTreeNode.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoTreeNodeCache.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGlobeSource.cxx.o [ 53%] Building CXX object Geovis/Core/CMakeFiles/vtkGeovisCore.dir/vtkGeoAlignedImageRepresentation.cxx.o [ 53%] Linking CXX shared library ../../lib/libvtkGeovisCore-7.1.so [ 53%] Built target vtkGeovisCore Scanning dependencies of target vtkIOAMRCxxTests [ 53%] Building CXX object IO/AMR/Testing/Cxx/CMakeFiles/vtkIOAMRCxxTests.dir/vtkIOAMRCxxTests.cxx.o [ 53%] Building CXX object IO/AMR/Testing/Cxx/CMakeFiles/vtkIOAMRCxxTests.dir/TestEnzoReader.cxx.o [ 53%] Linking CXX executable ../../../../bin/vtkIOAMRCxxTests [ 53%] Built target vtkIOAMRCxxTests Scanning dependencies of target vtkIOCoreCxxTests [ 53%] Building CXX object IO/Core/Testing/Cxx/CMakeFiles/vtkIOCoreCxxTests.dir/vtkIOCoreCxxTests.cxx.o [ 53%] Building CXX object IO/Core/Testing/Cxx/CMakeFiles/vtkIOCoreCxxTests.dir/TestArrayDataWriter.cxx.o [ 53%] Building CXX object IO/Core/Testing/Cxx/CMakeFiles/vtkIOCoreCxxTests.dir/TestArrayDenormalized.cxx.o [ 53%] Building CXX object IO/Core/Testing/Cxx/CMakeFiles/vtkIOCoreCxxTests.dir/TestArraySerialization.cxx.o [ 53%] Building CXX object IO/Core/Testing/Cxx/CMakeFiles/vtkIOCoreCxxTests.dir/TestCompressLZ4.cxx.o [ 53%] Building CXX object IO/Core/Testing/Cxx/CMakeFiles/vtkIOCoreCxxTests.dir/TestCompressZLib.cxx.o [ 53%] Linking CXX executable ../../../../bin/vtkIOCoreCxxTests [ 53%] Built target vtkIOCoreCxxTests [ 53%] For vtkIOEnSight - updating vtkIOEnSightHierarchy.txt Scanning dependencies of target vtkIOEnSight [ 53%] Building CXX object IO/EnSight/CMakeFiles/vtkIOEnSight.dir/vtkEnSight6BinaryReader.cxx.o [ 53%] Building CXX object IO/EnSight/CMakeFiles/vtkIOEnSight.dir/vtkEnSight6Reader.cxx.o [ 53%] Building CXX object IO/EnSight/CMakeFiles/vtkIOEnSight.dir/vtkEnSightGoldBinaryReader.cxx.o [ 53%] Building CXX object IO/EnSight/CMakeFiles/vtkIOEnSight.dir/vtkEnSightGoldReader.cxx.o [ 53%] Building CXX object IO/EnSight/CMakeFiles/vtkIOEnSight.dir/vtkEnSightMasterServerReader.cxx.o [ 53%] Building CXX object IO/EnSight/CMakeFiles/vtkIOEnSight.dir/vtkEnSightReader.cxx.o [ 53%] Building CXX object IO/EnSight/CMakeFiles/vtkIOEnSight.dir/vtkGenericEnSightReader.cxx.o [ 53%] Linking CXX shared library ../../lib/libvtkIOEnSight-7.1.so [ 53%] Built target vtkIOEnSight Scanning dependencies of target vtkIOExodusCxxTests [ 53%] Building CXX object IO/Exodus/Testing/Cxx/CMakeFiles/vtkIOExodusCxxTests.dir/vtkIOExodusCxxTests.cxx.o [ 53%] Building CXX object IO/Exodus/Testing/Cxx/CMakeFiles/vtkIOExodusCxxTests.dir/TestExodusAttributes.cxx.o [ 53%] Building CXX object IO/Exodus/Testing/Cxx/CMakeFiles/vtkIOExodusCxxTests.dir/TestExodusSideSets.cxx.o [ 53%] Building CXX object IO/Exodus/Testing/Cxx/CMakeFiles/vtkIOExodusCxxTests.dir/TestMultiBlockExodusWrite.cxx.o [ 53%] Linking CXX executable ../../../../bin/vtkIOExodusCxxTests [ 53%] Built target vtkIOExodusCxxTests [ 53%] Built target vtkgl2ps [ 53%] For vtkRenderingGL2PSOpenGL2 - updating vtkRenderingGL2PSOpenGL2Hierarchy.txt Scanning dependencies of target vtkRenderingGL2PSOpenGL2 [ 53%] Building CXX object Rendering/GL2PSOpenGL2/CMakeFiles/vtkRenderingGL2PSOpenGL2.dir/vtkOpenGLGL2PSHelperImpl.cxx.o [ 53%] Building CXX object Rendering/GL2PSOpenGL2/CMakeFiles/vtkRenderingGL2PSOpenGL2.dir/vtkRenderingGL2PSOpenGL2ObjectFactory.cxx.o [ 53%] Linking CXX shared library ../../lib/ libvtkRenderingGL2PSOpenGL2-7.1.so [ 53%] Built target vtkRenderingGL2PSOpenGL2 [ 54%] For vtkIOExport - updating vtkIOExportHierarchy.txt Scanning dependencies of target vtkIOExport [ 54%] Building CXX object IO/Export/CMakeFiles/vtkIOExport.dir/vtkExporter.cxx.o [ 54%] Building CXX object IO/Export/CMakeFiles/vtkIOExport.dir/vtkGL2PSExporter.cxx.o [ 54%] Building CXX object IO/Export/CMakeFiles/vtkIOExport.dir/vtkIVExporter.cxx.o [ 54%] Building CXX object IO/Export/CMakeFiles/vtkIOExport.dir/vtkOBJExporter.cxx.o [ 54%] Building CXX object IO/Export/CMakeFiles/vtkIOExport.dir/vtkOOGLExporter.cxx.o [ 54%] Building CXX object IO/Export/CMakeFiles/vtkIOExport.dir/vtkPOVExporter.cxx.o [ 54%] Building CXX object IO/Export/CMakeFiles/vtkIOExport.dir/vtkRIBExporter.cxx.o [ 54%] Building CXX object IO/Export/CMakeFiles/vtkIOExport.dir/vtkRIBLight.cxx.o [ 54%] Building CXX object IO/Export/CMakeFiles/vtkIOExport.dir/vtkRIBProperty.cxx.o [ 54%] Building CXX object IO/Export/CMakeFiles/vtkIOExport.dir/vtkVRMLExporter.cxx.o [ 54%] Building CXX object IO/Export/CMakeFiles/vtkIOExport.dir/vtkX3D.cxx.o [ 54%] Building CXX object IO/Export/CMakeFiles/vtkIOExport.dir/vtkX3DExporter.cxx.o [ 54%] Building CXX object IO/Export/CMakeFiles/vtkIOExport.dir/vtkX3DExporterFIWriter.cxx.o [ 54%] Building CXX object IO/Export/CMakeFiles/vtkIOExport.dir/vtkX3DExporterWriter.cxx.o [ 54%] Building CXX object IO/Export/CMakeFiles/vtkIOExport.dir/vtkX3DExporterXMLWriter.cxx.o [ 54%] Linking CXX shared library ../../lib/libvtkIOExport-7.1.so [ 54%] Built target vtkIOExport [ 54%] For vtkIOExportOpenGL2 - updating vtkIOExportOpenGL2Hierarchy.txt Scanning dependencies of target vtkIOExportOpenGL2 [ 54%] Building CXX object IO/ExportOpenGL2/CMakeFiles/vtkIOExportOpenGL2.dir/vtkOpenGLGL2PSExporter.cxx.o [ 54%] Building CXX object IO/ExportOpenGL2/CMakeFiles/vtkIOExportOpenGL2.dir/vtkIOExportOpenGL2ObjectFactory.cxx.o [ 54%] Linking CXX shared library ../../lib/libvtkIOExportOpenGL2-7.1.so [ 54%] Built target vtkIOExportOpenGL2 [ 54%] For vtkInteractionImage - updating vtkInteractionImageHierarchy.txt Scanning dependencies of target vtkInteractionImage [ 54%] Building CXX object Interaction/Image/CMakeFiles/vtkInteractionImage.dir/vtkImageViewer2.cxx.o [ 54%] Building CXX object Interaction/Image/CMakeFiles/vtkInteractionImage.dir/vtkImageViewer.cxx.o [ 54%] Building CXX object Interaction/Image/CMakeFiles/vtkInteractionImage.dir/vtkResliceImageViewer.cxx.o [ 54%] Building CXX object Interaction/Image/CMakeFiles/vtkInteractionImage.dir/vtkResliceImageViewerMeasurements.cxx.o [ 54%] Linking CXX shared library ../../lib/libvtkInteractionImage-7.1.so [ 54%] Built target vtkInteractionImage Scanning dependencies of target vtkIOExportCxxTests [ 54%] Building CXX object IO/Export/Testing/Cxx/CMakeFiles/vtkIOExportCxxTests.dir/vtkIOExportCxxTests.cxx.o [ 54%] Building CXX object IO/Export/Testing/Cxx/CMakeFiles/vtkIOExportCxxTests.dir/X3DTest.cxx.o [ 54%] Building CXX object IO/Export/Testing/Cxx/CMakeFiles/vtkIOExportCxxTests.dir/TestGL2PSBillboardTextActor3D.cxx.o [ 54%] Building CXX object IO/Export/Testing/Cxx/CMakeFiles/vtkIOExportCxxTests.dir/TestGL2PSScalarBar.cxx.o [ 54%] Building CXX object IO/Export/Testing/Cxx/CMakeFiles/vtkIOExportCxxTests.dir/TestGL2PSTextActor.cxx.o [ 54%] Building CXX object IO/Export/Testing/Cxx/CMakeFiles/vtkIOExportCxxTests.dir/TestGL2PSTextActor3D.cxx.o [ 54%] Building CXX object IO/Export/Testing/Cxx/CMakeFiles/vtkIOExportCxxTests.dir/TestGL2PSTextMapper.cxx.o [ 54%] Building CXX object IO/Export/Testing/Cxx/CMakeFiles/vtkIOExportCxxTests.dir/TestGL2PSLabeledDataMapper.cxx.o [ 54%] Building CXX object IO/Export/Testing/Cxx/CMakeFiles/vtkIOExportCxxTests.dir/TestStackedPlotGL2PS.cxx.o [ 54%] Building CXX object IO/Export/Testing/Cxx/CMakeFiles/vtkIOExportCxxTests.dir/TestGL2PSExporterRaster.cxx.o [ 54%] Building CXX object IO/Export/Testing/Cxx/CMakeFiles/vtkIOExportCxxTests.dir/TestGL2PSExporterMultipleRenderers.cxx.o [ 54%] Building CXX object IO/Export/Testing/Cxx/CMakeFiles/vtkIOExportCxxTests.dir/TestGL2PSExporterVolumeRaster.cxx.o [ 54%] Building CXX object IO/Export/Testing/Cxx/CMakeFiles/vtkIOExportCxxTests.dir/TestLinePlotGL2PS.cxx.o [ 54%] Building CXX object IO/Export/Testing/Cxx/CMakeFiles/vtkIOExportCxxTests.dir/TestRIBExporter.cxx.o [ 54%] Building CXX object IO/Export/Testing/Cxx/CMakeFiles/vtkIOExportCxxTests.dir/UnitTestRIB.cxx.o [ 54%] Linking CXX executable ../../../../bin/vtkIOExportCxxTests [ 54%] Built target vtkIOExportCxxTests Scanning dependencies of target vtkIOExportOpenGL2CxxTests [ 54%] Building CXX object IO/ExportOpenGL2/Testing/Cxx/CMakeFiles/vtkIOExportOpenGL2CxxTests.dir/vtkIOExportOpenGL2CxxTests.cxx.o [ 54%] Building CXX object IO/ExportOpenGL2/Testing/Cxx/CMakeFiles/vtkIOExportOpenGL2CxxTests.dir/TestGL2PSContext.cxx.o [ 54%] Linking CXX executable ../../../../bin/vtkIOExportOpenGL2CxxTests [ 54%] Built target vtkIOExportOpenGL2CxxTests Scanning dependencies of target vtkIOGeometryCxxTests [ 54%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/vtkIOGeometryCxxTests.cxx.o [ 54%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/TestDataObjectIO.cxx.o [ 54%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/TestIncrementalOctreePointLocator.cxx.o [ 54%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/UnstructuredGridCellGradients.cxx.o [ 55%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/UnstructuredGridFastGradients.cxx.o [ 55%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/UnstructuredGridGradients.cxx.o [ 55%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/TestOBJReaderRelative.cxx.o [ 55%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/TestOBJReaderNormalsTCoords.cxx.o [ 55%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/TestOpenFOAMReader.cxx.o [ 55%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/TestOpenFOAMReader64BitFloats.cxx.o [ 55%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/TestProStarReader.cxx.o [ 55%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/TestTecplotReader.cxx.o [ 55%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/TestAMRReadWrite.cxx.o [ 55%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/TestSimplePointsReaderWriter.cxx.o [ 55%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/TestHoudiniPolyDataWriter.cxx.o [ 55%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/UnitTestSTLWriter.cxx.o [ 55%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/TestSTLReader.cxx.o [ 55%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/TestPTSReader.cxx.o [ 55%] Building CXX object IO/Geometry/Testing/Cxx/CMakeFiles/vtkIOGeometryCxxTests.dir/TestAVSucdReader.cxx.o [ 55%] Linking CXX executable ../../../../bin/vtkIOGeometryCxxTests [ 55%] Built target vtkIOGeometryCxxTests Scanning dependencies of target vtkIOImageCxxTests [ 55%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/vtkIOImageCxxTests.cxx.o [ 55%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestNrrdReader.cxx.o [ 55%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestNIFTIReaderWriter.cxx.o [ 55%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestNIFTIReaderAnalyze.cxx.o [ 55%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestNIFTI2.cxx.o [ 55%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestDataObjectIO.cxx.o [ 55%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestMetaIO.cxx.o [ 56%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestImportExport.cxx.o [ 56%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestJPEGReader.cxx.o [ 56%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestDICOMImageReader.cxx.o [ 56%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestDICOMImageReaderFileCollection.cxx.o [ 56%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestBMPReader.cxx.o [ 56%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestBMPReaderDoNotAllow8BitBMP.cxx.o [ 56%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestTIFFReaderMultiple.cxx.o [ 56%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestTIFFReader.cxx.o [ 56%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestCompressedTIFFReader.cxx.o [ 56%] Building CXX object IO/Image/Testing/Cxx/CMakeFiles/vtkIOImageCxxTests.dir/TestWriteToMemory.cxx.o [ 56%] Linking CXX executable ../../../../bin/vtkIOImageCxxTests [ 56%] Built target vtkIOImageCxxTests [ 56%] For vtkIOImport - updating vtkIOImportHierarchy.txt Scanning dependencies of target vtkIOImport [ 56%] Building CXX object IO/Import/CMakeFiles/vtkIOImport.dir/vtk3DSImporter.cxx.o [ 56%] Building CXX object IO/Import/CMakeFiles/vtkIOImport.dir/vtkImporter.cxx.o [ 56%] Building CXX object IO/Import/CMakeFiles/vtkIOImport.dir/vtkVRMLImporter.cxx.o [ 56%] Building CXX object IO/Import/CMakeFiles/vtkIOImport.dir/vtkOBJImporter.cxx.o [ 56%] Building CXX object IO/Import/CMakeFiles/vtkIOImport.dir/vtkOBJImporterInternals.cxx.o [ 56%] Linking CXX shared library ../../lib/libvtkIOImport-7.1.so [ 56%] Built target vtkIOImport Scanning dependencies of target vtkimportobj [ 56%] Building CXX object IO/Import/Testing/Cxx/CMakeFiles/vtkimportobj.dir/OBJImporter.cxx.o [ 56%] Linking CXX executable ../../../../bin/vtkimportobj [ 56%] Built target vtkimportobj Scanning dependencies of target vtkIOImportCxxTests [ 56%] Building CXX object IO/Import/Testing/Cxx/CMakeFiles/vtkIOImportCxxTests.dir/vtkIOImportCxxTests.cxx.o [ 56%] Building CXX object IO/Import/Testing/Cxx/CMakeFiles/vtkIOImportCxxTests.dir/TestVRMLNormals.cxx.o [ 56%] Building CXX object IO/Import/Testing/Cxx/CMakeFiles/vtkIOImportCxxTests.dir/TestVRMLImporter.cxx.o [ 56%] Building CXX object IO/Import/Testing/Cxx/CMakeFiles/vtkIOImportCxxTests.dir/TestOBJImporter.cxx.o [ 56%] Linking CXX executable ../../../../bin/vtkIOImportCxxTests [ 56%] Built target vtkIOImportCxxTests Scanning dependencies of target vtkIOInfovisCxxTests [ 56%] Building CXX object IO/Infovis/Testing/Cxx/CMakeFiles/vtkIOInfovisCxxTests.dir/vtkIOInfovisCxxTests.cxx.o [ 56%] Building CXX object IO/Infovis/Testing/Cxx/CMakeFiles/vtkIOInfovisCxxTests.dir/TestBiomTableReader.cxx.o [ 56%] Building CXX object IO/Infovis/Testing/Cxx/CMakeFiles/vtkIOInfovisCxxTests.dir/TestDIMACSGraphReader.cxx.o [ 56%] Building CXX object IO/Infovis/Testing/Cxx/CMakeFiles/vtkIOInfovisCxxTests.dir/TestDataObjectIO.cxx.o [ 56%] Building CXX object IO/Infovis/Testing/Cxx/CMakeFiles/vtkIOInfovisCxxTests.dir/TestISIReader.cxx.o [ 56%] Building CXX object IO/Infovis/Testing/Cxx/CMakeFiles/vtkIOInfovisCxxTests.dir/TestFixedWidthTextReader.cxx.o [ 56%] Building CXX object IO/Infovis/Testing/Cxx/CMakeFiles/vtkIOInfovisCxxTests.dir/TestNewickTreeReader.cxx.o [ 56%] Building CXX object IO/Infovis/Testing/Cxx/CMakeFiles/vtkIOInfovisCxxTests.dir/TestNewickTreeWriter.cxx.o [ 56%] Building CXX object IO/Infovis/Testing/Cxx/CMakeFiles/vtkIOInfovisCxxTests.dir/TestMultiNewickTreeReader.cxx.o [ 56%] Building CXX object IO/Infovis/Testing/Cxx/CMakeFiles/vtkIOInfovisCxxTests.dir/TestPhyloXMLTreeReadWrite.cxx.o [ 56%] Building CXX object IO/Infovis/Testing/Cxx/CMakeFiles/vtkIOInfovisCxxTests.dir/TestRISReader.cxx.o [ 56%] Building CXX object IO/Infovis/Testing/Cxx/CMakeFiles/vtkIOInfovisCxxTests.dir/TestTulipReaderProperties.cxx.o [ 56%] Building CXX object IO/Infovis/Testing/Cxx/CMakeFiles/vtkIOInfovisCxxTests.dir/TestDelimitedTextReader2.cxx.o [ 56%] Linking CXX executable ../../../../bin/vtkIOInfovisCxxTests [ 56%] Built target vtkIOInfovisCxxTests [ 56%] For vtkIOLSDyna - updating vtkIOLSDynaHierarchy.txt Scanning dependencies of target vtkIOLSDyna [ 56%] Building CXX object IO/LSDyna/CMakeFiles/vtkIOLSDyna.dir/vtkLSDynaPart.cxx.o [ 56%] Building CXX object IO/LSDyna/CMakeFiles/vtkIOLSDyna.dir/vtkLSDynaPartCollection.cxx.o [ 56%] Building CXX object IO/LSDyna/CMakeFiles/vtkIOLSDyna.dir/vtkLSDynaReader.cxx.o [ 56%] Building CXX object IO/LSDyna/CMakeFiles/vtkIOLSDyna.dir/vtkLSDynaSummaryParser.cxx.o [ 56%] Building CXX object IO/LSDyna/CMakeFiles/vtkIOLSDyna.dir/private/LSDynaFamily.cxx.o [ 56%] Building CXX object IO/LSDyna/CMakeFiles/vtkIOLSDyna.dir/private/LSDynaMetaData.cxx.o [ 56%] Linking CXX shared library ../../lib/libvtkIOLSDyna-7.1.so [ 56%] Built target vtkIOLSDyna Scanning dependencies of target vtkIOLegacyCxxTests [ 56%] Building CXX object IO/Legacy/Testing/Cxx/CMakeFiles/vtkIOLegacyCxxTests.dir/vtkIOLegacyCxxTests.cxx.o [ 56%] Building CXX object IO/Legacy/Testing/Cxx/CMakeFiles/vtkIOLegacyCxxTests.dir/TestLegacyCompositeDataReaderWriter.cxx.o [ 56%] Building CXX object IO/Legacy/Testing/Cxx/CMakeFiles/vtkIOLegacyCxxTests.dir/TestLegacyGhostCellsImport.cxx.o [ 56%] Building CXX object IO/Legacy/Testing/Cxx/CMakeFiles/vtkIOLegacyCxxTests.dir/TestLegacyArrayMetaData.cxx.o [ 57%] Linking CXX executable ../../../../bin/vtkIOLegacyCxxTests [ 57%] Built target vtkIOLegacyCxxTests [ 57%] For vtkIOMINC - updating vtkIOMINCHierarchy.txt Scanning dependencies of target vtkIOMINC [ 57%] Building CXX object IO/MINC/CMakeFiles/vtkIOMINC.dir/vtkMINCImageAttributes.cxx.o [ 57%] Building CXX object IO/MINC/CMakeFiles/vtkIOMINC.dir/vtkMINCImageReader.cxx.o [ 57%] Building CXX object IO/MINC/CMakeFiles/vtkIOMINC.dir/vtkMINCImageWriter.cxx.o [ 57%] Building CXX object IO/MINC/CMakeFiles/vtkIOMINC.dir/vtkMNIObjectReader.cxx.o [ 57%] Building CXX object IO/MINC/CMakeFiles/vtkIOMINC.dir/vtkMNIObjectWriter.cxx.o [ 57%] Building CXX object IO/MINC/CMakeFiles/vtkIOMINC.dir/vtkMNITagPointReader.cxx.o [ 57%] Building CXX object IO/MINC/CMakeFiles/vtkIOMINC.dir/vtkMNITagPointWriter.cxx.o [ 57%] Building CXX object IO/MINC/CMakeFiles/vtkIOMINC.dir/vtkMNITransformReader.cxx.o [ 57%] Building CXX object IO/MINC/CMakeFiles/vtkIOMINC.dir/vtkMNITransformWriter.cxx.o [ 57%] Linking CXX shared library ../../lib/libvtkIOMINC-7.1.so [ 57%] Built target vtkIOMINC [ 57%] Built target vtkoggtheora [ 57%] For vtkIOMovie - updating vtkIOMovieHierarchy.txt Scanning dependencies of target vtkIOMovie [ 57%] Building CXX object IO/Movie/CMakeFiles/vtkIOMovie.dir/vtkGenericMovieWriter.cxx.o [ 57%] Building CXX object IO/Movie/CMakeFiles/vtkIOMovie.dir/vtkOggTheoraWriter.cxx.o [ 57%] Linking CXX shared library ../../lib/libvtkIOMovie-7.1.so [ 57%] Built target vtkIOMovie Scanning dependencies of target vtkIOMovieCxxTests [ 57%] Building CXX object IO/Movie/Testing/Cxx/CMakeFiles/vtkIOMovieCxxTests.dir/vtkIOMovieCxxTests.cxx.o [ 57%] Building CXX object IO/Movie/Testing/Cxx/CMakeFiles/vtkIOMovieCxxTests.dir/TestOggTheoraWriter.cxx.o [ 57%] Linking CXX executable ../../../../bin/vtkIOMovieCxxTests [ 57%] Built target vtkIOMovieCxxTests [ 57%] For vtkIOPLY - updating vtkIOPLYHierarchy.txt Scanning dependencies of target vtkIOPLY [ 57%] Building CXX object IO/PLY/CMakeFiles/vtkIOPLY.dir/vtkPLY.cxx.o [ 57%] Building CXX object IO/PLY/CMakeFiles/vtkIOPLY.dir/vtkPLYReader.cxx.o [ 57%] Building CXX object IO/PLY/CMakeFiles/vtkIOPLY.dir/vtkPLYWriter.cxx.o [ 57%] Linking CXX shared library ../../lib/libvtkIOPLY-7.1.so [ 57%] Built target vtkIOPLY Scanning dependencies of target vtkIOPLYCxxTests [ 57%] Building CXX object IO/PLY/Testing/Cxx/CMakeFiles/vtkIOPLYCxxTests.dir/vtkIOPLYCxxTests.cxx.o [ 57%] Building CXX object IO/PLY/Testing/Cxx/CMakeFiles/vtkIOPLYCxxTests.dir/TestPLYReader.cxx.o [ 57%] Building CXX object IO/PLY/Testing/Cxx/CMakeFiles/vtkIOPLYCxxTests.dir/TestPLYReaderIntensity.cxx.o [ 57%] Building CXX object IO/PLY/Testing/Cxx/CMakeFiles/vtkIOPLYCxxTests.dir/TestPLYReaderPointCloud.cxx.o [ 57%] Building CXX object IO/PLY/Testing/Cxx/CMakeFiles/vtkIOPLYCxxTests.dir/TestPLYReaderTextureUV.cxx.o [ 57%] Building CXX object IO/PLY/Testing/Cxx/CMakeFiles/vtkIOPLYCxxTests.dir/TestPLYWriter.cxx.o [ 57%] Linking CXX executable ../../../../bin/vtkIOPLYCxxTests [ 57%] Built target vtkIOPLYCxxTests [ 57%] For vtkIOParallelXML - updating vtkIOParallelXMLHierarchy.txt Scanning dependencies of target vtkIOParallelXML [ 57%] Building CXX object IO/ParallelXML/CMakeFiles/vtkIOParallelXML.dir/vtkXMLPDataSetWriter.cxx.o [ 57%] Building CXX object IO/ParallelXML/CMakeFiles/vtkIOParallelXML.dir/vtkXMLPDataWriter.cxx.o [ 57%] Building CXX object IO/ParallelXML/CMakeFiles/vtkIOParallelXML.dir/vtkXMLPImageDataWriter.cxx.o [ 57%] Building CXX object IO/ParallelXML/CMakeFiles/vtkIOParallelXML.dir/vtkXMLPPolyDataWriter.cxx.o [ 57%] Building CXX object IO/ParallelXML/CMakeFiles/vtkIOParallelXML.dir/vtkXMLPRectilinearGridWriter.cxx.o [ 57%] Building CXX object IO/ParallelXML/CMakeFiles/vtkIOParallelXML.dir/vtkXMLPStructuredDataWriter.cxx.o [ 57%] Building CXX object IO/ParallelXML/CMakeFiles/vtkIOParallelXML.dir/vtkXMLPStructuredGridWriter.cxx.o [ 57%] Building CXX object IO/ParallelXML/CMakeFiles/vtkIOParallelXML.dir/vtkXMLPUnstructuredDataWriter.cxx.o [ 57%] Building CXX object IO/ParallelXML/CMakeFiles/vtkIOParallelXML.dir/vtkXMLPUnstructuredGridWriter.cxx.o [ 57%] Building CXX object IO/ParallelXML/CMakeFiles/vtkIOParallelXML.dir/vtkXMLPHierarchicalBoxDataWriter.cxx.o [ 57%] Building CXX object IO/ParallelXML/CMakeFiles/vtkIOParallelXML.dir/vtkXMLPMultiBlockDataWriter.cxx.o [ 57%] Building CXX object IO/ParallelXML/CMakeFiles/vtkIOParallelXML.dir/vtkXMLPUniformGridAMRWriter.cxx.o [ 57%] Linking CXX shared library ../../lib/libvtkIOParallelXML-7.1.so [ 57%] Built target vtkIOParallelXML [ 57%] Built target vtksqlite [ 57%] For vtkIOSQL - updating vtkIOSQLHierarchy.txt Scanning dependencies of target vtkIOSQL [ 57%] Building CXX object IO/SQL/CMakeFiles/vtkIOSQL.dir/vtkDatabaseToTableReader.cxx.o [ 57%] Building CXX object IO/SQL/CMakeFiles/vtkIOSQL.dir/vtkRowQuery.cxx.o [ 57%] Building CXX object IO/SQL/CMakeFiles/vtkIOSQL.dir/vtkRowQueryToTable.cxx.o [ 57%] Building CXX object IO/SQL/CMakeFiles/vtkIOSQL.dir/vtkSQLDatabase.cxx.o [ 57%] Building CXX object IO/SQL/CMakeFiles/vtkIOSQL.dir/vtkSQLDatabaseSchema.cxx.o [ 57%] Building CXX object IO/SQL/CMakeFiles/vtkIOSQL.dir/vtkSQLDatabaseTableSource.cxx.o [ 57%] Building CXX object IO/SQL/CMakeFiles/vtkIOSQL.dir/vtkSQLQuery.cxx.o [ 57%] Building CXX object IO/SQL/CMakeFiles/vtkIOSQL.dir/vtkTableToDatabaseWriter.cxx.o [ 57%] Building CXX object IO/SQL/CMakeFiles/vtkIOSQL.dir/vtkSQLiteDatabase.cxx.o [ 57%] Building CXX object IO/SQL/CMakeFiles/vtkIOSQL.dir/vtkSQLiteQuery.cxx.o [ 57%] Building CXX object IO/SQL/CMakeFiles/vtkIOSQL.dir/vtkSQLiteToTableReader.cxx.o [ 57%] Building CXX object IO/SQL/CMakeFiles/vtkIOSQL.dir/vtkTableToSQLiteWriter.cxx.o [ 57%] Linking CXX shared library ../../lib/libvtkIOSQL-7.1.so [ 57%] Built target vtkIOSQL Scanning dependencies of target vtkTestingIOSQL [ 57%] Building CXX object Testing/IOSQL/CMakeFiles/vtkTestingIOSQL.dir/DatabaseSchemaWith2Tables.cxx.o [ 57%] Linking CXX shared library ../../lib/libvtkTestingIOSQL-7.1.so [ 57%] Built target vtkTestingIOSQL Scanning dependencies of target vtkIOSQLCxxTests [ 57%] Building CXX object IO/SQL/Testing/Cxx/CMakeFiles/vtkIOSQLCxxTests.dir/vtkIOSQLCxxTests.cxx.o [ 57%] Building CXX object IO/SQL/Testing/Cxx/CMakeFiles/vtkIOSQLCxxTests.dir/TestSQLDatabaseSchema.cxx.o [ 57%] Building CXX object IO/SQL/Testing/Cxx/CMakeFiles/vtkIOSQLCxxTests.dir/TestSQLiteDatabase.cxx.o [ 57%] Building CXX object IO/SQL/Testing/Cxx/CMakeFiles/vtkIOSQLCxxTests.dir/TestSQLiteTableReadWrite.cxx.o [ 57%] Linking CXX executable ../../../../bin/vtkIOSQLCxxTests [ 57%] Built target vtkIOSQLCxxTests [ 57%] For vtkIOTecplotTable - updating vtkIOTecplotTableHierarchy.txt Scanning dependencies of target vtkIOTecplotTable [ 57%] Building CXX object IO/TecplotTable/CMakeFiles/vtkIOTecplotTable.dir/vtkTecplotTableReader.cxx.o [ 57%] Linking CXX shared library ../../lib/libvtkIOTecplotTable-7.1.so [ 57%] Built target vtkIOTecplotTable Scanning dependencies of target vtkIOTecplotTableCxxTests [ 57%] Building CXX object IO/TecplotTable/Testing/Cxx/CMakeFiles/vtkIOTecplotTableCxxTests.dir/vtkIOTecplotTableCxxTests.cxx.o [ 57%] Building CXX object IO/TecplotTable/Testing/Cxx/CMakeFiles/vtkIOTecplotTableCxxTests.dir/TestTecplotTableReader.cxx.o [ 57%] Linking CXX executable ../../../../bin/vtkIOTecplotTableCxxTests [ 57%] Built target vtkIOTecplotTableCxxTests [ 57%] For vtkIOVideo - updating vtkIOVideoHierarchy.txt Scanning dependencies of target vtkIOVideo [ 57%] Building CXX object IO/Video/CMakeFiles/vtkIOVideo.dir/vtkVideoSource.cxx.o [ 57%] Linking CXX shared library ../../lib/libvtkIOVideo-7.1.so [ 57%] Built target vtkIOVideo Scanning dependencies of target TestXMLCInterface [ 57%] Building C object IO/XML/Testing/Cxx/CMakeFiles/TestXMLCInterface.dir/TestXMLCInterface.c.o [ 57%] Linking C executable ../../../../bin/TestXMLCInterface [ 57%] Built target TestXMLCInterface Scanning dependencies of target vtkIOXMLCxxTests [ 57%] Building CXX object IO/XML/Testing/Cxx/CMakeFiles/vtkIOXMLCxxTests.dir/vtkIOXMLCxxTests.cxx.o [ 57%] Building CXX object IO/XML/Testing/Cxx/CMakeFiles/vtkIOXMLCxxTests.dir/TestAMRXMLIO.cxx.o [ 57%] Building CXX object IO/XML/Testing/Cxx/CMakeFiles/vtkIOXMLCxxTests.dir/TestHyperOctreeIO.cxx.o [ 57%] Building CXX object IO/XML/Testing/Cxx/CMakeFiles/vtkIOXMLCxxTests.dir/TestXMLGhostCellsImport.cxx.o [ 57%] Building CXX object IO/XML/Testing/Cxx/CMakeFiles/vtkIOXMLCxxTests.dir/TestXMLHierarchicalBoxDataFileConverter.cxx.o [ 57%] Building CXX object IO/XML/Testing/Cxx/CMakeFiles/vtkIOXMLCxxTests.dir/TestXMLUnstructuredGridReader.cxx.o [ 57%] Building CXX object IO/XML/Testing/Cxx/CMakeFiles/vtkIOXMLCxxTests.dir/TestXML.cxx.o [ 57%] Building CXX object IO/XML/Testing/Cxx/CMakeFiles/vtkIOXMLCxxTests.dir/TestXMLToString.cxx.o [ 57%] Building CXX object IO/XML/Testing/Cxx/CMakeFiles/vtkIOXMLCxxTests.dir/TestXMLWriterWithDataArrayFallback.cxx.o [ 57%] Building CXX object IO/XML/Testing/Cxx/CMakeFiles/vtkIOXMLCxxTests.dir/TestDataObjectXMLIO.cxx.o [ 57%] Building CXX object IO/XML/Testing/Cxx/CMakeFiles/vtkIOXMLCxxTests.dir/TestReadDuplicateDataArrayNames.cxx.o [ 57%] Building CXX object IO/XML/Testing/Cxx/CMakeFiles/vtkIOXMLCxxTests.dir/TestXMLReaderBadData.cxx.o [ 57%] Linking CXX executable ../../../../bin/vtkIOXMLCxxTests [ 57%] Built target vtkIOXMLCxxTests [ 57%] For vtkImagingStatistics - updating vtkImagingStatisticsHierarchy.txt Scanning dependencies of target vtkImagingStatistics [ 57%] Building CXX object Imaging/Statistics/CMakeFiles/vtkImagingStatistics.dir/vtkImageAccumulate.cxx.o [ 57%] Building CXX object Imaging/Statistics/CMakeFiles/vtkImagingStatistics.dir/vtkImageHistogram.cxx.o [ 57%] Building CXX object Imaging/Statistics/CMakeFiles/vtkImagingStatistics.dir/vtkImageHistogramStatistics.cxx.o [ 57%] Linking CXX shared library ../../lib/libvtkImagingStatistics-7.1.so [ 57%] Built target vtkImagingStatistics [ 57%] For vtkRenderingImage - updating vtkRenderingImageHierarchy.txt Scanning dependencies of target vtkRenderingImage [ 57%] Building CXX object Rendering/Image/CMakeFiles/vtkRenderingImage.dir/vtkDepthImageToPointCloud.cxx.o [ 57%] Building CXX object Rendering/Image/CMakeFiles/vtkRenderingImage.dir/vtkImageResliceMapper.cxx.o [ 57%] Building CXX object Rendering/Image/CMakeFiles/vtkRenderingImage.dir/vtkImageSliceCollection.cxx.o [ 57%] Building CXX object Rendering/Image/CMakeFiles/vtkRenderingImage.dir/vtkImageStack.cxx.o [ 57%] Linking CXX shared library ../../lib/libvtkRenderingImage-7.1.so [ 57%] Built target vtkRenderingImage Scanning dependencies of target vtkImagingCoreCxxTests [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/vtkImagingCoreCxxTests.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/FastSplatter.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/ImageAccumulate.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/ImageAccumulateLarge.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/ImageAutoRange.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/ImageBSplineCoefficients.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/ImageHistogram.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/ImageHistogramStatistics.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/ImageResize.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/ImageResize3D.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/ImageResizeCropping.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/ImageReslice.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/ImageWeightedSum.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/ImportExport.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/TestBSplineWarp.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/TestImageStencilDataMethods.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/TestImageStencilIterator.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/TestStencilWithLasso.cxx.o [ 57%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/TestStencilWithPolyDataContour.cxx.o [ 58%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/TestStencilWithPolyDataSurface.cxx.o [ 58%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/TestUpdateExtentReset.cxx.o [ 58%] Building CXX object Imaging/Core/Testing/Cxx/CMakeFiles/vtkImagingCoreCxxTests.dir/TestImageStencilData.cxx.o [ 58%] Linking CXX executable ../../../../bin/vtkImagingCoreCxxTests [ 58%] Built target vtkImagingCoreCxxTests Scanning dependencies of target vtkImagingHybridCxxTests [ 58%] Building CXX object Imaging/Hybrid/Testing/Cxx/CMakeFiles/vtkImagingHybridCxxTests.dir/vtkImagingHybridCxxTests.cxx.o [ 58%] Building CXX object Imaging/Hybrid/Testing/Cxx/CMakeFiles/vtkImagingHybridCxxTests.dir/TestImageToPoints.cxx.o [ 58%] Building CXX object Imaging/Hybrid/Testing/Cxx/CMakeFiles/vtkImagingHybridCxxTests.dir/TestSampleFunction.cxx.o [ 58%] Linking CXX executable ../../../../bin/vtkImagingHybridCxxTests [ 58%] Built target vtkImagingHybridCxxTests [ 58%] For vtkImagingMorphological - updating vtkImagingMorphologicalHierarchy.txt Scanning dependencies of target vtkImagingMorphological [ 58%] Building CXX object Imaging/Morphological/CMakeFiles/vtkImagingMorphological.dir/vtkImageConnector.cxx.o [ 58%] Building CXX object Imaging/Morphological/CMakeFiles/vtkImagingMorphological.dir/vtkImageConnectivityFilter.cxx.o [ 58%] Building CXX object Imaging/Morphological/CMakeFiles/vtkImagingMorphological.dir/vtkImageContinuousDilate3D.cxx.o [ 58%] Building CXX object Imaging/Morphological/CMakeFiles/vtkImagingMorphological.dir/vtkImageContinuousErode3D.cxx.o [ 58%] Building CXX object Imaging/Morphological/CMakeFiles/vtkImagingMorphological.dir/vtkImageDilateErode3D.cxx.o [ 58%] Building CXX object Imaging/Morphological/CMakeFiles/vtkImagingMorphological.dir/vtkImageIslandRemoval2D.cxx.o [ 58%] Building CXX object Imaging/Morphological/CMakeFiles/vtkImagingMorphological.dir/vtkImageNonMaximumSuppression.cxx.o [ 58%] Building CXX object Imaging/Morphological/CMakeFiles/vtkImagingMorphological.dir/vtkImageOpenClose3D.cxx.o [ 58%] Building CXX object Imaging/Morphological/CMakeFiles/vtkImagingMorphological.dir/vtkImageSeedConnectivity.cxx.o [ 58%] Building CXX object Imaging/Morphological/CMakeFiles/vtkImagingMorphological.dir/vtkImageSkeleton2D.cxx.o [ 58%] Building CXX object Imaging/Morphological/CMakeFiles/vtkImagingMorphological.dir/vtkImageThresholdConnectivity.cxx.o [ 58%] Linking CXX shared library ../../lib/ libvtkImagingMorphological-7.1.so [ 58%] Built target vtkImagingMorphological Scanning dependencies of target vtkImagingMorphologicalCxxTests [ 58%] Building CXX object Imaging/Morphological/Testing/Cxx/CMakeFiles/vtkImagingMorphologicalCxxTests.dir/vtkImagingMorphologicalCxxTests.cxx.o [ 58%] Building CXX object Imaging/Morphological/Testing/Cxx/CMakeFiles/vtkImagingMorphologicalCxxTests.dir/TestImageThresholdConnectivity.cxx.o [ 58%] Building CXX object Imaging/Morphological/Testing/Cxx/CMakeFiles/vtkImagingMorphologicalCxxTests.dir/TestImageConnectivityFilter.cxx.o [ 58%] Linking CXX executable ../../../../bin/vtkImagingMorphologicalCxxTests [ 58%] Built target vtkImagingMorphologicalCxxTests Scanning dependencies of target vtkInfovisCoreCxxTests [ 58%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/vtkInfovisCoreCxxTests.cxx.o [ 58%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestStringToNumeric.cxx.o [ 58%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestMergeTables.cxx.o [ 58%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/ArrayDotProductSimilarity.cxx.o [ 58%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/ArraySparseArrayToTable.cxx.o [ 58%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/ArrayTableToSparseArray.cxx.o [ 58%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/ArrayToTable.cxx.o [ 58%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/ArrayTransposeMatrix.cxx.o [ 58%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestArrayNorm.cxx.o [ 58%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestCollapseVerticesByArray.cxx.o [ 58%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestContinuousScatterPlot.cxx.o [ 58%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestDataObjectToTable.cxx.o [ 58%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestExtractSelectedTree.cxx.o [ 58%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestExtractSelectedGraph.cxx.o [ 59%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestGraphAlgorithms.cxx.o [ 59%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestMergeGraphs.cxx.o [ 59%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestPruneTreeFilter.cxx.o [ 59%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestRandomGraphSource.cxx.o [ 59%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestReduceTable.cxx.o [ 59%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestRemoveIsolatedVertices.cxx.o [ 59%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestStreamGraph.cxx.o [ 59%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestTableToArray.cxx.o [ 59%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestThresholdTable.cxx.o [ 59%] Building CXX object Infovis/Core/Testing/Cxx/CMakeFiles/vtkInfovisCoreCxxTests.dir/TestTreeDifferenceFilter.cxx.o [ 59%] Linking CXX executable ../../../../bin/vtkInfovisCoreCxxTests [ 59%] Built target vtkInfovisCoreCxxTests Scanning dependencies of target vtkInfovisLayoutCxxTests [ 59%] Building CXX object Infovis/Layout/Testing/Cxx/CMakeFiles/vtkInfovisLayoutCxxTests.dir/vtkInfovisLayoutCxxTests.cxx.o [ 59%] Building CXX object Infovis/Layout/Testing/Cxx/CMakeFiles/vtkInfovisLayoutCxxTests.dir/TestChacoGraphReader.cxx.o [ 59%] Building CXX object Infovis/Layout/Testing/Cxx/CMakeFiles/vtkInfovisLayoutCxxTests.dir/TestCirclePackLayoutStrategy.cxx.o [ 59%] Building CXX object Infovis/Layout/Testing/Cxx/CMakeFiles/vtkInfovisLayoutCxxTests.dir/TestGraphLayoutStrategy.cxx.o [ 59%] Building CXX object Infovis/Layout/Testing/Cxx/CMakeFiles/vtkInfovisLayoutCxxTests.dir/TestIncrementalForceLayout.cxx.o [ 59%] Building CXX object Infovis/Layout/Testing/Cxx/CMakeFiles/vtkInfovisLayoutCxxTests.dir/TestTreeMapLayoutStrategy.cxx.o [ 59%] Linking CXX executable ../../../../bin/vtkInfovisLayoutCxxTests [ 59%] Built target vtkInfovisLayoutCxxTests [ 59%] For vtkRenderingLOD - updating vtkRenderingLODHierarchy.txt Scanning dependencies of target vtkRenderingLOD [ 59%] Building CXX object Rendering/LOD/CMakeFiles/vtkRenderingLOD.dir/vtkLODActor.cxx.o [ 59%] Building CXX object Rendering/LOD/CMakeFiles/vtkRenderingLOD.dir/vtkQuadricLODActor.cxx.o [ 59%] Linking CXX shared library ../../lib/libvtkRenderingLOD-7.1.so [ 59%] Built target vtkRenderingLOD Scanning dependencies of target vtkInteractionWidgetsCxxTests [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkInteractionWidgetsCxxTests.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/BoxWidget2.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/BoxWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/ImagePlaneWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TerrainPolylineEditor.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestAffineWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestAngleWidget2D.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestAngleWidget3D.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestBalloonWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestBiDimensionalWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestBorderWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestBrokenLineWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestCameraWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestCaptionWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestCellCentersPointPlacer.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestCenteredSliderWidget2D.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestCheckerboardWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestConstrainedHandleWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestContourWidget2.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestDijkstraImageGeodesicPath.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestDistanceWidget3D.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestDistanceWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestFinitePlaneWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestFixedSizeHandleRepresentation3D.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestFocalPlaneContour.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestHandleWidget2D.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestHandleWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestImageActorContourWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestImageTracerWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestImplicitCylinderWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestImplicitCylinderWidget2.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestImplicitPlaneWidget2b.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestImplicitPlaneWidget2.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestImplicitPlaneWidget3.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestImplicitPlaneWidget2LockNormalToCamera.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestImplicitPlaneWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestLogoWidgetAlphaBlending.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestLogoWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestLogoWidgetDepthPeeling.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestMeasurementCubeHandleRepresentation3D.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestMultipleViewports.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestOrientationMarkerWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestOrientationMarkerWidget2.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestOrthoPlanes.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestParallelopipedWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestPickingManagerSeedWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestPlaybackWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestPointHandleRepresentation3D.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestProgrammaticPlacement.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestProgressBarWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestProp3DButtonRepresentation.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestRectilinearWipeWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestResliceCursorWidget2.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestResliceCursorWidget3.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestScalarBarWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestSeedWidget2.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestSeedWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestSeedWidgetNonUniformRepresentations.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestSliderWidget2D.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestSliderWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestSplineWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestSphereWidgetZoomInOut.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestSphereWidget2CenterCursor.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestTextWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkAngleRepresentation2DTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkAngleRepresentation3DTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkAngleWidgetTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkBalloonRepresentationTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkBalloonWidgetTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkBiDimensionalRepresentation2DTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkBiDimensionalWidgetTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkBorderWidgetTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkCaptionRepresentationTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkCaptionWidgetTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkConstrainedPointHandleRepresentationTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkHoverWidgetTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkLineRepresentationTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkLineWidget2Test1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkPolyLineRepresentationTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkPolyLineWidgetTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkSeedRepresentationTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkSeedWidgetTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkSplineRepresentationTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkSplineWidget2Test1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkTextRepresentationTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/vtkTextWidgetTest1.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestDijkstraGraphGeodesicPath.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestLineWidget2.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestLineWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestOrientedGlyphContour.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestPlaneWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestPointWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestPolygonalHandleRepresentations.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestPolygonalRepresentationHandleWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestPolygonalSurfaceConstrainedDistanceWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestPolyPlane.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestSphereHandleWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestSurfaceConstrainedHandleWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestTensorProbeWidget.cxx.o [ 59%] Building CXX object Interaction/Widgets/Testing/Cxx/CMakeFiles/vtkInteractionWidgetsCxxTests.dir/TestPickingManagerWidgets.cxx.o [ 59%] Linking CXX executable ../../../../bin/vtkInteractionWidgetsCxxTests [ 59%] Built target vtkInteractionWidgetsCxxTests Scanning dependencies of target vtkParallelCore-TestSocketCommunicator [ 59%] Building CXX object Parallel/Core/Testing/Cxx/CMakeFiles/vtkParallelCore-TestSocketCommunicator.dir/TestSocketCommunicator.cxx.o [ 59%] Linking CXX executable ../../../../bin/vtkParallelCore-TestSocketCommunicator [ 59%] Built target vtkParallelCore-TestSocketCommunicator Scanning dependencies of target vtkParallelCoreCxxTests [ 59%] Building CXX object Parallel/Core/Testing/Cxx/CMakeFiles/vtkParallelCoreCxxTests.dir/vtkParallelCoreCxxTests.cxx.o [ 59%] Building CXX object Parallel/Core/Testing/Cxx/CMakeFiles/vtkParallelCoreCxxTests.dir/TestFieldDataSerialization.cxx.o [ 59%] Linking CXX executable ../../../../bin/vtkParallelCoreCxxTests [ 59%] Built target vtkParallelCoreCxxTests Scanning dependencies of target vtkRenderingAnnotationCxxTests [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/vtkRenderingAnnotationCxxTests.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestAxisActor.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestAxisActor2D.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestAxisActor3D.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestAxisActorText3D.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestBarChartActor.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCaptionActor2D.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestConvexHull2D.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCornerAnnotation.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxes2DMode.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxes3.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesInnerGridAll.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesInnerGridClosest.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesInnerGridFurthest.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesIntersectionPoint.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesOrientedBoundingBox.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesSticky.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesStickyCentered.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesWithGridLines.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesWithXInnerGrids.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesWithXInnerPolys.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesWithXLines.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesWithYInnerGrids.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesWithYInnerPolys.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesWithYLines.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesWithZInnerGrids.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesWithZInnerPolys.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestCubeAxesWithZLines.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestEmptyCornerAnnotation.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestLegendBoxActor.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestLegendBoxActor2.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestLegendScaleActor.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestPieChartActor.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestPolarAxes.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestScalarBar.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestScalarBarAboveBelow.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestSpiderPlotActor.cxx.o [ 59%] Building CXX object Rendering/Annotation/Testing/Cxx/CMakeFiles/vtkRenderingAnnotationCxxTests.dir/TestXYPlotActor.cxx.o [ 59%] Linking CXX executable ../../../../bin/vtkRenderingAnnotationCxxTests [ 59%] Built target vtkRenderingAnnotationCxxTests Scanning dependencies of target vtkRenderingContext2DCxxTests [ 59%] Building CXX object Rendering/Context2D/Testing/Cxx/CMakeFiles/vtkRenderingContext2DCxxTests.dir/vtkRenderingContext2DCxxTests.cxx.o [ 59%] Building CXX object Rendering/Context2D/Testing/Cxx/CMakeFiles/vtkRenderingContext2DCxxTests.dir/TestContext2D.cxx.o [ 59%] Building CXX object Rendering/Context2D/Testing/Cxx/CMakeFiles/vtkRenderingContext2DCxxTests.dir/TestPolyDataToContext.cxx.o [ 59%] Linking CXX executable ../../../../bin/vtkRenderingContext2DCxxTests [ 59%] Built target vtkRenderingContext2DCxxTests Scanning dependencies of target vtkRenderingCoreCxxTests [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/vtkRenderingCoreCxxTests.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestCompositePolyDataMapper2.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestCompositePolyDataMapper2Picking.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestCompositePolyDataMapper2Scalars.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestCompositePolyDataMapper2CellScalars.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestCompositePolyDataMapper2MixedGeometryCellScalars.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestCompositePolyDataMapper2MixedGeometryEdges.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestGlyph3DMapperTreeIndexingCompositeGlyphs.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestMultiBlockPartialArrayPointData.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestMultiBlockPartialArrayFieldData.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTranslucentLUTAlphaBlending.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTranslucentLUTTextureAlphaBlending.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestAreaSelections.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestValuePassFloatingPoint.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestToggleOSWithInteractor.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/otherCoordinate.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/FrustumClip.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/Mace.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/RGrid.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestActor2D.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestActor2DTextures.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestActorLightingFlag.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestAnimationScene.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestAssemblyBounds.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestBackfaceCulling.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestBareScalarsToColors.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestBlockOpacity.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestColorByCellDataStringArray.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestColorByPointDataStringArray.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestColorByStringArrayDefaultLookupTable.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestColorByStringArrayDefaultLookupTable2D.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestColorTransferFunction.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestColorTransferFunctionStringArray.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestDirectScalarsToColors.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestDiscretizableColorTransferFunction.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestDiscretizableColorTransferFunctionStringArray.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestEdgeFlags.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestFollowerPicking.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestGlyph3DMapper.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestGlyph3DMapper2.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestGlyph3DMapperArrow.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestGlyph3DMapperIndexing.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestGlyph3DMapperMasking.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestGlyph3DMapperOrientationArray.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestGlyph3DMapperPicking.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestGlyph3DMapperTreeIndexing.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestGradientBackground.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestHiddenLineRemovalPass.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestHomogeneousTransformOfActor.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestImageAndAnnotations.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestInteractorStyleImageProperty.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestInteractorTimers.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestLabeledContourMapper.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestLabeledContourMapperWithActorMatrix.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestPickingManager.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestManyActors.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestMapVectorsAsRGBColors.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestMapVectorsToColors.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestOffAxisStereo.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestOrderedTriangulator.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestOpacity.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestOSConeCxx.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestPickTextActor.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestPointSelection.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestPolygonSelection.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestResetCameraVerticalAspectRatio.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestResetCameraVerticalAspectRatioParallel.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestSplitViewportStereoHorizontal.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTexturedBackground.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTextureSize.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTextureRGBA.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTextureRGBADepthPeeling.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTilingCxx.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTransformCoordinateUseDouble.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTranslucentImageActorAlphaBlending.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTranslucentImageActorDepthPeeling.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTranslucentLUTDepthPeeling.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTranslucentLUTTextureDepthPeeling.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTStripsColorsTCoords.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTStripsNormalsColorsTCoords.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTStripsNormalsTCoords.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestTStripsTCoords.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/TestWindowToImageFilter.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/otherLookupTable.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/otherLookupTableWithEnabling.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/RenderNonFinite.cxx.o [ 59%] Building CXX object Rendering/Core/Testing/Cxx/CMakeFiles/vtkRenderingCoreCxxTests.dir/SurfacePlusEdges.cxx.o [ 59%] Linking CXX executable ../../../../bin/vtkRenderingCoreCxxTests [ 59%] Built target vtkRenderingCoreCxxTests Scanning dependencies of target vtkRenderingFreeTypeCxxTests [ 59%] Building CXX object Rendering/FreeType/Testing/Cxx/CMakeFiles/vtkRenderingFreeType