[GRASS5] Re: auto-locate EPSG
Markus Neteler
neteler at itc.it
Wed Apr 26 09:11:16 EDT 2006
On Thu, Apr 27, 2006 at 12:32:52AM +1200, Hamish wrote:
> > > the new auto-locate EPSG file isn't working for me.
> ..
> > Please check:
> >
> > grep PROJSHARE include/Make/Platform.make
> > PROJSHARE = /usr/local/share/proj
>
> $ grep PROJSHARE include/Make/Platform.make
> PROJSHARE = /usr/local/share/proj
> $ ls /usr/local/share/proj
> ls: /usr/local/share/proj: No such file or directory
>
>
> > configure now defines via hack (I didn't receive an answer how
> > to do it properly) where the PROJ software is installed.
> >
> > See configure.in, line 583 ff.
> >
> > > Do I have to use --with-proj-includes= ?
> > > (it has been fine without it up to now)
> >
> > Behaviour *should* not change. Apparently the
> > $PROJINC
> > test fails on your machine.
>
> this one: ?
>
> # Define share/proj/ directory for epsg code file
> PROJSHARE=
> if test -n "$PROJINC"; then
> PROJSHARE=/usr/share/proj
> else
> PROJSHARE=/usr/local/share/proj
> fi
>
>
> is $PROJINC only set if I used --with-proj-includes ??
No idea.
Maybe it should be -z instead of -n?
Markus
More information about the grass-dev
mailing list