[GRASSLIST:10649] Re: GRASS 6.1cvs gis.m error
Hamish
hamish_nospam at yahoo.com
Wed Mar 1 07:38:09 EST 2006
> > > -o OBJ.i686-pc-linux-gnu/main.o -c main.c
> > > `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
> > > main.c:24:21: glocale.h: No such file or directory
> > > main.c:25:17: gis.h: No such file or directory
> > > main.c:27:18: Vect.h: No such file or directory
> > > main.c:28:20: raster.h: No such file or directory
> > > main.c:30:18: dbmi.h: No such file or directory
> > > main.c:32:20: config.h: No such file or directory
> > > main.c: In function `main':
> > > main.c:40: error: storage size of 'window' isn't known
> > > *********
> >
> > did you run 'configure' as well?
> > The position of the include files was modified recently.
>
> No, I've just run make ... configuration was done before for whole
> Grass.
cvs log:
Thu Feb 9 03:09:07 2006 UTC (2 weeks, 6 days ago) by glynn
Use <grass/gis.h> etc rather than <gis.h>
quick & dirty:
add or remove grass/ from *.c as needed & try again. might work.
If not do it (mr) properly:
run 'make distclean', 'cvs -z3 update' (may have to log in to public
account, see grass cvs page), and rerun ./configure && make.
Hamish
More information about the grass-user
mailing list