[ft] Some problem (or bug) about compiling freetype library on AmigaOS4.1FE Update 1

2018-11-03 Thread Nagy Károly
Dear FreeType.Org, I would like to make an SDL application using SDL_ttf which is wrapped in FreeType library, so I downloaded it and try to compile on my AmigaOne with SDK and I type what the README says: "make -f makefile.os4", in turn the following error has occured: makefile.os4:67: ***

[ft] RE2: Re: Some problem (or bug) about compiling freetype library on AmigaOS4.1FE Update 1

2018-11-04 Thread Nagy Károly
Hello Werner, OK. I attached a working makefile: makefile.os4 and the log of my build: build_log.txt What's your opinion, now? Maybe you will be right... Thanks for your help. Have a nice day. Károly On 2018.11.04., you wrote: >> First of all, thanks for the quick reply, but I think you

Re: [ft] Some problem (or bug) about compiling freetype library on AmigaOS4.1FE Update 1

2018-11-04 Thread Nagy Károly
Hello Werner, 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: libft2_ppc.a and when I began to compile my SDL application with SDL_ttf

[ft] Fwd: RE2: Re: Some problem (or bug) about compiling freetype library on AmigaOS4.1FE Update 1

2018-11-05 Thread Nagy Károly
t': SDL_ttf.c:(.text+0x33c8): undefined reference to `FT_Done_FreeType' make: *** [all] Error 1 AND where are FT_Init_FreeType and FT_Done_FreeType??? (Are they not in "libft2_ppc.a"?) Can you help me? Regards, Charlie *** Begin of forwarded message *** Date: 2018.11.05. 07:01:48 From:

[ft] Success! :-)

2018-11-05 Thread Nagy Károly
Hello Werner, I am success in compiling my SDL application with SDL_ttf: 1.: I was looking for FT_Init_FreeType and FT_Done_FreeType in the source files and I found it "src/base/ftinit.c" 2.: I saw the rule in makefile.os4 which makes the "ftinit.ppc.o" object file, but while compiling FreeType

Re: [ft] This is the "perfect" Makefile for FreeType library building on an AmigaOne

2018-11-08 Thread Nagy Károly
Hello Werner, I tested your new professional Makefile in WinUAE (Amiga OS 4.1 Classic) on a PC in the afternoon and now on my AmigaOne and got the same following output: freetype/builds/amiga> make assign FT: // make: *** No rule to make target `ftbase.ppc.o', needed by `libfreetype.a'. Stop.

[ft] Fwd: Re: This is the "perfect" Makefile for FreeType library building on an AmigaOne

2018-11-08 Thread Nagy Károly
After replacing "FT:" with "../../" in VPATH variable, the Makefile began to work... *** Begin of forwarded message *** Date: 2018.11.08. 22:57:59 From: Nagy Károly Subject: Re: This is the "perfect" Makefile for FreeType library building on an AmigaOne

[ft] Makefile.AmigaOne and README for FreeType

2018-11-11 Thread Nagy Károly
Hello Werner, I tried to make comments for Makefile.AmigaOne (tested) and README (attached) based on the original ones of course. Please have a closer look at these files because I am not so good at English and I don't want to write silly things. IMHO, the README seems a little complicated for

[ft] I try to compile FreeType in WinUAE (Amiga 600 (AmigaOS2.04) and Amiga 1200(AmigaOS3.9))

2018-11-13 Thread Nagy Károly
Hello Werner, I try to compile FreeType in WinUAE (Amiga 600 (AmigaOS2.04) and Amiga 1200(AmigaOS3.9)) with SAS/C v6.50 and SMAKE ...and the results are the same... attached Regards, Károly Nagy ___ Freetype mailing list Freetype@nongnu.org

[ft] This is the "perfect" Makefile for FreeType library building on an AmigaOne

2018-11-06 Thread Nagy Károly
Hello Werner, I write a "new" Makefile (freed from a lot of "brick-a-brack" and tested) for building FreeType Library easily on an AmigaOne (AmigaOS 4.1 Final Edition Update 1): attached "Makefile". It makes a "libfreetype.a" (linked with ftinit.ppc.o and ftsystem.ppc.o, too) static library

Re: [ft] This is the "perfect" Makefile for FreeType library building on an AmigaOne

2018-11-08 Thread Nagy Károly
> Please send me the output of make -d -r -R -n > make.log make.log is attached On 2018.11.08., you wrote: >> I tested your new professional Makefile in WinUAE (Amiga OS 4.1 >> Classic) on a PC in the afternoon and now on my AmigaOne and got the >> same following output: >> >>

Re: [ft] This is the "perfect" Makefile for FreeType library building on an AmigaOne

2018-11-09 Thread Nagy Károly
> Attached is a new version, implementing your findings. Before building... At first look at this new version of Makefile, I saw the following line very suspiciously: gxvalid.ppc.o: gxvalid.c $(CC) -c $(CFLAGS) -Wno-aggregate-return $< -o $@ After building... My sinister thought came

[ft] Fwd: Re: This is the "perfect" Makefile for FreeType library building on an AmigaOne

2018-11-09 Thread Nagy Károly
*** Begin of forwarded message *** Date: 2018.11.09. 19:01:10 From: Nagy Károly Subject: Re: This is the "perfect" Makefile for FreeType library building on an AmigaOne --- Forwarded message follows --- > Attached is a new version, implementing your findings. Before buildin