Dear All,<br> I am new to GRASS Development <br> I had build grass 6.4.2 on fedora16 in linux<br> i wanted to execute the .c files present in grass using terminal<br><br>[support@localhost grass-6.4.2]$ ls<br>
<br>[support@localhost grass-6.4.2]$ cd doc/vector<br>[support@localhost vector]$ ls<br>grass51atts.fig grass51concept.fig TODO v.example<br>grass51atts.png grass51concept.png vector.html v.modules.html<br>[support@localhost vector]$ cd v.example<br>
[support@localhost v.example]$ ls<br>description.html main.c Makefile<br>[support@localhost v.example]$ gcc -o main main.c<br>main.c:22:23: fatal error: grass/gis.h: No such file or directory<br>compilation terminated.<br>
<br> I am not sure whether i can execute main.c from vector of grass<br><br> i am unable use in the qt project <br> any sort of help is greatly appricieted<br>