Debian平台下编译安装MRT的问题


发布日期: 2015-02-03 03:15:31 UTC

标签:

最近要对MODIS数据进行处理,所有下载了MRT进行安装。这个软件已经比较成熟了。

直接进行编译,出现下面问题: <pre class="brush:py;"> In file included from mosaic.c:32: ../shared_src/mrt_dtype.h:41:6: error: #elif with no expression mosaic.c: In function ‘getInputFileNamesFromFile’: mosaic.c:1874: warning: implicit declaration of function ‘isspace’ make[1]: *** [mosaic.o] Error 1 make[1]: Leaving directory `/v/mrtmosaic' make: *** [all-recursive] Error 2 </pre>

解决方法很简单,打开mrt_type.h文件,将第41行的#elif修改为#else,保存后重新编译即可。


本文链接: Debian平台下编译安装MRT的问题
版权所有: 非特殊声明均为本站原创文章,转载请注明出处: 开源地理空间基金会中文分会