Hamish wrote:
> I am still having problems compiling swig/python on Debian/Lenny (current
> stable) / 64bit with the latest GRASS 6.5svn.
>
> the proj headers are missing from the $() Make rules:
> "error: ogr_srs_api.h: No such file or directory"
>
> it compiles in trunk ok.
Note that using:
vector_wrap_c_FLAGS = $(VECT_INC)
proj_wrap_c_FLAGS = $(PROJINC) $(GDALCFLAGS)
won't work in 6.4, as the build system doesn't use those variables.
I suggest:
EXTRA_INC = $(VECT_INC) $(PROJINC) $(GDALCFLAGS)
--
Glynn Clements <[email protected]>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev