swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Sizing problems with borders in swfbbox, a patch t


From: edA-qa mort-ora-y
Subject: Re: [Swftools-common] Sizing problems with borders in swfbbox, a patch to set a strict size
Date: Mon, 07 Jul 2008 18:09:50 +0200
User-agent: Mozilla-Thunderbird 2.0.0.6 (X11/20071113)

Matthias Kramm wrote:
> However, -O corrects this for me, and does *not* add the same padding
> that Corel does, like you claimed (am I missing something here?):
> $ swfbbox -O help_3.swf -o help_3.swf
> $ swfbbox -bs help_3.swf 
> ...
> [016]        56 DEFINESHAPE2 defines id 0001
>                  bbox [0.00, 0.00, 467.75, 467.75]
> ...

Something is going quite wrong on my system then. I downloaded the
newest CVS build to ensure I had the correct version, I was using 0.8.1
before.

The following is the exact output of using the commands on the file I
provided (help_3.swf, saved from my email just to be sure). I'm guessing
those warnings in the middle may be the source of the problem. But the
resulting file has 0,0,0,0 as the bounding box of id 0001.

>>>
address@hidden:/tmp$ /opt/swftools/swftools-2008-06-23-2005/src/swfdump
-bs help_3.swf | grep -A1 DEFINESHAPE
[016]        56 DEFINESHAPE2 defines id 0001
                 bbox [-12.00, -12.05, 479.75, 479.80]
--
[016]       505 DEFINESHAPE2 defines id 0002
                 bbox [185.10, 67.30, 282.60, 109.15]
--
[016]     24903 DEFINESHAPE2 defines id 0003
                 bbox [4.85, 93.45, 462.85, 424.05]
--
[016]        71 DEFINESHAPE2 defines id 0004
                 bbox [285.55, 309.45, 479.75, 479.80]
--
[016]        69 DEFINESHAPE2 defines id 0005
                 bbox [-11.00, -11.05, 196.10, 96.60]
--
[016]        43 DEFINESHAPE2 defines id 0006
                 bbox [-12.00, 382.10, 142.35, 478.80]
address@hidden:/tmp$ /opt/swftools/swftools-2008-06-23-2005/src/swfbbox
-O help_3.swf -o help_3_out.swf
rfxswf: Warning: num_bits overflow in swf_SetRect
rfxswf: Warning: num_bits overflow in swf_SetRect
rfxswf: Warning: num_bits overflow in swf_SetRect
rfxswf: Warning: num_bits overflow in swf_SetRect
rfxswf: Warning: num_bits overflow in swf_SetRect
rfxswf: Warning: num_bits overflow in swf_SetRect
address@hidden:/tmp$ /opt/swftools/swftools-2008-06-23-2005/src/swfdump
-bs help_3_out.swf | grep -A1 DEFINESHAPE
[016]        64 DEFINESHAPE2 defines id 0001
                 bbox [0.00, 0.00, 0.00, 0.00]
--
[016]       512 DEFINESHAPE2 defines id 0002
                 bbox [197.90, 79.30, 0.00, 0.00]
--
[016]     24533 DEFINESHAPE2 defines id 0003
                 bbox [56.50, 110.00, 0.00, 0.00]
--
[016]        79 DEFINESHAPE2 defines id 0004
                 bbox [297.60, 321.45, 0.00, 0.00]
--
[016]        78 DEFINESHAPE2 defines id 0005
                 bbox [1.00, 1.00, 0.00, 0.00]
--
[016]        51 DEFINESHAPE2 defines id 0006
                 bbox [0.00, 394.10, 0.00, 0.00]
address@hidden:/tmp$ /opt/swftools/swftools-2008-06-23-2005/src/swfbbox
-B help_3_out.swf
Real Movie Size (size of visible objects): 297.60 x 394.10 :0.00 :0.00
Movie Size accordings to file header: 667.85 x 467.80 :0.00 :0.00
address@hidden:/tmp$

>>>END

