Hi Lorenzo, I'll check it, there is quite a mess there (there are three implementations of this same function in the lib), and my recent fix made it surface.
Brgds, Viktor On Fri, Feb 20, 2009 at 10:22 PM, Lorenzo Fiorini <[email protected] > wrote: > It worked at 2009-02-03 03:02 UTC+0100 Przemyslaw Czerpak > (druzus/at/priv.onet.pl) > > Creating shared lib libhbgd... > ./libhbgd.a/gdwrp.o: In function `HB_FUN_GDIMAGEELLIPSE': > gdwrp.c:(.text+0x4fd0): multiple definition of `HB_FUN_GDIMAGEELLIPSE' > ./libhbgd.a/gd.o:gd.c:(.text+0x1760): first defined here > collect2: ld returned 1 exit status > > In gd.prg there is: > > FUNCTION gdImageEllipse( im, cx, cy, w, h, color ) > RETURN gdImageArc( im, cx, cy, w, h, 0, 360, color ) > > while in gdwrp.c there is: > > /* > ---------------------------------------------------------------------------*/ > #if HB_GD_VERS( 2, 0, 35 ) > HB_FUNC( GDIMAGEELLIPSE ) /* void gdImageEllipse(gdImagePtr im, int > cx, int cy, int w, int h, int color) */ > ... > #endif /* ( GD_VERS >= 2035 ) */ > > Any fix? > > best regards, > Lorenzo > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour >
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
