[GRASS-dev] [GRASS GIS] #3091: The RUN_GISBASE variable is not set correctly on FreeBSD
GRASS GIS
trac at osgeo.org
Tue Jul 5 02:33:43 PDT 2016
#3091: The RUN_GISBASE variable is not set correctly on FreeBSD
------------------------+-------------------------
Reporter: pieside | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.5
Component: Default | Version: 7.0.4
Keywords: FreeBSD | CPU: x86-64
Platform: Other Unix |
------------------------+-------------------------
I'm trying to port Grass7 in the ports tree to make the installation
easier on FreeBSD.
The include/Make/Platform.make file contains the RUN_GISBASE variable with
the following value:
{{{
dist.amd64.portbld-freebsd11.0
}}}
The compilation search the includes files (e.g., gis.h) in this directory.
But it is empty. All the includes are located in another directory:
{{{
dist.amd64
}}}
Why is the first directory empty?
This thread [https://forums.freebsd.org/threads/56766/#post-323057]
suggests the Makefile contains rules to create those directories. I
presume the solution lives somewhere in a file in the include/Make/
directory but I can't figure it out
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3091>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list