[Paraview] ParaView 1.6.2 released

Mattijs Janssens m.janssens at nabla.co.uk
Mon Sep 20 07:53:21 EDT 2004


When building 1.6.2 with gcc3.4.1 I had to change ProcessXML.cxx because 
of the following error:


Building object file ProcessXML.o...
../../../../../paraview-1.6.2/Common/KWCommon/ProcessXML.cxx: In member 
function `void Output::CheckSplit(const char*, const char*, int)':
../../../../../paraview-1.6.2/Common/KWCommon/ProcessXML.cxx:55: error: 
ISO C++ says that these are ambiguous, even though the worst conversion 
for the first is better than the worst conversion for the second:
/home/pinky2/mattijs/foam/linux/gcc-3.4.1/bin/../lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../include/c++/3.4.1/bits/postypes.h:190: 
note: candidate 1: std::fpos<_StateT> 
std::fpos<_StateT>::operator-(std::streamoff) const [with _StateT = 
mbstate_t]
../../../../../paraview-1.6.2/Common/KWCommon/ProcessXML.cxx:55: note: 
candidate 2: operator-(std::streamoff, long int) <built-in>


I hacked it by casting this->currentPosition to a streamoff: (probably 
not the right thing to do)

  (const std::streamoff&)this->CurrentPosition)


Mattijs

Ken Martin wrote:
> We have tagged ParaView release 1.6.2 which includes a few bug fixes 
> from 1.6.1. The new sources and binaries can be found at 
> www.paraview.org <http://www.paraview.org/> (Linux and IRIX binaries 
> will show up a little later in the week). Some specifics include:
> 
>  
> 
> -- Some GUI fixes were made
> 
> -- Reading parallel files on a single node was improved
> 
> -- Using the cut plane on unsigned int data had a bug that was fixed
> 
> -- Scalar Bar and corner annotation now work with batch scripts
> 
>  
> 
> Thanks
> 
> Ken
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview

-- 
/*---------------------------------------------------------*\
| ===========           Mattijs Janssens                    |
| \\        /           Development Engineer                |
|  \\      /                                                |
|   \\    /             Nabla Ltd.                          |
|    \\  /              The Mews, Picketts Lodge            |
|     \\/               Picketts Lane, Salfords,            |
|     F ield            Surrey RH1 5RG.                     |
|     O peration        Tel: +44 (0)1293 821272             |
|     A nd              Email: m.janssens at Nabla.co.uk       |
|     M anipulation     URL: http://www.Nabla.co.uk         |
\*---------------------------------------------------------*/



More information about the ParaView mailing list