[GRASS-dev] Re: [GRASS GIS] #625: make errors (missing demolocation)
GRASS GIS
trac at osgeo.org
Tue Jun 2 14:43:49 EDT 2009
#625: make errors (missing demolocation)
------------------------------+---------------------------------------------
Reporter: cnielsen | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: critical | Milestone: 7.0.0
Component: default | Version: svn-trunk
Resolution: | Keywords:
Platform: MSWindows Vista | Cpu: x86-32
------------------------------+---------------------------------------------
Comment (by glynn):
Replying to [ticket:625 cnielsen]:
> I get the following errors compiling trunk (r37704) though it worked
fine a couple days ago.
I've been making quite a lot of changes to the build system over the last
couple of days.
> ... there's a lot more but they all have the same error message:
>
{{{
ERROR: LOCATION << /src/trunk/dist.i686-pc-mingw32/demolocation >> not
available
}}}
Try this:
{{{
Index: include/Make/Grass.make
===================================================================
--- include/Make/Grass.make (revision 37704)
+++ include/Make/Grass.make (working copy)
@@ -48,7 +48,6 @@
LIB_RUNTIME_DIR = $(GISBASE)/lib
RUN_GISRC =
$(GISBASE)/demolocation/.grassrc$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR)
-RUN_GISBASE = $(GISBASE)
#########################################################################
# these define the various directories which contain GRASS programs
Index: include/Make/Platform.make.in
===================================================================
--- include/Make/Platform.make.in (revision 37704)
+++ include/Make/Platform.make.in (working copy)
@@ -41,6 +41,7 @@
INST_DIR = @INSTDIR@
GRASS_HOME = @GRASS_HOME@
+RUN_GISBASE = @GISBASE@
GRASS_VERSION_MAJOR = @GRASS_VERSION_MAJOR@
GRASS_VERSION_MINOR = @GRASS_VERSION_MINOR@
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/625#comment:1>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list