swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] swftools error


From: Ricardo Pedroso
Subject: Re: [Swftools-common] swftools error
Date: Thu, 22 Oct 2009 14:52:25 +0100

On Thu, Oct 22, 2009 at 12:57 PM, Ramya Rengamani <address@hidden> wrote:
> Hi,
>
> Am getting the following error when I “make pdf2swf” in Ubuntu.
>
> Inititally it was working fine, received error only when I recompile pdf.cc
> with “g++ -c pdf.cc”.
>
> address@hidden:/home/test/swftools-0.9.0/src# make pdf2swf
>
> g++ -DHAVE_CONFIG_H pdf2swf.o -o pdf2swf ../lib/libpdf.a
> ../lib/devices/polyops.o ../lib/devices/swf.o ../lib/librfxswf.a
> ../lib/libgfx.a ../lib/libbase.a -L/usr/local/lib -lungif -ljpeg -lz -lm
> -lfreetype -lz -lstdc++
>
> pdf2swf.o: In function `args_callback_option':
>
> pdf2swf.c:(.text+0xfab): undefined reference to `gfxsource_pdf_create'
>
> pdf2swf.o: In function `main':
>
> pdf2swf.c:(.text+0x1c72): undefined reference to `gfxsource_pdf_create'
>
> collect2: ld returned 1 exit status
>
> make: *** [pdf2swf] Error 1
>
>

try this:

$ cd /home/test/swftools-0.9.0/
$ make distclean
$ ./configure
$ make
$ sudo make install (optional - will install in /usr/local)


Ricardo




reply via email to

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