From chemistry-request@server.ccl.net  Tue Jan 18 04:49:40 2000
Received: from daisy.imc.cas.cz (daisy.imc.cas.cz [147.231.112.129])
	by server.ccl.net (8.8.7/8.8.7) with ESMTP id EAA04176
	for <chemistry@ccl.net>; Tue, 18 Jan 2000 04:49:38 -0500
Received: from localhost (saturka@localhost)
	by daisy.imc.cas.cz (8.9.3/8.9.3) with SMTP id JAA32404;
	Sat, 18 Dec 1999 09:41:52 +0100 (CET)
Date: Sat, 18 Dec 1999 09:41:52 +0100 (CET)
From: Martin Saturka <saturka@daisy.imc.cas.cz>
To: Eugene Leitl <eugene.leitl@lrz.uni-muenchen.de>
cc: rasmol@lists.umass.edu, chemistry@ccl.net
Subject: Re: CCL:RasMol-2.6b2
In-Reply-To: <14467.48504.630388.351449@lrz.uni-muenchen.de>
Message-ID: <Pine.SGI.3.96.991218092340.32337A-100000@daisy.imc.cas.cz>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII



On Mon, 17 Jan 2000, Eugene Leitl wrote:

> eugene.leitl@lrz:~/download/rasmol/RasMol-2.6b2 > make
> gcc -O2 -fno-strength-reduce     -I/usr/X11R6/include   -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE=500L -D_BSD_SOURCE -D_SVID_SOURCE   -DFUNCPROTO=15 -DNARROWPROTO  -DRASMOLDIR=\"/usr/X11R6/lib/rasmol/\" -DTHIRTYTWOBIT   -c rasmol.c -o rasmol.o
> rasmol.c:52: sys/termio.h: No such file or directory
> make: *** [rasmol.o] Error 1
> 
it just means, that you haven't got file /usr/include/sys/termio.h. it's
obsolete file, try either to overwrite #include <sys/termio.h> to #include
<sys/termios.h> or to #include <termio.h> in your source code of rasmol or
copy /usr/include/sys/termio.h to /usr/include/sys/termios.h or into
directory you have permissions for /home/guy/include/sys/termio.h and (in
the last case) add directive -I/home/guy/include to your compilation or
add that directory into your makefile.

I hope, it will work.

PS what experiences do you have with such (virtual reality) devices under
linux box (including SGI dials and others) - applications, prices, ...?
Thank you,

	Martin Saturka




