#1253 closed defect (fixed)
wingrass7 - i.aster.toar - compiling error
Reported by: | hellik | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | Compiling | Version: | svn-trunk |
Keywords: | wingrass, imagery | Cc: | |
CPU: | x86-32 | Platform: | MSWindows Vista |
Description
r44815 self compiled in the osgeo4w-stack
during compilation, a windows error message pops up (grass7 isn't working), after clicking ok, compilation continues.
i.aster.toar.exe is compiled, but i.aster.toar.html isn't created.
GRASS GIS compilation log ------------------------- Started compilation: Thu Dec 30 21:51:01 GMT 2010 -- Errors in: /c/osgeo4w/usr/src/grass_trunk/lib/vector/diglib /c/osgeo4w/usr/src/grass_trunk/imagery/i.aster.toar -- In case of errors please change into the directory with error and run 'make'. If you get multiple errors, you need to deal with them in the order they appear in the error log. If you get an error building a library, you will also get errors from anything which uses the library. -- Finished compilation: Thu Dec 30 23:33:48 GMT 2010
syringia@NADA /c/osgeo4w/usr/src/grass_trunk/imagery/i.aster.toar $ make if [ "/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/bin/i.aster.toar.exe" != "" ] ; then GISRC=/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/demolocation/.grassrc70 GISBASE=c:/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32 PATH="/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/bin:$PATH" PYTHONPATH="c:/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/etc/python;$PYTHONPATH" PATH="/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/bin:/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/lib:/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/lib:.:/usr/local/bin:/mingw/bin:/bin:/osgeo4w/bin:/c/windows/system32:/c/windows:/c/windows/System32/Wbem:/c/Program Files/ATI Technologies/ATI.ACE/Core-Static:/c/Program Files/ActivIdentity/ActivClient/:/c/Program Files/Hewlett-Packard/IAM/bin:/c/Program Files/Common Files/Roxio Shared/DLLShared/:/c/Program Files/Common Files/Roxio Shared/10.0/DLLShared/:/c/windows/System32/WindowsPowerShell/v1.0/:/c/Program Files/TortoiseSVN/bin:/c/Program Files/QuickTime/QTSystem/:/bin" LC_ALL=C /c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/bin/i.aster.toar.exe --html-description < /dev/null | grep -v '</body>\|</html>' > i.aster.toar.tmp.html ; fi make: *** [i.aster.toar.tmp.html] Error 1 rm i.aster.toar.tmp.html
if [ "/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/bin/i.aster.toar.exe" != "" ] ; then GISRC=/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/demolocation/.grassrc70 GISBASE=c:/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32 PATH="/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/bin:$PATH" PYTHONPATH="c:/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/etc/python;$PYTHONPATH" PATH="/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/bin:/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/lib:/c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/lib:.:/usr/local/bin:/mingw/bin:/bin:/osgeo4w/bin: /c/windows/system32:/c/windows:/c/windows/System32/Wbem:/c/Program Files/ATI Technologies/ATI.ACE/Core-Static: /c/Program Files/ActivIdentity/ActivClient/:/c/Program Files/Hewlett-Packard/IAM/bin:/c/Program Files/Common Files/Roxio Shared/DLLShared/: /c/Program Files/Common Files/Roxio Shared/10.0/DLLShared/:/c/windows/System32/WindowsPowerShell/v1.0/: /c/Program Files/TortoiseSVN/bin:/c/Program Files/QuickTime/QTSystem/: /bin" LC_ALL=C /c/osgeo4w/usr/src/grass_trunk/dist.i686-pc-mingw32/bin/i.aster.toar.exe --html-description < /dev/null | grep -v '</body>\|</html>' > i.aster.toar.tmp.html ; fi rm i.aster.toar.tmp.html
Change History (4)
follow-up: 2 comment:1 by , 14 years ago
follow-up: 4 comment:2 by , 14 years ago
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
So I assume that it is fixed (otherwise reopen). Closing.
comment:4 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
I wonder if the fix in r45523 helps.
Markus