swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Building PDF2SWF only


From: Pablo Beltran
Subject: Re: [Swftools-common] Building PDF2SWF only
Date: Tue, 14 Aug 2012 19:19:14 +0200

Almost!

I built libbase without problems, but pdf2swf does not yet work:

make[1]: Entering directory `/cygdrive/e/alchemy/tutorials/alexmac-alcextra-635c730/swftools-0.9.2/src'
g++ -DHAVE_CONFIG_H pdf2swf.o -o pdf2swf ../lib/libgfxswf.a ../lib/librfxswf.a ../lib/libgfxpdf.a ../lib/libgfx.a ../lib/libbase.a -L/usr/local/lib -L/cygdrive/e/alchemy/tutorials/alexmac-alcextra-635c730/install/usr/lib -ljpeg -lz -lm  -L/cygdrive/e
../lib/libgfxswf.a: error: undefined reference to '_action_PreviousFrame'
../lib/libgfxswf.a: error: undefined reference to '_action_NextFrame'
../lib/libgfxswf.a: error: undefined reference to '_swf_SetShapeHeader'
../lib/libgfxswf.a: error: undefined reference to '_action_Stop'
../lib/libgfxswf.a: error: undefined reference to '_swf_ShapeAddBitmapFillStyle'
../lib/libgfxswf.a: error: undefined reference to '_swf_AddImage'
../lib/libgfxswf.a: error: undefined reference to '_swf_ImageHasAlpha'
../lib/libgfxswf.a: error: undefined reference to '_swf_ImageGetNumberOfPaletteEntries'
../lib/libgfxswf.a: error: undefined reference to '_swf_ShapeAddGradientFillStyle'
../lib/libgfxswf.a: error: undefined reference to '_action_GetUrl'
../lib/libgfxswf.a: error: undefined reference to '_action_GotoFrame'
../lib/libgfxswf.a: error: undefined reference to '_action_CallFunction'
../lib/libgfxswf.a: error: undefined reference to '_action_PushInt'
../lib/libgfxswf.a: error: undefined reference to '_swf_ButtonPostProcess'
../lib/libgfxswf.a: error: undefined reference to '_swf_ButtonSetCondition'
../lib/libgfxswf.a: error: undefined reference to '_swf_ButtonSetRecord'
../lib/libgfxswf.a: error: undefined reference to '_swf_ButtonSetFlags'
../lib/libgfxswf.a: error: undefined reference to '_swf_ActionFree'
../lib/libgfxswf.a: error: undefined reference to '_swf_ActionSet'
../lib/libgfxswf.a: error: undefined reference to '_action_End'
../lib/libgfxswf.a: error: undefined reference to '_action_SetVariable'
../lib/libgfxswf.a: error: undefined reference to '_action_PushFloat'
../lib/libgfxswf.a: error: undefined reference to '_action_PushString'
../lib/libgfxswf.a: error: undefined reference to '_swf_ShapeSetStyle'
../lib/libgfxswf.a: error: undefined reference to '_swf_ShapeAddSolidFillStyle'
../lib/libgfxswf.a: error: undefined reference to '_swf_ShapeSetEnd'
../lib/libgfxswf.a: error: undefined reference to '_swf_ShapeSetAll'
../lib/libgfxswf.a: error: undefined reference to '_swf_SetShapeBits'
../lib/libgfxswf.a: error: undefined reference to '_swf_ShapeCountBits'
../lib/libgfxswf.a: error: undefined reference to '_swf_SetShapeStyles'
../lib/libgfxswf.a: error: undefined reference to '_swf_ShapeAddLineStyle'
../lib/libgfxswf.a: error: undefined reference to '_swf_ShapeNew'
../lib/libgfxswf.a: error: undefined reference to '_swf_ShapeSetCurve'
../lib/libgfxswf.a: error: undefined reference to '_swf_ShapeSetLine'
../lib/libgfxswf.a: error: undefined reference to '_swf_ShapeSetMove'
../lib/libgfxswf.a: error: undefined reference to '_swf_ShapeFree'
../lib/librfxswf.a: error: undefined reference to '_swf_SetFilter'
../lib/librfxswf.a: error: undefined reference to '_swf_ShapeIsEmpty'
../lib/librfxswf.a: error: undefined reference to '_swf_Shape2Free'
../lib/librfxswf.a: error: undefined reference to '_swf_ShapeToShape2'
../lib/librfxswf.a: error: undefined reference to '_swf_GetSimpleShape'
../lib/librfxswf.a: error: undefined reference to '_action_InitArray'
../lib/librfxswf.a: error: undefined reference to '_swf_ShapeSetRectangleWithBorder'
../lib/librfxswf.a: error: undefined reference to '_swf_GetShapeBoundingBox'
../lib/librfxswf.a: error: undefined reference to '_swf_SetSimpleShape'
../lib/librfxswf.a: error: undefined reference to '_swf_ShapeSetRectangle'
../lib/librfxswf.a: error: undefined reference to '_swf_ActionCompile'
../lib/librfxswf.a: error: undefined reference to '_swf_TagGetName'
../lib/librfxswf.a: error: undefined reference to '_swf_GetFilter'
../lib/librfxswf.a: error: undefined reference to '_swf_DeleteFilter'
../lib/librfxswf.a: error: undefined reference to '_swf_ButtonGetAction'
collect2: ld returned 1 exit status
Makefile:124: recipe for target `pdf2swf' failed
make[1]: *** [pdf2swf] Error 1
make[1]: Leaving directory `/cygdrive/e/alchemy/tutorials/alexmac-alcextra-635c730/swftools-0.9.2/src'
Makefile:155: recipe for target `foo' failed
make: *** [foo] Error 2




2012/8/14 Matt Sergeant <address@hidden>
It's the base library for swftools

Try going into "lib" and typing "make" before going into "src" and typing "make pdf2swf"

Matt.



On 2012-08-14, at 12:03 PM, Pablo Beltran <address@hidden> wrote:

That looks the right way.

Everything gone well until message below:

make[1]: Entering directory `/cygdrive/e/alchemy/tutorials/alexmac-alcextra-635c730/swftools-0.9.2/src'
make[1]: *** No rule to make target `../lib/libbase.a', needed by `pdf2swf'.  Stop.
make[1]: Leaving directory `/cygdrive/e/alchemy/tutorials/alexmac-alcextra-635c730/swftools-0.9.2/src'
Makefile:153: recipe for target `foo' failed
make: *** [pdf2swf] Error 2

What is libbase.a?



2012/8/14 Matt Sergeant <address@hidden>
After configure it looks like you should be able to drop into the "src" directory and do "make pdf2swf".

Matt.

On Mon, Aug 13, 2012 at 11:05 AM, Pablo Beltran <address@hidden> wrote:
Hi,

SWFTools is a collection of programs. How can I build the pdf2swf program only?

Thanks,
Pablo



---------------
SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an existing subscription, please kindly point your favourite web browser at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>




reply via email to

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