[vtkusers] VTK on SuSE Linux 8.2
N Smethurst
nick.smethurst at free.fr
Mon Apr 21 14:12:17 EDT 2003
VTK uses lots of headers that are deprecated with GCC. Maybe strstream.h is
no longer distributed with SUSE ?
I run Mandrake 9.1; my strstream.h is just a link to strstream and a few
"using" commands:
#ifndef _CPP_BACKWARD_STRSTREAM_H
#define _CPP_BACKWARD_STRSTREAM_H 1
#include "strstream"
using std::strstreambuf;
using std::istrstream;
using std::ostrstream;
using std::strstream;
#endif
Le Lundi 21 Avril 2003 13:02, Rainer Lehrig a écrit :
> My project compiled correctly up to SuSE Linux 8.1
> But on SuSE Linux 8.2 the file strstream.h is missing !!!
> So a VTK application can't compile.
>
> Does anybody know about this problem ?
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> <http://public.kitware.com/cgi-bin/vtkfaq> Follow this link to
> subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list