I've also included the complete output of configure and make in case
that shows something odd.

Judging that all the warnings have to do with sizes, is perhaps the code
not 64-bit clean?


-- 
edA-qa mort-ora-y
http://disemia.com/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Have a look in my brain:
        http://brainbrain.eu/
        
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Sign: Please digitally sign your emails.
Encrypt: I'm also happy to receive encrypted mail.
cd /opt
address@hidden:~$ cd /opt
address@hidden:/opt$ cd swftools/
address@hidden:/opt/swftools$ tar xzf /tmp/swftools-2008-06-23-2005.tar.gz
address@hidden:/opt/swftools$ ls
mymod  swftools-0.8.1  swftools-0.8.1.tar.gz  swftools-2008-06-23-2005
address@hidden:/opt/swftools$ cd  swftools-2008-06-23-2005/
address@hidden:/opt/swftools/swftools-2008-06-23-2005$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether gcc supports lazy variable declaration... yes
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gzip... gzip
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for target system...
checking for sin in -lm... yes
checking for deflate in -lz... yes
checking for jpeg_write_raw_data in -ljpeg... yes
checking for DGifOpen in -lungif... no
checking for DGifOpen in -lgif... no
checking for byte order... little endian
checking whether system() can handle command substitution... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking gif_lib.h usability... no
checking gif_lib.h presence... no
checking for gif_lib.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking sys/bsdtypes.h usability... no
checking sys/bsdtypes.h presence... no
checking for sys/bsdtypes.h... no
checking sys/ndir.h usability... no
checking sys/ndir.h presence... no
checking for sys/ndir.h... no
checking sys/dir.h usability... yes
checking sys/dir.h presence... yes
checking for sys/dir.h... yes
checking ndir.h usability... no
checking ndir.h presence... no
checking for ndir.h... no
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for boolean... no
checking for popen... yes
checking for wcschr... yes
checking for wcsdup... yes
checking for mkstemp... yes
checking for stat... yes
checking for lrand48... yes
checking for rand... yes
checking for srand48... yes
checking for srand... yes
checking for bcopy... yes
checking for bzero... yes
checking for time... yes
checking for getrusage... yes
checking for mallinfo... yes
checking for signed... yes
checking size of signed... 4
checking for unsigned... yes
checking size of unsigned... 4
checking for signed long... yes
checking size of signed long... 8
checking for unsigned long... yes
checking size of unsigned long... 8
checking for signed long long... yes
checking size of signed long long... 8
checking for unsigned long long... yes
checking size of unsigned long long... 8
checking for freetype-config... /usr/bin/freetype-config
checking ft2build.h usability... yes
checking ft2build.h presence... yes
checking for ft2build.h... yes
checking whether we can compile the freetype test program... yes
checking for FcInit in -lfontconfig... yes
checking fontconfig.h usability... yes
checking fontconfig.h presence... yes
checking for fontconfig.h... yes
checking whether we can compile the fontconfig test program... yes
checking for lame_init in -lmp3lame... no
checking lame.h usability... no
checking lame.h presence... no
checking for lame.h... no
checking for avifile-config... no
checking whether we can compile the avifile test program... no
checking for Python.h... nope
checking for missing libraries...  ungif gif_lib.h
***************************************************
* The following headers/libraries are missing:  ungif gif_lib.h
* Disabling gif2swf tool...
***************************************************
configure: creating ./config.status
config.status: creating Makefile.common
config.status: WARNING:  Makefile.common.in seems to ignore the --datarootdir 
setting
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/action/Makefile
config.status: creating src/Makefile
config.status: creating lib/pdf/Makefile
config.status: creating swfs/Makefile
config.status: creating pdf2swf/fonts/Makefile
config.status: creating lib/art/Makefile
config.status: creating lib/readers/Makefile
config.status: creating config.h
address@hidden:/opt/swftools/swftools-2008-06-23-2005$ make
making all in m4...
cd m4;make all
make[1]: Entering directory `/opt/swftools/swftools-2008-06-23-2005/m4'
make[1]: Leaving directory `/opt/swftools/swftools-2008-06-23-2005/m4'
making all in lib...
cd lib;make all
make[1]: Entering directory `/opt/swftools/swftools-2008-06-23-2005/lib'
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfabc.c -o modules/swfabc.o
modules/swfabc.c: In function 'swf_DissassembleABC':
modules/swfabc.c:976: warning: cast to pointer from integer of different size
modules/swfabc.c:984: warning: cast to pointer from integer of different size
modules/swfabc.c:1011: warning: cast to pointer from integer of different size
modules/swfabc.c:1059: warning: cast from pointer to integer of different size
modules/swfabc.c: In function 'registerNameSpace':
modules/swfabc.c:1306: warning: cast from pointer to integer of different size
modules/swfabc.c:1312: warning: cast to pointer from integer of different size
modules/swfabc.c: In function 'swf_WriteABC':
modules/swfabc.c:1535: warning: cast from pointer to integer of different size
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfaction.c -o modules/swfaction.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfbits.c -o modules/swfbits.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfbutton.c -o modules/swfbutton.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfcgi.c -o modules/swfcgi.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfdraw.c -o modules/swfdraw.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfdump.c -o modules/swfdump.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swffilter.c -o modules/swffilter.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swffont.c -o modules/swffont.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfobject.c -o modules/swfobject.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfrender.c -o modules/swfrender.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfshape.c -o modules/swfshape.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfsound.c -o modules/swfsound.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swftext.c -o modules/swftext.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swftools.c -o modules/swftools.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  rfxswf.c 
-o rfxswf.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  drawer.c 
-o drawer.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  MD5.c -o 
MD5.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
h.263/dct.c -o h.263/dct.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
h.263/h263tables.c -o h.263/h263tables.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
h.263/swfvideo.c -o h.263/swfvideo.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/assembler.c -o action/assembler.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/compile.c -o action/compile.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/lex.swf4.c -o action/lex.swf4.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/lex.swf5.c -o action/lex.swf5.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/libming.c -o action/libming.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/swf4compiler.tab.c -o action/swf4compiler.tab.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/swf5compiler.tab.c -o action/swf5compiler.tab.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/actioncompiler.c -o action/actioncompiler.o
ar r librfxswf.a modules/swfabc.o modules/swfaction.o modules/swfbits.o 
modules/swfbutton.o modules/swfcgi.o modules/swfdraw.o modules/swfdump.o 
modules/swffilter.o modules/swffont.o modules/swfobject.o modules/swfrender.o 
modules/swfshape.o modules/swfsound.o modules/swftext.o modules/swftools.o 
rfxswf.o drawer.o MD5.o  h.263/dct.o h.263/h263tables.o h.263/swfvideo.o 
action/assembler.o action/compile.o action/lex.swf4.o action/lex.swf5.o 
action/libming.o action/swf4compiler.tab.o action/swf5compiler.tab.o 
action/actioncompiler.o
ar: creating librfxswf.a
ranlib librfxswf.a
cd pdf;make libpdf
make[2]: Entering directory `/opt/swftools/swftools-2008-06-23-2005/lib/pdf'
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf GFXOutputDev.cc -o GFXOutputDev.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf InfoOutputDev.cc -o InfoOutputDev.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf BitmapOutputDev.cc -o BitmapOutputDev.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf FullBitmapOutputDev.cc -o FullBitmapOutputDev.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf pdf.cc -o pdf.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I ./ -I 
xpdf fonts.c -o fonts.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/GHash.cc -o xpdf/GHash.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/GList.cc -o xpdf/GList.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/GString.cc -o xpdf/GString.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I ./ -I 
xpdf xpdf/gmem.cc -o xpdf/gmem.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/gfile.cc -o xpdf/gfile.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/FoFiTrueType.cc -o xpdf/FoFiTrueType.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/FoFiType1.cc -o xpdf/FoFiType1.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/FoFiType1C.cc -o xpdf/FoFiType1C.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/FoFiBase.cc -o xpdf/FoFiBase.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/FoFiEncodings.cc -o xpdf/FoFiEncodings.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/OutputDev.cc -o xpdf/OutputDev.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/PDFDoc.cc -o xpdf/PDFDoc.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Error.cc -o xpdf/Error.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Stream.cc -o xpdf/Stream.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Object.cc -o xpdf/Object.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Decrypt.cc -o xpdf/Decrypt.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Array.cc -o xpdf/Array.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/XRef.cc -o xpdf/XRef.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Dict.cc -o xpdf/Dict.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Parser.cc -o xpdf/Parser.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Lexer.cc -o xpdf/Lexer.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Outline.cc -o xpdf/Outline.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/PDFDocEncoding.cc -o xpdf/PDFDocEncoding.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Catalog.cc -o xpdf/Catalog.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Link.cc -o xpdf/Link.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/GlobalParams.cc -o xpdf/GlobalParams.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/JBIG2Stream.cc -o xpdf/JBIG2Stream.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Page.cc -o xpdf/Page.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/JPXStream.cc -o xpdf/JPXStream.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/JArithmeticDecoder.cc -o xpdf/JArithmeticDecoder.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Gfx.cc -o xpdf/Gfx.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/GfxFont.cc -o xpdf/GfxFont.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/CMap.cc -o xpdf/CMap.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/CharCodeToUnicode.cc -o xpdf/CharCodeToUnicode.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/PSTokenizer.cc -o xpdf/PSTokenizer.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/FontEncodingTables.cc -o xpdf/FontEncodingTables.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/BuiltinFont.cc -o xpdf/BuiltinFont.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/BuiltinFontTables.cc -o xpdf/BuiltinFontTables.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/GfxState.cc -o xpdf/GfxState.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Function.cc -o xpdf/Function.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Annot.cc -o xpdf/Annot.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/NameToCharCode.cc -o xpdf/NameToCharCode.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/UnicodeMap.cc -o xpdf/UnicodeMap.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SecurityHandler.cc -o xpdf/SecurityHandler.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashOutputDev.cc -o xpdf/SplashOutputDev.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashFont.cc -o xpdf/SplashFont.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashState.cc -o xpdf/SplashState.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/Splash.cc -o xpdf/Splash.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashBitmap.cc -o xpdf/SplashBitmap.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashClip.cc -o xpdf/SplashClip.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashPattern.cc -o xpdf/SplashPattern.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashFontEngine.cc -o xpdf/SplashFontEngine.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashFontFile.cc -o xpdf/SplashFontFile.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashFontFileID.cc -o xpdf/SplashFontFileID.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashScreen.cc -o xpdf/SplashScreen.o
xpdf/SplashScreen.cc: In constructor 
'SplashScreen::SplashScreen(SplashScreenParams*)':
xpdf/SplashScreen.cc:97: warning: comparison is always false due to limited 
range of data type
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashPath.cc -o xpdf/SplashPath.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashXPath.cc -o xpdf/SplashXPath.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashXPathScanner.cc -o xpdf/SplashXPathScanner.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashFTFontEngine.cc -o xpdf/SplashFTFontEngine.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashFTFontFile.cc -o xpdf/SplashFTFontFile.o
g++ -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I 
./ -I xpdf xpdf/SplashFTFont.cc -o xpdf/SplashFTFont.o
ar r ../libpdf.a GFXOutputDev.o InfoOutputDev.o BitmapOutputDev.o 
FullBitmapOutputDev.o pdf.o fonts.o xpdf/GHash.o xpdf/GList.o xpdf/GString.o 
xpdf/gmem.o xpdf/gfile.o xpdf/FoFiTrueType.o xpdf/FoFiType1.o xpdf/FoFiType1C.o 
xpdf/FoFiBase.o xpdf/FoFiEncodings.o xpdf/OutputDev.o xpdf/PDFDoc.o 
xpdf/Error.o xpdf/Stream.o xpdf/Object.o xpdf/Decrypt.o xpdf/Array.o 
xpdf/XRef.o xpdf/Dict.o xpdf/Parser.o xpdf/Lexer.o xpdf/Outline.o 
xpdf/PDFDocEncoding.o xpdf/Catalog.o xpdf/Link.o xpdf/GlobalParams.o 
xpdf/JBIG2Stream.o xpdf/Page.o xpdf/JPXStream.o xpdf/JArithmeticDecoder.o 
xpdf/Gfx.o xpdf/GfxFont.o xpdf/CMap.o xpdf/CharCodeToUnicode.o 
xpdf/PSTokenizer.o xpdf/FontEncodingTables.o xpdf/BuiltinFont.o 
xpdf/BuiltinFontTables.o xpdf/GfxState.o xpdf/Function.o xpdf/Annot.o 
xpdf/NameToCharCode.o xpdf/UnicodeMap.o xpdf/SecurityHandler.o 
xpdf/SplashOutputDev.o xpdf/SplashFont.o xpdf/SplashState.o xpdf/Splash.o 
xpdf/SplashBitmap.o xpdf/SplashClip.o xpdf/SplashPattern.o 
xpdf/SplashFontEngine.o xpdf/SplashFontFile.o xpdf/SplashFontFileID.o 
xpdf/SplashScreen.o xpdf/SplashPath.o xpdf/SplashXPath.o 
xpdf/SplashXPathScanner.o xpdf/SplashFTFontEngine.o xpdf/SplashFTFontFile.o 
xpdf/SplashFTFont.o
ar: creating ../libpdf.a
ranlib ../libpdf.a
make[2]: Leaving directory `/opt/swftools/swftools-2008-06-23-2005/lib/pdf'
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  q.c -o q.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  utf8.c -o 
utf8.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  png.c -o 
png.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  jpeg.c -o 
jpeg.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  wav.c -o 
wav.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  mp3.c -o 
mp3.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
-DSWFTOOLS_DATADIR=\"/usr/local/share/swftools\" os.c -o os.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  bitio.c 
-o bitio.o
bitio.c: In function 'reader_fileread':
bitio.c:66: warning: cast from pointer to integer of different size
bitio.c: In function 'reader_init_filereader':
bitio.c:74: warning: cast to pointer from integer of different size
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  log.c -o 
log.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  mem.c -o 
mem.o
ar r libbase.a q.o utf8.o png.o jpeg.o wav.o mp3.o os.o bitio.o log.o mem.o
ar: creating libbase.a
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gfxtools.c -o gfxtools.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gfxfont.c 
-o gfxfont.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gfxpoly.c 
-o gfxpoly.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
devices/dummy.c -o devices/dummy.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
devices/file.c -o devices/file.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
devices/render.c -o devices/render.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
devices/text.c -o devices/text.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
devices/record.c -o devices/record.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
devices/ops.c -o devices/ops.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
devices/polyops.c -o devices/polyops.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
devices/bbox.c -o devices/bbox.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
devices/rescale.c -o devices/rescale.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_affine.c -o art/art_affine.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_alphagamma.c -o art/art_alphagamma.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_bpath.c -o art/art_bpath.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_gray_svp.c -o art/art_gray_svp.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_misc.c -o art/art_misc.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_pixbuf.c -o art/art_pixbuf.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_rect.c -o art/art_rect.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_rect_svp.c -o art/art_rect_svp.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_rect_uta.c -o art/art_rect_uta.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_render.c -o art/art_render.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_render_gradient.c -o art/art_render_gradient.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_render_mask.c -o art/art_render_mask.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_render_svp.c -o art/art_render_svp.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_rgb.c -o art/art_rgb.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_rgb_a_affine.c -o art/art_rgb_a_affine.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_rgb_affine.c -o art/art_rgb_affine.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_rgb_affine_private.c -o art/art_rgb_affine_private.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_rgb_bitmap_affine.c -o art/art_rgb_bitmap_affine.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_rgb_pixbuf_affine.c -o art/art_rgb_pixbuf_affine.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_rgb_rgba_affine.c -o art/art_rgb_rgba_affine.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_rgb_svp.c -o art/art_rgb_svp.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_rgba.c -o art/art_rgba.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_svp.c -o art/art_svp.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_svp_intersect.c -o art/art_svp_intersect.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_svp_ops.c -o art/art_svp_ops.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_svp_point.c -o art/art_svp_point.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_svp_render_aa.c -o art/art_svp_render_aa.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_svp_vpath.c -o art/art_svp_vpath.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_svp_vpath_stroke.c -o art/art_svp_vpath_stroke.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_svp_wind.c -o art/art_svp_wind.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_uta.c -o art/art_uta.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_uta_ops.c -o art/art_uta_ops.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_uta_rect.c -o art/art_uta_rect.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_uta_svp.c -o art/art_uta_svp.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_uta_vpath.c -o art/art_uta_vpath.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_vpath.c -o art/art_vpath.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_vpath_bpath.c -o art/art_vpath_bpath.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_vpath_dash.c -o art/art_vpath_dash.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_vpath_svp.c -o art/art_vpath_svp.o
ar r libgfx.a gfxtools.o gfxfont.o gfxpoly.o devices/dummy.o devices/file.o 
devices/render.o devices/text.o devices/record.o devices/ops.o 
devices/polyops.o devices/bbox.o devices/rescale.o art/art_affine.o 
art/art_alphagamma.o art/art_bpath.o art/art_gray_svp.o art/art_misc.o 
art/art_pixbuf.o art/art_rect.o art/art_rect_svp.o art/art_rect_uta.o 
art/art_render.o art/art_render_gradient.o art/art_render_mask.o 
art/art_render_svp.o art/art_rgb.o art/art_rgb_a_affine.o art/art_rgb_affine.o 
art/art_rgb_affine_private.o art/art_rgb_bitmap_affine.o 
art/art_rgb_pixbuf_affine.o art/art_rgb_rgba_affine.o art/art_rgb_svp.o 
art/art_rgba.o art/art_svp.o art/art_svp_intersect.o art/art_svp_ops.o 
art/art_svp_point.o art/art_svp_render_aa.o art/art_svp_vpath.o 
art/art_svp_vpath_stroke.o art/art_svp_wind.o art/art_uta.o art/art_uta_ops.o 
art/art_uta_rect.o art/art_uta_svp.o art/art_uta_vpath.o art/art_vpath.o 
art/art_vpath_bpath.o art/art_vpath_dash.o art/art_vpath_svp.o
ar: creating libgfx.a
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
devices/swf.c -o devices/swf.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
readers/swf.c -o readers/swf2.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
readers/image.c -o readers/image.o
ar r libgfxswf.a devices/swf.o readers/swf2.o readers/image.o
ar: creating libgfxswf.a
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/box.c -o gocr/box.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/database.c -o gocr/database.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/detect.c -o gocr/detect.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/job.c -o gocr/job.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/lines.c -o gocr/lines.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/list.c -o gocr/list.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/ocr0.c -o gocr/ocr0.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/ocr0n.c -o gocr/ocr0n.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/ocr1.c -o gocr/ocr1.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/otsu.c -o gocr/otsu.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/output.c -o gocr/output.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/pgm2asc.c -o gocr/pgm2asc.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/pixel.c -o gocr/pixel.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/progress.c -o gocr/progress.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/remove.c -o gocr/remove.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
gocr/unicode.c -o gocr/unicode.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
devices/ocr.c -o devices/ocr.o
ar r libocr.a gocr/box.o gocr/database.o gocr/detect.o gocr/job.o gocr/lines.o 
gocr/list.o gocr/ocr0.o gocr/ocr0n.o gocr/ocr1.o gocr/otsu.o gocr/output.o 
gocr/pgm2asc.o gocr/pixel.o gocr/progress.o gocr/remove.o gocr/unicode.o 
devices/ocr.o
ar: creating libocr.a
make[1]: Leaving directory `/opt/swftools/swftools-2008-06-23-2005/lib'
making all in lib/python...
cd lib/python;make all
make[1]: Entering directory `/opt/swftools/swftools-2008-06-23-2005/lib/python'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/swftools/swftools-2008-06-23-2005/lib/python'
making all in src...
cd src;make all
make[1]: Entering directory `/opt/swftools/swftools-2008-06-23-2005/src'
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  wav2swf.c 
-o wav2swf.o
gcc -DHAVE_CONFIG_H wav2swf.o -o wav2swf ../lib/librfxswf.a ../lib/libbase.a 
-L/usr/local/lib -ljpeg -lz -lm  -lz -lfontconfig -lfreetype
debug enabled, not stripping wav2swf
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  png2swf.c 
-o png2swf.o
gcc -DHAVE_CONFIG_H png2swf.o -o png2swf ../lib/librfxswf.a ../lib/libbase.a 
-L/usr/local/lib -ljpeg -lz -lm  -lz -lfontconfig -lfreetype
debug enabled, not stripping png2swf
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
swfcombine.c -o swfcombine.o
gcc -DHAVE_CONFIG_H swfcombine.o -o swfcombine ../lib/librfxswf.a 
../lib/libbase.a -L/usr/local/lib -ljpeg -lz -lm  -lz -lfontconfig -lfreetype
debug enabled, not stripping swfcombine
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
swfstrings.c -o swfstrings.o
gcc -DHAVE_CONFIG_H swfstrings.o -o swfstrings ../lib/librfxswf.a 
../lib/libbase.a -L/usr/local/lib -ljpeg -lz -lm  -lz -lfontconfig -lfreetype
debug enabled, not stripping swfstrings
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
swfextract.c -o swfextract.o
gcc -DHAVE_CONFIG_H swfextract.o -o swfextract ../lib/librfxswf.a 
../lib/libbase.a -L/usr/local/lib -ljpeg -lz -lm  -lz -lfontconfig -lfreetype
debug enabled, not stripping swfextract
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  swfdump.c 
-o swfdump.o
gcc -DHAVE_CONFIG_H swfdump.o -o swfdump ../lib/librfxswf.a ../lib/libbase.a 
-L/usr/local/lib -ljpeg -lz -lm  -lz -lfontconfig -lfreetype
debug enabled, not stripping swfdump
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
parser.yy.c -o parser.o
parser.lex: In function 'store':
parser.lex:109: warning: cast to pointer from integer of different size
parser.lex:114: warning: cast to pointer from integer of different size
parser.lex:122: warning: cast to pointer from integer of different size
parser.lex:125: warning: cast to pointer from integer of different size
parser.lex:131: warning: cast to pointer from integer of different size
parser.lex:135: warning: cast to pointer from integer of different size
parser.lex:144: warning: cast to pointer from integer of different size
parser.lex: In function 'handleInclude':
parser.lex:171: warning: comparison between pointer and integer
parser.lex: In function 'generateTokens':
parser.lex:321: warning: cast from pointer to integer of different size
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  swfc.c -o 
swfc.o
swfc.c: In function 'parseTwip':
swfc.c:2435: warning: cast from pointer to integer of different size
swfc.c: In function 'getPoint':
swfc.c:2823: warning: cast from pointer to integer of different size
swfc.c: In function 'c_define':
swfc.c:3056: warning: cast to pointer from integer of different size
swfc.c: In function 'c_point':
swfc.c:3074: warning: cast to pointer from integer of different size
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
swfc-feedback.c -o swfc-feedback.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
swfc-history.c -o swfc-history.o
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
swfc-interpolation.c -o swfc-interpolation.o
gcc -DHAVE_CONFIG_H parser.o swfc.o swfc-feedback.o swfc-history.o 
swfc-interpolation.o -o swfc ../lib/librfxswf.a ../lib/libbase.a 
-L/usr/local/lib -ljpeg -lz -lm  -lz -lfontconfig -lfreetype
debug enabled, not stripping swfc
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
jpeg2swf.c -o jpeg2swf.o
gcc -DHAVE_CONFIG_H jpeg2swf.o -o jpeg2swf ../lib/librfxswf.a ../lib/libbase.a 
-L/usr/local/lib -ljpeg -lz -lm  -lz -lfontconfig -lfreetype
debug enabled, not stripping jpeg2swf
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  swfbbox.c 
-o swfbbox.o
gcc -DHAVE_CONFIG_H swfbbox.o -o swfbbox ../lib/librfxswf.a ../lib/libbase.a 
-L/usr/local/lib -ljpeg -lz -lm  -lz -lfontconfig -lfreetype
debug enabled, not stripping swfbbox
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
font2swf.c -o font2swf.o
gcc -DHAVE_CONFIG_H font2swf.o -o font2swf ../lib/librfxswf.a ../lib/libbase.a 
-L/usr/local/lib -ljpeg -lz -lm  -lz -lfontconfig -lfreetype
debug enabled, not stripping font2swf
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  pdf2swf.c 
-o pdf2swf.o
pdf2swf.c: In function 'main':
pdf2swf.c:825: warning: cast from pointer to integer of different size
pdf2swf.c:826: warning: cast from pointer to integer of different size
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 -ljpeg -lz -lm  -lz 
-lfontconfig -lfreetype -lstdc++
debug enabled, not stripping pdf2swf
make[1]: Leaving directory `/opt/swftools/swftools-2008-06-23-2005/src'
making all in avi2swf...
cd avi2swf;make all
make[1]: Entering directory `/opt/swftools/swftools-2008-06-23-2005/avi2swf'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/swftools/swftools-2008-06-23-2005/avi2swf'
making all in swfs...
cd swfs;make all
make[1]: Entering directory `/opt/swftools/swftools-2008-06-23-2005/swfs'
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I../lib 
simple_viewer.c -o simple_viewer.o
gcc -DHAVE_CONFIG_H simple_viewer.o -o simple_viewer ../lib/librfxswf.a 
../lib/libbase.a -L/usr/local/lib -ljpeg -lz -lm  -lz -lfontconfig -lfreetype
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I../lib 
keyboard_viewer.c -o keyboard_viewer.o
gcc -DHAVE_CONFIG_H keyboard_viewer.o -o keyboard_viewer ../lib/librfxswf.a 
../lib/libbase.a -L/usr/local/lib -ljpeg -lz -lm  -lz -lfontconfig -lfreetype
gcc -c -DHAVE_CONFIG_H   -I/usr/include/freetype2 -I/usr/include/fontconfig 
-fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -I../lib 
PreLoaderTemplate.c -o PreLoaderTemplate.o
gcc -DHAVE_CONFIG_H PreLoaderTemplate.o -o PreLoaderTemplate ../lib/librfxswf.a 
../lib/libbase.a -L/usr/local/lib -ljpeg -lz -lm  -lz -lfontconfig -lfreetype
Calling ./keybard_viewer to create keyboard_viewer.swf
./simple_viewer || true
Calling ./simple_viewer to create simple_viewer.swf
./keyboard_viewer || true
Calling ./PreLoaderTemplate to create PreLoaderTemplate.swf
./PreLoaderTemplate || true
make[1]: Leaving directory `/opt/swftools/swftools-2008-06-23-2005/swfs'
make[1]: Entering directory `/opt/swftools/swftools-2008-06-23-2005'
make[1]: Nothing to be done for `all-local'.
make[1]: Leaving directory `/opt/swftools/swftools-2008-06-23-2005'
address@hidden:/opt/swftools/swftools-2008-06-23-2005$

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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