Hi Grass5 users,
First of all, I am a beginner with using UNIX and GRASS5. I have
downloaded the GRASS5 CVS because I would like to work with the 3D
visualization environment. My system is Windows 2000 and using the CYGWIN
emulator. Basically I am having problems with the installation of GRASS5.
So far, I have downloaded the grass5 cvs source, extracted it to the
folder /opt/grass5sources, and ran the ./configure command. The configure ran
smoothly but ended with the following error:
configure: error: *** Unable to locate XDR functions.
When I try continuing on with the make, typing "make" at the $ prompt gave
the following message:
make: *** No targets specified and no makefile found. Stop.
I have looked very carefully at the compiling.html file and the INSTALL
file but they still don't give me any ideas on what I should do. Like I
said early I am relatively a beginner with using UNIX, although I am
trying to learn. Is there a more "simplified" documentation for installing
GRASS5 available anywhere that I can read. If there isn't one, can anyone
give me some simple instructions on how to install GRASS.
Thanks kindly in advance for taking the time to read this and providing
any help.
John
John Vo wrote:
First of all, I am a beginner with using UNIX and GRASS5. I have
downloaded the GRASS5 CVS because I would like to work with the 3D
visualization environment. My system is Windows 2000 and using the CYGWIN
emulator.
In order to use NVIZ, you need Cygwin's XFree86 package. You also need
an X-compatible version of Tcl/Tk, from:
http://grass.itc.it/grass5/binary/windows_cygnus/wingrass_xserver/xtcltk-8.3.4-CYGWIN.tar.gz
[Cygwin's supplied Tcl/Tk package isn't compatible with X, and won't
work with NVIZ.]
Basically I am having problems with the installation of GRASS5.
So far, I have downloaded the grass5 cvs source, extracted it to the
folder /opt/grass5sources, and ran the ./configure command. The configure ran
smoothly but ended with the following error:
configure: error: *** Unable to locate XDR functions.
You need the "sunrpc" package, from:
http://grass.itc.it/grass5/binary/windows_cygnus/sunrpc/sunrpc-4.0.cygwin1.bin.tar.gz
When I try continuing on with the make, typing "make" at the $ prompt gave
the following message:
make: *** No targets specified and no makefile found. Stop.
The Makefile is generated by configure. If configure aborts due to an
error, no Makefile is generated and compilation won't work.
--
Glynn Clements <glynn.clements@virgin.net>
John,
please note that the CVS version are development versions mostly
for developers. It takes a significant amount of time to teach
someone to be a developer.
If you are a beginner to GRASS5 I suggest that you start trying
the release code base and see how it works out for you,
which currently is
grass5.0.0pre5
Note that this contains nviz which is an opengl application
for visualisation.
On Thu, Aug 08, 2002 at 10:35:42AM -0700, John Vo wrote:
First of all, I am a beginner with using UNIX and GRASS5. I have
downloaded the GRASS5 CVS because I would like to work with the 3D
visualization environment. My system is Windows 2000 and using the CYGWIN
emulator. Basically I am having problems with the installation of GRASS5.