Vect.h & vect.h

|
|My efforts to compile the grass.rim and grass.tiger code from the src.garden
|directory both fail because they cannot find the file Vect.h. The vect_map.c
|routine in v.db.rim also includes the header file vect.h which it does find.
|
|I cannot find Vect.h anywhere in my GRASS directory tree, and vect.h does not
|contain the definitions vect_map.c needs. Any help?
|

One way to find Vect.h is:

  find src -name Vect.h -print

Michael