[Gdal-dev] An unsigned integer is being compared to zero.

Mateusz Loskot mateusz at loskot.net
Tue Jan 2 21:42:09 EST 2007


Martin Spott wrote:
> Any chance to get this sorted out ?

Martin,

What is the compile exactly you use on your IRIX machine?

All those errors you're reporting sounds like a lack of C99 support.
Missing long long and functions handling this type, errors about C99's
"static inline" feature, etc.
All these are features introduced in C99 (ISO/IEC 9899:1999) - C
language and library extensions for C89.
So, I suspect your compile doesn't support C langauge defined in C99.

Cheers
-- 
Mateusz Loskot
http://mateusz.loskot.net



More information about the Gdal-dev mailing list