[Paraview] Question about kwsys_io_sstream.h.in

Frederick Isaac freddyisaac at yahoo.com
Mon Apr 7 15:44:12 EDT 2008


Hi,

In trying to clean up an IRIX build (mips 7.3.1) and
have a problem with signed char being used in
vtkCharArray.cxx (using vtkVariant.cxx). Basically an
iostream operator>> is failing against an undefined
(signed char* ).

I tried adding a simple

istream& operator>>(sizgned char inC) { return *this
>> (char) inC; }
into kwsys_io_sstream.h.in and rerunning cmake config
and generate.

This is now breaking the CommandLineArgument.cxx
compile in the same vtk/Utilities directory.

Any thoughts anyone on a better way to fix this or
what the problem could be?

cheers


      ____________________________________________________________________________________
You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.  
http://tc.deals.yahoo.com/tc/blockbuster/text5.com


More information about the ParaView mailing list