A problem with vtkImageReader...
David Gobbi
dgobbi at irus.rri.on.ca
Thu Jul 29 10:53:03 EDT 1999
Hi Miguel,
I had this same problem with vtk2.3, but it was absent in
vtk2.4. There are two solutions:
1) re-build VTK under RedHat-6.0 -- with vtk 2.3 you will
have to edit lex.yy.c and replace
FILE *yyin = {stdin}, *yyout = {stdout};
with
FILE *yyin, *yyout;
2) update to vtk2.4 if you haven't already -- or at least
this worked for me.
- David
--David Gobbi, MSc dgobbi at irus.rri.on.ca
Advanced Imaging Research Group
Robarts Research Institute, University of Western Ontario
On Thu, 29 Jul 1999, Miguel Angel Rodriguez Florido wrote:
> Hello all vtks,
>
> I would to ask to email list one question about vtkImageReader,
> because
> I am having problems with it in some computer. Well it is a very strange
> ,because I have a tcl script where I display a pnm image, but I have
> this results:
>
> 1) Machine with RedHat 6.0 (updated from 5.2) and in another in RedHat
> 6.0
> (installed from zero):
>
> piolin.marf: migvtk >Warning: In vtkImageReader.cxx, line 587
> vtkPNMReader (0x809b550): File operation failed.
>
> Generic Warning: In vtkImageReader.cxx, line 693
> File operation failed. row = 0, Read = 500, Skip0 = -1000, Skip1 =
> 470000, FilePos = -1
>
> 2) But in another one in RedHat5.2 (installed from zero) it works very
> well.
> So I don't know what is happening, and I have to work with images in
> this machine (where it runs).
>
>
> Could somebody help me?? or Say to me some about it???
>
> Thank you very much.
>
> Bye and good luck,
>
> Miguel.
>
>
> --
> Miguel Angel Rodriguez Florido
> ETSI Telecomunicacion - Campus de Tafira - ULPGC
> email: marf at dsc.ulpgc.es - Tf:928 452980 - Fax:928 451243
> Gran Canaria - Canary Islands
>
>
> -----------------------------------------------------------------------------
> This is the private VTK discussion list. Please keep messages on-topic.
> Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
> To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
> <majordomo at gsao.med.ge.com>. For help, send message body containing
> "info vtkusers" to the same address. Live long and prosper.
> -----------------------------------------------------------------------------
>
-----------------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>. For help, send message body containing
"info vtkusers" to the same address. Live long and prosper.
-----------------------------------------------------------------------------
More information about the vtkusers
mailing list