[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Some problem (or bug) about compiling freetype library on Amiga
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Some problem (or bug) about compiling freetype library on AmigaOS4.1FE Update 1 |
Date: |
Sun, 04 Nov 2018 20:58:45 +0100 (CET) |
> First of all, thanks for the quick reply, but I think you miss the
> point a little bit, because I wrote that I managed to compiled
> FreeType library in the end:
OK. Can you provide a patch that updates the Amiga stuff? Maybe
contributing a new Makefile, if necessary...
> /SDK/local/newlib/lib/libSDL_ttf.a(SDL_ttf.o): In function `TTF_Init':
> SDL_ttf.c:(.text+0xdbc): undefined reference to `FT_Init_FreeType'
> /SDK/local/newlib/lib/libSDL_ttf.a(SDL_ttf.o): In function `TTF_Quit':
> SDL_ttf.c:(.text+0x33c8): undefined reference to `FT_Done_FreeType'
> /SDK/local/newlib/lib/libft2_ppc.a(ftbase.ppc.o): In function
> `FT_Stream_New':
> ftbase.c:(.text+0xdd0c): undefined reference to `FT_Stream_Open'
> make: *** [all] Error 1
Obviously the files that contain the code for those functions are not
compiled into your library. Without a log file I can only rub against
my crystal ball.
Werner