[GRASS-dev] Re: [GRASS GIS] #827: standalone-installer: execution
failed on g.proj.exe -p
GRASS GIS
trac at osgeo.org
Tue Feb 9 19:10:14 EST 2010
#827: standalone-installer: execution failed on g.proj.exe -p
---------------------------+------------------------------------------------
Reporter: timmie | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: Installation | Version: svn-releasebranch64
Resolution: | Keywords: wingrass
Platform: MSWindows XP | Cpu: x86-32
---------------------------+------------------------------------------------
Comment (by glynn):
Replying to [comment:22 timmie]:
> I have a lot of opensource programs installed on Windows that rely on
GTK or Python (wxPython). But all can run independatly.
Note that the directory containing the executable is always searched
first. This tends to work fine for monolithic applications, but isn't
suitable for Unix-style development where a package relies upon external
packages (e.g. GRASS relying upon GDAL).
The "Windows way" is for an application to embed its own copy of every
package it depends upon. If you want to take this approach, you can move
all of GRASS' DLLs from $GISBASE/lib to $GISBASE/bin, and also copy all of
the GDAL (etc) DLLs there. OTOH, that won't work for programs which are in
$GISBASE/etc or $GISBASE/driver.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/827#comment:23>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list