[geos-devel] build problem on Solaris
strk at refractions.net
strk at refractions.net
Fri Nov 19 10:59:50 EST 2004
On Fri, Nov 19, 2004 at 10:56:31AM -0500, Norman Vine wrote:
> Norman Vine writes:
> >
> > Jan Kolar writes:
> > >
> >
> > > ../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);
>
> That's true but the problem is that stdio.h isn't being included
>
> so to the top of the file add
>
> #include <stdio.h>
Committed.
--strk;
More information about the geos-devel
mailing list