[vtkusers] Re: Problem by installing VTK on Solaris 2.5.1

Tobias Hoevekamp tobias.hoevekamp at ilw.agrl.ethz.ch
Wed Jun 7 02:32:47 EDT 2000


Hi there,

thanks to all who help me getting vtk finally installed.
After switching to a Solaris2.6 box the compiling problems
disappeared. 

Onother problem with *.tcl scripts that use vtkTk...
was solved after I've got the user manual with the
example: 

./configure --with-tcl --with-tkwiget

Why isn't README.html in the distribution more explict on
that topic. It would have saved me a couple of hours
trying to figure how to get those things with vtkTk...
to run. I guess, there are folks around that won't use
vtk only due to the fact that they won't get it installed
on the fly. 

PLEASE include Chapter 2 of the User's Guide in the README.html

Best regards




Tobias Hoevekamp

Christian Pfaffel wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Mon, 29 May 2000, Tobias Hoevekamp wrote:
> 
> > Hi there,
> >
> > I've been trying to install VTK but in the end - after getting
> > mesa, tcl8.3.1, tk8.3.1 installed - it seems to be some
> > compiler problem that keeps me from entering the real of
> > beauty. (I have had some experince with AVS :-)
> >
> > As indicated in the installation guidelines, I did
> [...]
> >
> >    raider# make
> >    /usr/local/bin/gcc -o targets ./targets.cxx ./makedepend.cxx
> >    ./makedepend.cxx:7: fstream.h: No such file or directory
> >    *** Error code 1
> >    make: Fatal error: Command failed for target `targets'
> >
> 
> Your compiler (gcc) can not find 'fstream.h'. Just try to locate it on
> your system by a command such as:
> 
>         raider# locate fstream.h
>         /path/to/fstream.h
> 
> or
> 
>         raider# find / -name "fstream.h"
>         /path/to/fstream.h
> 
> Now you just have to provide the path to the compiler with either
>         setenv C_INCLUDE_PATH /path/to/fstream.h
>         setenv CPLUS_INCLUDE_PATH /path/to/fstream.h
> 
> or by editing  'user.make':
> USER_CFLAGS = -I/a/weird/location/fstream.h
> USER_CXXFLAGS = -I/a/weird/location/fstream.h
> 
> Hope this helps.
> Best regards,
> 
> Christian Pfaffel
> 
> http://fubphpc.tu-graz.ac.at/~flash/
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.1 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
> 
> iD8DBQE5PUfWzNp7/ndBhMQRAgutAJ92vFITs51/dOC5E1KsqUHegdyCTQCfSUJ7
> 0Tr7QM+dJJw42lhC2a9Lzko=
> =RsKn
> -----END PGP SIGNATURE-----
> 
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> vtkusers mailing list
> vtkusers at public.kitware.com
> http://public.kitware.com/mailman/listinfo/vtkusers

-- 
________________________________________________________________________

    _/_/_/_/_/_/_/_/_/    _/
   _/        _/    _/    _/  Ecole polytechnique federale de Zurich
  _/_/_/    _/    _/_/_/_/  Politecnico federale di Zurigo
 _/        _/    _/    _/  Swiss Federal Institute of Technology Zurich
_/_/_/_/  _/    _/    _/

Tobias Hoevekamp                                    Tel: +41 1 632 33 04
Institute of Food Science                           Fax: +41 1 632 11 55
ETH Zentrum, LFO E21                   tobias.hoevekamp at ilw.agrl.ethz.ch
CH-8092 Zuerich                 http://www.vt.ilw.agrl.ethz.ch/~hoevekam

Home:   Bucheggstrasse 50    CH-8037 Zuerich    Tel/Fax: +41 1 350 70 51 
________________________________________________________________________




More information about the vtkusers mailing list