[geos-devel] build problem on Solaris
Norman Vine
nhv at cape.com
Fri Nov 19 10:51:17 EST 2004
Jan Kolar writes:
>
> ok, including
> #include <ieeefp.h>
> in platforms.h solves the problem with finite()/isinf() functions. to what
> has been posted i can add that i have found that isinf() was in earlier
> versions of Solaris, however since Solaris 8/9 isinf() doesn't exist at
> all. so no i get further and have a new error :(
> ../index/quadtree/QuadTreeNode.cpp:175: implicit declaration of function
> `int geos::sprintf(...)'
This wants to call the global sprintf as below
::sprintf(buf, "%d", level);
HTH
Norman
More information about the geos-devel
mailing list