swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Compilling of swftools for windows


From: Matthias Kramm
Subject: Re: [Swftools-common] Compilling of swftools for windows
Date: Fri, 27 Jun 2008 09:12:20 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Fri, Jun 27, 2008 at 12:30:47PM +0800, Isabelle Tan <address@hidden> wrote:
> However, attempting to duplicate it a few times for the new versions
> in the last month, have been running into the following problems
> during make.
> ..
> make[1]: Entering directory `/f/swftools2005/lib'
> Makefile:24: *** multiple target patterns.  Stop.

Sounds like an old/strange make version.

> ../lib/libgfx.lib(gfxpoly.obj)(.text+0xf86):gfxpoly.c: undefined
> reference to `l                rand48'
> make[1]: *** [pdf2swf.exe] Error 1

Edit lib/os.c, and replace all occurences of lrand48() by
rand(). That change is harmless.

> So, just to test, pdf2swf (most of concern here, secondary would be
> swfstrings) did indeed run and was able to output the pages and page
> size of pages in a pdf, but any conversion failed at the gfxpoly.

Hm... any (pdf2swf -vvv) logging messages that appear just before 
that failing?

Also, just out of curiosity, what don't you like about the Windows
precompiled versions?

Greetings

Matthias






reply via email to

[Prev in Thread] Current Thread [Next in Thread]