[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: New HintView release



On 10.12.24 09:16, Martin Ruckert wrote:

Hello Martin,

the error you mention occurs when generating the .depend file with the - MM option

gcc -I../backend -MM *.c  > .depend || true
renderOGL.c:34:10: error: #include expects "FILENAME" or <FILENAME>
    34 | #include FT_FREETYPE_H

This was a recommendation for compilation on systems with strict 8.3 requirement on filenames and I had it in the Linux version to keep the differences between the various renderOGL.c files to a minimum. I have replaced it by <freetype/ freetype.h>. The macro is still used in ../backend/hfonts.c but if that is a problem, I can replace this occurrence as well.


No, it is not an issue: I just noticed the error message, but it doesn't seem to do a harm. I was just wondering why there is an include statement, which seems to be broken.

Hilmar
--
#206401 http://counter.li.org

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


Reply to: