[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Problems about ftdmo29
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Problems about ftdmo29 |
Date: |
Thu, 12 Apr 2018 18:36:37 +0200 (CEST) |
> Compiler is GCC with Mingw
> ...found 649 target(s)...
> ...updating 62 target(s)...
> Cc objs\autofit.o
> ...
... this is a bug – those files shouldn't be (re)compiled if you
already called `jam' for the FreeType library.
> Cc objs\ftbench.o
> Link objs\ftbench.exe
> Link objs\ftlint.exe
> Link objs\ftdump.exe
> objs\ftdump.o:ftdump.c:(.text+0xc99): undefined reference to
> `put_unicode_be16'
> objs\ftdump.o:ftdump.c:(.text+0xd1b): undefined reference to `put_ascii'
> objs\ftdump.o:ftdump.c:(.text+0xd89): undefined reference to `put_ascii'
> objs\ftdump.o:ftdump.c:(.text+0xda9): undefined reference to
> `put_unicode_be16'
> objs\ftdump.o:ftdump.c:(.text+0xe39): undefined reference to
> `put_unicode_be16'
> objs\ftdump.o:ftdump.c:(.text+0x14d3): undefined reference to `put_ascii'
> objs\ftdump.o:ftdump.c:(.text+0x14f6): undefined reference to
> `put_unicode_be16'
This is strange, and I have to check that in more detail. As soon as
I've fixed the above problem (and some other, minor ones), I'll write
again.
> I see there many files (.exe) in the
> C:\Users\zgl\Desktop\ft2demos-2.9\objs. However, when I click most
> of the them, they just blink and close themselves.
Those `blinking' files are to be called from the console.
Werner