- Code: Select all
ft_font.h:19:10: #include expects "FILENAME" or <FILENAME>
ft_font.h:20:10: #include expects "FILENAME" or <FILENAME>
ft_font.h:21:10: #include expects "FILENAME" or <FILENAME>
ft_font.h:22:10: #include expects "FILENAME" or <FILENAME>
The missed filenames are declared in the freetype header, and this error implicates all the other errors.
I don't know how to solve it since I don't know how mingw works.
Does mingw emulate the unix file structure? If not, where must the libraries and includes be placed on Windows? Perhaps it's possible to set another path to the headers instead of -I/usr/include/freetype2.
BTW: It's time for me to get familiar with mingw to keep the code in a compilable state.

