[GRASS-dev] SWIG-Python lacking from install sequence in main Makefile

Moritz Lennert mlennert at club.worldonline.be
Tue Jul 28 11:36:05 EDT 2009


On 28/07/09 16:55, Glynn Clements wrote:
> Moritz Lennert 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)
>>
>> That solves it for me. Should this then be corrected for 65svn and 
>> 64_release ?
> 
> Yes.
> 

Done in r38529 and r38530.

Moritz


More information about the grass-dev mailing list