[Gdal-dev] extra qualification 'FITRasterBand::' on
member 'FITRasterBand'
Frank Warmerdam
warmerdam at pobox.com
Fri Feb 17 12:41:17 EST 2006
Mike Leahy wrote:
> Hello list,
>
> I'm wondering if anyone might recognize the errors I'm getting below
> when I try to compile gdal. I'm currently running FC5 test 2...I'm
> pretty sure I got the same version to compile fine on FC4, so maybe this
> is an issue with gcc-4.1.0 that is the current release for FC5? At any
> rate, regardless of what options I include in the configuration (i.e.,
> disabling/internalizing as many options as possible), I get the same
> result. I don't see anything recent in the list that suggests anyone
> else has the same problem...
>
> Any ideas? Should I just forget about getting this to work on FC5/gcc4
> for now?
>
> Thanks in advance for any suggestions,
> Mike
>
> ================================================
>
> fitdataset.cpp:177: error: extra qualification 'FITRasterBand::' on
> member 'FITRasterBand'
> fitdataset.cpp: In static member function 'static GDALDataset*
Mike,
Change:
FITRasterBand::FITRasterBand( FITDataset *, int );
To:
FITRasterBand( FITDataset *, int );
I have committed the same change in CVS. Let me know if you
run into other problems.
Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent
More information about the Gdal-dev
mailing list