dasuni kannangara wrote: > thanx. but grass/gis.h is already there. i just added another grass > folder to ximgview to check whether it solves.what is the location > which i should search for grass/gis.h??
The "headers" target in lib/Makefile installs the headers from the include directory into dist.<arch>/include/grass. This is done before any source files are compiled. The GRASS source tree has many ordering requirements, e.g. the lib directory must be built before any modules, the libraries must be built in a fixed order, the "headers" target must be made before starting to build any of the libraries, etc. If you want to use an IDE, you are going to have to replicate all of these dependencies as part of the project. -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
