Changes between Version 149 and Version 150 of CompileOnWindows


Ignore:
Timestamp:
Feb 20, 2010, 8:46:58 AM (14 years ago)
Author:
hamish
Comment:

#759 fixed by manifest

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v149 v150  
    385385 * see also [http://trac.osgeo.org/osgeo4w/wiki/pkg-grass#Errata OSGeo4W pkg-grass buglist]
    386386
    387  * r.patch and v.patch do not work on 32bit Vista. They exit with a "Bad file number" error. Apparently Windows's security measures think that "patch" is a dangerous word. (see bug #759)
    388   * Solution 1: Switch off UAC.
    389   * Solution 2: Rename C:\GRASS\bin\r.patch.exe to r.fuzzy_kittens.exe. Do something similar for v.patch.exe. To keep the menus working you will want to edit the C:\GRASS\etc\wxpython\xml\menudata.xml file as well to match the new names.
    390 
    391  * Similarly, some anti-virus software seem to think that the ''r.out.png.exe'' module (etc.) is a sneaky attempt to fool you into thinking it's an image instead of a program which exports a PNG file. ''g.version'' is also reported to set them off. You'll have to bypass those over-zealous warnings as appropriate.
     387 * Some anti-virus software seem to think that the ''r.out.png.exe'' module (etc.) is a sneaky attempt to fool you into thinking it's an image instead of what it really is: a program which exports a PNG file. ''g.version'' is also reported to set them off. You'll have to bypass these over-zealous warnings as appropriate.
    392388
    393389 * Large File support ("LFS", >2GiB) is currently not supported for 32bit versions of Windows. A 64bit build of GRASS (or more accurately a build of the support libraries needed to build 64bit GRASS) is still in development.