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

Christian Pfaffel flash at itp.tu-graz.ac.at
Tue Jun 6 14:49:50 EDT 2000


-----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-----





More information about the vtkusers mailing list