Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update freetype support #9

Closed
chrisridd opened this issue Jan 24, 2022 · 1 comment
Closed

Update freetype support #9

chrisridd opened this issue Jan 24, 2022 · 1 comment

Comments

@chrisridd
Copy link

Building with freetype-2.10.2 seems to work. Building with freetype-2.11.1 explodes with many thousands of compiler errors. It might actually be less, but make -j makes it hard to see.

echus$ cd fvdi/modules/ft2
echus$ CPU=000 M68K_ATARI_MINT_CROSS=yes make      
  CC       ftinit.o
In file included from ../../modules/ft2/freetype/include/freetype/fttypes.h:26,
                 from ../../modules/ft2/freetype/include/freetype/freetype.h:25,
                 from ../../modules/ft2/freetype/include/freetype/ftmodapi.h:23,
                 from ../../modules/ft2/freetype/include/freetype/ftrender.h:23,
                 from ../../modules/ft2/freetype/include/freetype/internal/ftobjs.h:29,
                 from ../../modules/ft2/freetype/src/base/ftinit.c:42:
../../modules/ft2/freetype/include/freetype/ftimage.h:700:23: warning: implicit declaration of function 'FT_STATIC_BYTE_CAST' [-Wimplicit-function-declaration]
  700 |           value = ( ( FT_STATIC_BYTE_CAST( unsigned long, _x1 ) << 24 ) | \
      |                       ^~~~~~~~~~~~~~~~~~~
../../modules/ft2/freetype/include/freetype/ftimage.h:747:5: note: in expansion of macro 'FT_IMAGE_TAG'
  747 |     FT_IMAGE_TAG( FT_GLYPH_FORMAT_NONE, 0, 0, 0, 0 ),
      |     ^~~~~~~~~~~~
[...]

It'd be nice to track freetype releases in case there are security and other bug fixes.

@mfro0
Copy link
Member

mfro0 commented Mar 9, 2022

Closed with #27

@mfro0 mfro0 closed this as completed Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants