(Windows 10, 64-bit) Is there a way to compile GDAL (3.0.4) without the dependency on FreeType? I am trying to integrate the GDAL libraries into an existing software, which itself already links to FreeType2. This causes a series of conflicts such as:
freetype.lib(ftbase.obj) : error LNK2005: FT_DivFix already defined in gdal_i.lib(gdal300.dll) These prevent me from being able to link GDAL and compile the executable. Is there a way to remove the dependency, or another way to resolve the multiple definitions? Thanks.
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev