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