[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] FreeType doesn't compile
From: |
Werner LEMBERG |
Subject: |
Re: [ft] FreeType doesn't compile |
Date: |
Sat, 25 Oct 2014 20:16:16 +0200 (CEST) |
> I'm trying to compile FreeType, with no success however. Somewhere
> in the middle of the compilation process, I get some kind of an
> error, and I have no idea how to interpret it.
>
> gcc -o .\objs\apinames.exe .\src\tools\apinames.c
> make: Interrupt/Exception caught
> (code = 0xc0000005, addr = 0x000007FEFF2F2020)
You are the first who reports such a problem. Can you execute the
`apinames.exe' program? It is used to construct a `.def' file.
Werner