On 04/09/2018 16:43, Alexei Podtelezhnikov wrote:
ftbase.c wraps ftlcdfil.c and many others. You are not suppose to compile all C files. Are you using builds/windows/vc2010/freetype.vcxproj ?
Oops... I'm actually using my own VC project file but you're right - I'd accidentally included a couple of files which already get built via ftbase.c
BTW ... On 04/09/2018 14:49, Alexei Podtelezhnikov wrote:
I do not think the special windows version is needed actually. It only tee's the output to Windows debugger, which can be done with "#ifdef WIN32" or something.I will try that.
If I abandon 'builds/windows/ftdebug.c' and I replace it with 'src/base/ftdebug.c', that does solve the compiler error that I originally reported (C2372). Thanks,
John _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
