Tue, Jul 25 2006
04:59:40
|
|
Request created by guest
|
|
Subject: g.setproj needs proj headers
Platform: Mac OSX
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 6.1 CVS
g.setproj needs PROJ headers to build. In the past it has just happened to work
since GDAL, whose
headers are included, happened to be in the same location as PROJ. With PROJ
in a different location
than GDAL, g.setproj fails to build because it can't find proj_api.h.
To fix, add $(PROJINC) to the g.setproj makefile, EXTRA_CFLAGS:
EXTRA_CFLAGS = $(GDALCFLAGS) $(PROJINC)
|
|
Tue, Jul 25 2006
10:41:16
|
|
Mail sent by pkelly
|
|
Thanks for the bug report; I have fixed this now in both head and release branch.
Paul
|
|
Tue, Jul 25 2006
23:22:13
|
|
Status changed to resolved by msieczka
|
|