Hi list.<br>I&#39;m trying to compile GDAL with ECW but I receive errors when compiling ECW. They always refer to something like: <br>&quot; error: extra qualification 'CNCSJPCBuffer::' on member 'operator=' &quot;<br>It seems that the compiler can&#39;t recognise this (and other) type. If I change the source, for example:<br>
<br>//*class CNCSJPCBuffer&amp; CNCSJPCBuffer::operator=( const class CNCSJPCBuffer&amp; src );*/<br>&nbsp;&nbsp;&nbsp; class CNCSJPCBuffer&amp; operator=( const class CNCSJPCBuffer&amp; src );<br><br>the error doesn&#39;t raise, but I get the same error for subsequent types (CNCSJPCMarker, CNCSJPCPLTMarker, etc.).<br>
Have someone faced it before? I haven&#39;t found useful solutions on the web...<br><br>I&#39;m trying with libecwj2-3.3-RC2 on Kubuntu 8.04<br><br>giovanni<br><br>