Fred, Fred Fred wrote, On 30.09.2011 09:54: > That's what Robert already answered (see below) but it seems that type > cgsize_t is not defined in cgnslib-2.5 (I downloaded it from this > link: > http://sourceforge.net/projects/cgns/files/cgnslib_2.5/Release%205/cgnslib_2.5-5.tar.gz/download): > > Macintosh-4:cgnslib_2.5 $ find . -name "*" -exec grep cgsize_t {} \; > > but is expected in PV source: > Macintosh-4:ParaView-3.10.1 $ find . -name "*.C" -exec grep cgsize_t {} \; > [...]
Not sure what you did to your ParaView 3.10.1 source tree, but a vanilla tree does not contain such matches: $ wget http://www.paraview.org/files/v3.10/ParaView-3.10.1.tar.gz $ md5sum ParaView-3.10.1.tar.gz d8a9d4a997a720589ffd57568bcdd449 ParaView-3.10.1.tar.gz $ tar -xzf ParaView-3.10.1.tar.gz $ cd ParaView-3.10.1 $ find . -name "*.C" -exec grep cgsize_t {} \; [no hits] > so which cgns-2.5 source code did you use? ParaView-3.10.1.tar.gz:SuperBuild/PackageVersions.cmake and ParaView-3.10.1.tar.gz:SuperBuild/External_CGNS.cmake will tell you it's been http://paraview.org/files/misc/cgnslib_2.5-5.tar.gz and from its MD5 checksum ae2a2e79b99d41c63e5ed5f661f70fd9 you can see it's the same tarball as the one distributed via http://sourceforge.net/projects/cgns/files/cgnslib_2.5/Release%205/ Karl _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
