[geos-devel] build problem on Solaris
strk at refractions.net
strk at refractions.net
Fri Nov 19 11:10:46 EST 2004
Actually I've substituted the sprintf call using ostringstream
instead.
--strk;
On Fri, Nov 19, 2004 at 04:59:50PM +0100, strk at refractions.net wrote:
> 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;
> _______________________________________________
> geos-devel mailing list
> geos-devel at geos.refractions.net
> http://geos.refractions.net/mailman/listinfo/geos-devel
More information about the geos-devel
mailing list