<div>Greetings</div>
<div> </div>
<div>I have developed a Script to import Landsat images that runs just fine in Linux</div>
<div> </div>
<div>But when I compile (Msys) with this expressioN:</div>
<div>make -C r.in.landsat MODULE_TOPDIR=/C/OSGeo4W/usr/src/grass-6.4.svn_src_snapshot_2010_09_04<br></div>
<div> </div>
<div>and run in GRASS I get this error:</div>
<div> </div>
<div>Traceback (most recent call last):<br> File "C:/OSGeo4W/apps/grass/grass-6.4.1svn/etc/wxpython/wx<br>gui.py", line 486, in OnRunCmd</div>
<div>self.goutput.RunCmd(cmd, switchPage=False)<br> File "C:\OSGeo4W\apps\grass\grass-6.4.1svn\etc\wxpython\gu<br>i_modules\goutput.py", line 368, in RunCmd</div>
<div>menuform.GUI().ParseCommand(cmdlist, parentframe=self)<br> File "C:\OSGeo4W\apps\grass\grass-6.4.1svn\etc\wxpython\gu<br>i_modules\menuform.py", line 1866, in ParseCommand</div>
<div>xml.sax.parseString(getInterfaceDescription(cmd[0]).decode(e<br>nc).split('\n',1)[1].replace('', '<?xml version="1.0"<br>encoding="utf-8"?>\n', 1).encode("utf-8"),<br>
IndexError<br>:<br>list index out of range<br></div>
<div>1- Is my compilation expression correct? </div>
<div> </div>
<div>2- What am I missing on this?</div>
<div>Thanks</div>
<div>Helena</div>