On 20 May 2010 12:44, Gustavo Frei <[email protected]> wrote:b'
> Hi,
>
> I am trying to build Swftools (latest version from git) but i am having
> problems with it. Have also tried other versions of Swftools but the
> generate same error.
>
> When i run make, it stops with an error:        No rule to make target
> `ttf.c', needed by 'ttf.o'

Make can't compile files which don't exist!  'ttf.c' and 'ttf.h' should be in
the SWFTools lib/ directory, and they weren't.   It looks like they're there
now though.  If you haven't already, try again.

The same issue seems to affect the latest development snapshot,
SWFTools-swftools-2010-05-16-1816.tar.gz.   Both 'ttf.c' and 'ttf.h' are
missing.  Copy them from the version in the git repository to their
proper location.

I've just taken a quick look, there seem to be a few other ommissions
as well...

Regards,


Chris.

Reply via email to