minetestmapper icon indicating copy to clipboard operation
minetestmapper copied to clipboard

Implement printing POIs

Open mowgli opened this issue 2 years ago • 1 comments
trafficstars

I had to change the way, text is written to the map to allow utf-8 encoded strings.

closes #98

mowgli avatar Apr 24 '23 20:04 mowgli

The build failure is due to a too old libgd-dev.

The current version (2.3.3) has the following definition:

BGD_DECLARE(char *) gdImageStringFT (gdImagePtr im, int *brect, int fg, const char *fontlist,
                                     double ptsize, double angle, int x, int y,
                                     const char *string);

So the last argument keeps his const.

I see nothing I can do against as I cannot update the github build environment.

mowgli avatar Apr 25 '23 07:04 mowgli