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