<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1" style="word-wrap:break-word">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,<br>
 As Mary mentioned in her email try the GDAL mailing list. This error is because different compilers require (some strictly) compliance with different versions of the C++ standard.<br>
 Also try the following and see if it works (no guarantees, I don't have access to AIX so cannot try this on my own),<br>
<br>
# Note that the fix below is not the *right* fix but the simplest one.<br>
# Edit ./gcore/rasterio.cpp (GDAL source file with the error)<br>
# Remove the static keyword from the definition of the function GDALCopyWordsT<br>
<br>
=============================================<br>
<br>
template <class Tin, class Tout><br>
//static void GDALCopyWordsT(const Tin* const pSrcData, int nSrcPixelOffset,<br>
void GDALCopyWordsT(const Tin* const pSrcData, int nSrcPixelOffset,<br>
                           Tout* const pDstData, int nDstPixelOffset,<br>
                           int nWordCount)<br>
<br>
=============================================<br>
<br>
# Recompile GDAL<br>
<br>
Regards,<br>
Jayesh<br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF113803"><font face="Tahoma" color="#000000" size="2"><b>From:</b> parvis-users-bounces@lists.mcs.anl.gov [parvis-users-bounces@lists.mcs.anl.gov] on behalf of Mary Haley [haley@ucar.edu]<br>
<b>Sent:</b> Wednesday, March 12, 2014 7:44 PM<br>
<b>To:</b> 陈剑桥<br>
<b>Cc:</b> parvis-users@lists.mcs.anl.gov<br>
<b>Subject:</b> Re: [Parvis-users] How to compile gdal in AIX<br>
</font><br>
</div>
<div></div>
<div>Hi Chen,
<div><br>
</div>
<div>Here at NCAR we no longer have access to an AIX system, so I’m unable to help there.</div>
<div><br>
</div>
<div>Did you try the GDAL email list?</div>
<div><br>
</div>
<div>The other possibility is to try the GNU compilers if you can use these instead of xlc.</div>
<div><br>
</div>
<div>If you are needing to build GDAL for ParNCL, then I should mention that this package is optional if you don’t need shapefile support.</div>
<div><br>
</div>
<div>—Mary</div>
<div><br>
<div>
<div>On Mar 12, 2014, at 8:24 AM, 陈剑桥 <<a href="mailto:xiguli520@163.com" target="_blank">xiguli520@163.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div style="line-height:1.7; font-size:14px; font-family:arial">
<div><font face="宋体" size="3"></font>
<div style="margin:0cm 0cm 0pt"><span lang="EN-US"><font face="Times New Roman">Hi PARVIS support ,</font></span></div>
<font face="宋体" size="3"></font>
<div style="margin:0cm 0cm 0pt"><span style="font-family:Arial; font-size:9pt" lang="EN-US"><span style="">  
</span>Did you settle the problem <a href="http://lists.mcs.anl.gov/pipermail/parvis-users/2013-August/000018.html" target="_blank">
<font color="#0000ff">http://lists.mcs.anl.gov/pipermail/parvis-users/2013-August/000018.html</font></a></span></div>
<font face="宋体" size="3"></font>
<div style="margin:0cm 0cm 0pt"><span style="font-family:Arial; font-size:9pt" lang="EN-US"><span style="">  
</span>I meet the same problem when I want to compile gdal-1.10.0 by using xlc & xlC in AIX.</span></div>
<font face="宋体" size="3"></font>
<div style="margin:0cm 0cm 0pt"><span style="font-family:Arial; font-size:9pt" lang="EN-US"><span style="">  
</span>How to fit it ?</span></div>
<div style="margin:0cm 0cm 0pt"><span style="font-family:Arial; font-size:9pt" lang="EN-US"></span> </div>
<font face="宋体" size="3"></font>best regards!<br>
</div>
<div>Chen Jian-qiao</div>
<div>Fuzhou Fujian China</div>
<div>+86-591-87877036</div>
</div>
<br>
<br>
<span title="neteasefooter"><span id="netease_mail_footer"></span></span>_______________________________________________<br>
Parvis-users mailing list<br>
<a href="mailto:Parvis-users@lists.mcs.anl.gov" target="_blank">Parvis-users@lists.mcs.anl.gov</a><br>
https://lists.mcs.anl.gov/mailman/listinfo/parvis-users<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</body>
</html>