Hello fellow GRASS users,
I’m new with GRASS.
At this point, I need to install the
i.pr add-on, but I’ve met some
dificulties:
I download the package via svn,
and that went just fine. But when
I do
make MODULE_TOPDIR=/usr/lib/grass64
I get this a huge stream of errors and
warnings, e.g.
…
main.c:294: warning: assignment makes pointer from integer without a cast
main.c:295: error: dereferencing pointer to incomplete type
main.c:296: error: dereferencing pointer to incomplete type
main.c:297: error: dereferencing pointer to incomplete type
main.c:298: error: dereferencing pointer to incomplete type
main.c:299: error: dereferencing pointer to incomplete type
main.c:300: error: dereferencing pointer to incomplete type
main.c:302: warning: assignment makes pointer from integer without a cast
main.c:303: error: dereferencing pointer to incomplete type
main.c:304: error: dereferencing pointer to incomplete type
main.c:305: error: dereferencing pointer to incomplete type
main.c:306: error: dereferencing pointer to incomplete type
main.c:307: error: dereferencing pointer to incomplete type
main.c:310: warning: implicit declaration of function ‘G_define_flag’
…
Can anyone tell me why this is so, and how can
I solve this?
Thanks.
(PS: I’m working in Ubuntu 9.10 with GRASS 6.4.)