swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Building dev branch on OS X 10.6


From: Sean Laurent
Subject: Re: [Swftools-common] Building dev branch on OS X 10.6
Date: Thu, 17 Dec 2009 11:11:53 -0600

On Dec 16, 2009, at 5:05 PM, Matthias Kramm wrote:

> On Tue, Dec 15, 2009 at 12:31:07PM -0600, Sean Laurent <address@hidden> wrote:
>> I'm getting a strange error when I try to build the dev branch on Mac
>> OS X 10.6 (Snow Leopard). I have both Xcode and fink 0.29.10
>> installed, as well as libjpeg libjpeg-shlibs freetype2
>> freetype2-shlibs lame and lame-shlibs. The configure script completes
>> just fine, but make bombs out:
>> 
>> make[1]: *** No rule to make target `../libpdf.a', needed by `gfx.so'.  Stop.
>> make: *** [all] Error 2
> 
> The actual error should be a few lines above this. What exactly are you
> compiling? The snapshot or the git version?

I was trying to compile the git version. You'd mentioned you had fixed a lot of 
issues related to text selection in git and I wanted to test them out. And 
seriously, there are no errors. A slew warnings, but no errors. Very strange. 
I've appended the entire output below:

$ make
making all in m4...
cd m4;make all
making all in lib...
cd lib;make all
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfaction.c -o modules/swfaction.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfbits.c -o modules/swfbits.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfbutton.c -o modules/swfbutton.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfcgi.c -o modules/swfcgi.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfdraw.c -o modules/swfdraw.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfdump.c -o modules/swfdump.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swffilter.c -o modules/swffilter.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swffont.c -o modules/swffont.o
modules/swffont.c: In function ‘swf_LoadTrueTypeFont’:
modules/swffont.c:148: warning: format ‘%s’ expects type ‘char *’, but argument 
3 has type ‘FT_Long’
modules/swffont.c:148: warning: too few arguments for format
modules/swffont.c:351: warning: comparison is always false due to limited range 
of data type
modules/swffont.c:354: warning: comparison is always false due to limited range 
of data type
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfobject.c -o modules/swfobject.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfrender.c -o modules/swfrender.o
modules/swfrender.c: In function ‘change_state’:
modules/swfrender.c:836: warning: format ‘%d’ expects type ‘int’, but argument 
2 has type ‘double’
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfshape.c -o modules/swfshape.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swfsound.c -o modules/swfsound.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swftext.c -o modules/swftext.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
modules/swftools.c -o modules/swftools.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  rfxswf.c -o 
rfxswf.o
rfxswf.c: In function ‘swf_WriteCGI’:
rfxswf.c:1860: warning: format ‘%lu’ expects type ‘long unsigned int’, but 
argument 5 has type ‘int’
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  drawer.c -o 
drawer.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  MD5.c -o MD5.o
MD5.c: In function ‘initialize_md5’:
MD5.c:181: warning: implicit declaration of function ‘malloc’
MD5.c:181: warning: incompatible implicit declaration of built-in function 
‘malloc’
MD5.c: In function ‘finish_md5’:
MD5.c:193: warning: implicit declaration of function ‘free’
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  lame/psymodel.c 
-o lame/psymodel.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  lame/fft.c -o 
lame/fft.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  lame/newmdct.c 
-o lame/newmdct.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  lame/quantize.c 
-o lame/quantize.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  lame/takehiro.c 
-o lame/takehiro.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
lame/reservoir.c -o lame/reservoir.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
lame/quantize_pvt.c -o lame/quantize_pvt.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
lame/vbrquantize.c -o lame/vbrquantize.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  lame/encoder.c 
-o lame/encoder.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  lame/id3tag.c 
-o lame/id3tag.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  lame/version.c 
-o lame/version.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  lame/tables.c 
-o lame/tables.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  lame/util.c -o 
lame/util.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
lame/bitstream.c -o lame/bitstream.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  lame/set_get.c 
-o lame/set_get.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  lame/VbrTag.c 
-o lame/VbrTag.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  lame/lame.c -o 
lame/lame.o
lame/lame.c: In function ‘lame_encode_buffer_long2’:
lame/lame.c:1689: warning: left shift count >= width of type
lame/lame.c:1689: warning: division by zero
lame/lame.c:1690: warning: left shift count >= width of type
lame/lame.c:1690: warning: division by zero
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  h.263/dct.c -o 
h.263/dct.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
h.263/h263tables.c -o h.263/h263tables.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
h.263/swfvideo.c -o h.263/swfvideo.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/assembler.c -o action/assembler.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/compile.c -o action/compile.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/lex.swf4.c -o action/lex.swf4.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/lex.swf5.c -o action/lex.swf5.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/libming.c -o action/libming.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/swf4compiler.tab.c -o action/swf4compiler.tab.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/swf5compiler.tab.c -o action/swf5compiler.tab.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
action/actioncompiler.c -o action/actioncompiler.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  as3/abc.c -o 
as3/abc.o
as3/abc.c: In function ‘params_dump’:
as3/abc.c:52: warning: format not a string literal and no format arguments
as3/abc.c:57: warning: format not a string literal and no format arguments
as3/abc.c: In function ‘parse_metadata’:
as3/abc.c:77: warning: too few arguments for format
as3/abc.c: In function ‘traits_parse’:
as3/abc.c:454: warning: format ‘%d’ expects type ‘int’, but argument 4 has type 
‘struct abc_class_t *’
as3/abc.c: In function ‘swf_DumpABC’:
as3/abc.c:623: warning: format ‘%s’ expects type ‘char *’, but argument 4 has 
type ‘void *’
as3/abc.c:623: warning: format ‘%s’ expects type ‘char *’, but argument 5 has 
type ‘void *’
as3/abc.c: In function ‘swf_ReadABC’:
as3/abc.c:758: warning: format ‘%d’ expects type ‘int’, but argument 2 has type 
‘const char *’
as3/abc.c:758: warning: too few arguments for format
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  as3/pool.c -o 
as3/pool.o
as3/pool.c: In function ‘pool_find_float’:
as3/pool.c:955: warning: format ‘%d’ expects type ‘int’, but argument 3 has 
type ‘double’
as3/pool.c: In function ‘pool_find_namespace’:
as3/pool.c:967: warning: format ‘%08x’ expects type ‘unsigned int’, but 
argument 4 has type ‘struct namespace_t *’
as3/pool.c: In function ‘pool_find_string’:
as3/pool.c:993: warning: format ‘%s’ expects type ‘char *’, but argument 3 has 
type ‘string_t’
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  as3/files.c -o 
as3/files.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  as3/opcodes.c 
-o as3/opcodes.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  as3/code.c -o 
as3/code.o
as3/code.c: In function ‘lookupswitch_print’:
as3/code.c:258: warning: format ‘%08x’ expects type ‘unsigned int’, but 
argument 2 has type ‘struct code_t *’
as3/code.c:261: warning: format ‘%08x’ expects type ‘unsigned int’, but 
argument 2 has type ‘struct _code *’
as3/code.c: In function ‘code_dump2’:
as3/code.c:993: warning: format ‘%08x’ expects type ‘unsigned int’, but 
argument 3 has type ‘struct code_t *’
as3/code.c:999: warning: format ‘%02x’ expects type ‘unsigned int’, but 
argument 3 has type ‘long long unsigned int’
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  as3/registry.c 
-o as3/registry.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  as3/builtin.c 
-o as3/builtin.o
as3/builtin.c:3105: warning: initialization from incompatible pointer type
as3/builtin.c:4542: warning: initialization from incompatible pointer type
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
as3/parser.tab.c -o as3/parser.tab.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
as3/tokenizer.yy.c -o as3/tokenizer.yy.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  as3/scripts.c 
-o as3/scripts.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  as3/compiler.c 
-o as3/compiler.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  as3/import.c -o 
as3/import.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  as3/expr.c -o 
as3/expr.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  as3/common.c -o 
as3/common.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  as3/initcode.c 
-o as3/initcode.o
ar r librfxswf.a 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 
lame/psymodel.o lame/fft.o lame/newmdct.o lame/quantize.o lame/takehiro.o 
lame/reservoir.o lame/quantize_pvt.o lame/vbrquantize.o lame/encoder.o 
lame/id3tag.o lame/version.o lame/tables.o lame/util.o lame/bitstream.o 
lame/set_get.o lame/VbrTag.o lame/lame.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 as3/abc.o as3/pool.o 
as3/files.o as3/opcodes.o as3/code.o as3/registry.o as3/builtin.o 
as3/parser.tab.o as3/tokenizer.yy.o as3/scripts.o as3/compiler.o as3/import.o 
as3/expr.o as3/common.o as3/initcode.o
ar: creating archive librfxswf.a
ranlib librfxswf.a
cd pdf;make libpdf
make[2]: Nothing to be done for `libpdf'.
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  q.c -o q.o
q.c: In function ‘_trie_dump’:
q.c:511: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 4 has 
type ‘void *’
q.c: In function ‘dict_dump’:
q.c:1086: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 4 
has type ‘void *’
q.c:1086: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 5 
has type ‘void *’
q.c:1088: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type 
‘void *’
q.c:1088: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 5 
has type ‘void *’
q.c: In function ‘dumpmapentry’:
q.c:1340: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type 
‘const void *’
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  utf8.c -o utf8.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  png.c -o png.o
png.c: In function ‘png_read_header’:
png.c:125: warning: too few arguments for format
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  jpeg.c -o jpeg.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  wav.c -o wav.o
wav.c: In function ‘wav_read’:
wav.c:78: warning: format ‘%d’ expects type ‘int’, but argument 3 has type 
‘long int’
wav.c:86: warning: format ‘%d’ expects type ‘int’, but argument 3 has type 
‘long int’
wav.c: In function ‘wav_print’:
wav.c:203: warning: format ‘%d’ expects type ‘int’, but argument 4 has type 
‘long unsigned int’
wav.c:203: warning: format ‘%d’ expects type ‘int’, but argument 5 has type 
‘long unsigned int’
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  mp3.c -o mp3.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
-DSWFTOOLS_DATADIR=\"/usr/local/share/swftools\" os.c -o os.o
os.c: In function ‘mktempname’:
os.c:213: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 7 
has type ‘long int’
os.c:213: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 8 
has type ‘long int’
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  bitio.c -o 
bitio.o
bitio.c: In function ‘reader_fileread’:
bitio.c:67: warning: cast from pointer to integer of different size
bitio.c: In function ‘reader_init_filereader’:
bitio.c:80: warning: cast to pointer from integer of different size
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  log.c -o log.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -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 archive libbase.a
ranlib libbase.a
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gfxtools.c -o 
gfxtools.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gfxfont.c -o 
gfxfont.o
gfxfont.c: In function ‘gfxfont_load’:
gfxfont.c:176: warning: format ‘%s’ expects type ‘char *’, but argument 3 has 
type ‘FT_Long’
gfxfont.c:176: warning: too few arguments for format
gfxfont.c:336: warning: format ‘%d’ expects type ‘int’, but argument 4 has type 
‘FT_Long’
gfxfont.c:338: warning: format ‘%d’ expects type ‘int’, but argument 4 has type 
‘FT_Long’
gfxfont.c:361: warning: format ‘%d’ expects type ‘int’, but argument 4 has type 
‘FT_Long’
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  devices/dummy.c 
-o devices/dummy.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  devices/file.c 
-o devices/file.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
devices/render.c -o devices/render.o
In file included from devices/render.c:30:
devices/../png.c: In function ‘png_read_header’:
devices/../png.c:125: warning: too few arguments for format
devices/render.c: In function ‘gfximage_asXPM’:
devices/render.c:825: warning: too few arguments for format
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  devices/text.c 
-o devices/text.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
devices/record.c -o devices/record.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  devices/ops.c 
-o devices/ops.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
devices/polyops.c -o devices/polyops.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  devices/bbox.c 
-o devices/bbox.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
devices/rescale.c -o devices/rescale.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gfxpoly.c -o 
gfxpoly.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_svp_intersect.c -o art/art_svp_intersect.o
art/art_svp_intersect.c: In function ‘art_svp_intersect_setup_seg’:
art/art_svp_intersect.c:540: warning: format ‘%08x’ expects type ‘unsigned 
int’, but argument 2 has type ‘const struct ArtSVPSeg *’
art/art_svp_intersect.c: In function ‘art_svp_intersect_add_horiz’:
art/art_svp_intersect.c:578: warning: format ‘%08x’ expects type ‘unsigned 
int’, but argument 2 has type ‘struct ArtActiveSeg *’
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  art/art_misc.c 
-o art/art_misc.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  art/art_vpath.c 
-o art/art_vpath.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -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/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  art/art_rect.c 
-o art/art_rect.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  art/art_svp.c 
-o art/art_svp.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -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/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  
art/art_svp_vpath_stroke.c -o art/art_svp_vpath_stroke.o
ar r libgfx.a gfxtools.o gfxfont.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   gfxpoly.o 
art/art_svp_intersect.o art/art_misc.o art/art_vpath.o art/art_svp_vpath.o 
art/art_rect.o art/art_svp.o art/art_svp_ops.o art/art_svp_vpath_stroke.o
ar: creating archive libgfx.a
ranlib libgfx.a
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  devices/swf.c 
-o devices/swf.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  readers/swf.c 
-o readers/swf2.o
readers/swf.c: In function ‘map16_add_id’:
readers/swf.c:95: warning: too few arguments for format
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -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 archive libgfxswf.a
ranlib libgfxswf.a
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/box.c -o 
gocr/box.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/database.c 
-o gocr/database.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/detect.c 
-o gocr/detect.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/job.c -o 
gocr/job.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/lines.c -o 
gocr/lines.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/list.c -o 
gocr/list.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/ocr0.c -o 
gocr/ocr0.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/ocr0n.c -o 
gocr/ocr0n.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/ocr1.c -o 
gocr/ocr1.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/otsu.c -o 
gocr/otsu.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/output.c 
-o gocr/output.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/pgm2asc.c 
-o gocr/pgm2asc.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/pixel.c -o 
gocr/pixel.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/progress.c 
-o gocr/progress.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/remove.c 
-o gocr/remove.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  gocr/unicode.c 
-o gocr/unicode.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -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 archive libocr.a
ranlib libocr.a
making all in lib/pdf...
cd lib/pdf;make all
make[1]: Nothing to be done for `all'.
making all in lib...
cd lib;make all
cd pdf;make libpdf
make[2]: Nothing to be done for `libpdf'.
making all in lib/python...
cd lib/python;make all
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -Wall 
-Wno-unused -fPIC -I/usr/include/python2.6 -c SWF.c -o SWF.o
SWF.c: In function ‘f_create’:
SWF.c:70: warning: cast from pointer to integer of different size
SWF.c:100: warning: cast from pointer to integer of different size
SWF.c: In function ‘f_load’:
SWF.c:124: warning: cast from pointer to integer of different size
SWF.c: In function ‘swf_save’:
SWF.c:185: warning: cast from pointer to integer of different size
SWF.c:239: warning: cast from pointer to integer of different size
SWF.c: In function ‘swf_dealloc’:
SWF.c:270: warning: cast from pointer to integer of different size
SWF.c: In function ‘swf_print’:
SWF.c:286: warning: cast from pointer to integer of different size
SWF.c: In function ‘swf_getattr’:
SWF.c:300: warning: cast from pointer to integer of different size
SWF.c:304: warning: cast from pointer to integer of different size
SWF.c:308: warning: cast from pointer to integer of different size
SWF.c:315: warning: cast from pointer to integer of different size
SWF.c:332: warning: cast from pointer to integer of different size
SWF.c: In function ‘swf_setattr’:
SWF.c:344: warning: cast from pointer to integer of different size
SWF.c:351: warning: cast from pointer to integer of different size
SWF.c:361: warning: cast from pointer to integer of different size
SWF.c:373: warning: cast from pointer to integer of different size
SWF.c:378: warning: cast from pointer to integer of different size
SWF.c:378: warning: format ‘%d’ expects type ‘int’, but argument 3 has type 
‘Py_ssize_t’
SWF.c:382: warning: cast from pointer to integer of different size
SWF.c:386: warning: cast from pointer to integer of different size
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -Wall 
-Wno-unused -fPIC -I/usr/include/python2.6 -c taglist.c -o taglist.o
taglist.c: In function ‘taglist_showcontents’:
taglist.c:24: warning: cast from pointer to integer of different size
taglist.c: In function ‘taglist_new’:
taglist.c:31: warning: cast from pointer to integer of different size
taglist.c: In function ‘taglist_new2’:
taglist.c:39: warning: cast from pointer to integer of different size
taglist.c: In function ‘taglist_getTAGs2’:
taglist.c:99: warning: cast from pointer to integer of different size
taglist.c: In function ‘taglist_getattr’:
taglist.c:181: warning: cast from pointer to integer of different size
taglist.c: In function ‘taglist_length’:
taglist.c:188: warning: cast from pointer to integer of different size
taglist.c: In function ‘taglist_concat’:
taglist.c:211: warning: cast from pointer to integer of different size
taglist.c:211: warning: format ‘%d’ expects type ‘int’, but argument 3 has type 
‘Py_ssize_t’
taglist.c:213: warning: cast from pointer to integer of different size
taglist.c:217: warning: cast from pointer to integer of different size
taglist.c:220: warning: cast from pointer to integer of different size
taglist.c: In function ‘taglist_item’:
taglist.c:292: warning: cast from pointer to integer of different size
taglist.c: In function ‘taglist_dealloc’:
taglist.c:300: warning: cast from pointer to integer of different size
taglist.c: At top level:
taglist.c:308: warning: initialization from incompatible pointer type
taglist.c:311: warning: initialization from incompatible pointer type
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -Wall 
-Wno-unused -fPIC -I/usr/include/python2.6 -c tag.c -o tag.o
tag.c: In function ‘tag_dealloc’:
tag.c:73: warning: cast from pointer to integer of different size
tag.c:75: warning: cast from pointer to integer of different size
tag.c:78: warning: cast from pointer to integer of different size
tag.c: In function ‘tag_getattr’:
tag.c:211: warning: cast from pointer to integer of different size
tag.c:216: warning: cast from pointer to integer of different size
tag.c:223: warning: cast from pointer to integer of different size
tag.c: In function ‘tag_new’:
tag.c:247: warning: cast from pointer to integer of different size
tag.c: In function ‘tag_new2’:
tag.c:263: warning: cast from pointer to integer of different size
tag.c: In function ‘tag_getTAG’:
tag.c:314: warning: cast from pointer to integer of different size
tag.c:340: warning: cast from pointer to integer of different size
tag.c:345: warning: cast from pointer to integer of different size
tag.c: In function ‘tag_getinternals’:
tag.c:357: warning: cast from pointer to integer of different size
tag.c: In function ‘tag_getDependencies’:
tag.c:364: warning: cast from pointer to integer of different size
tag.c: In function ‘tag_print’:
tag.c:371: warning: cast from pointer to integer of different size
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -Wall 
-Wno-unused -fPIC -I/usr/include/python2.6 -c image.c -o image.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -Wall 
-Wno-unused -fPIC -I/usr/include/python2.6 -c tags.c -o tags.o
tags.c: In function ‘font_getSWFFONT’:
tags.c:67: warning: cast from pointer to integer of different size
tags.c:67: warning: format ‘%d’ expects type ‘int’, but argument 3 has type 
‘Py_ssize_t’
tags.c: In function ‘po_create’:
tags.c:207: warning: cast from pointer to integer of different size
tags.c: In function ‘f_SetBackgroundColor’:
tags.c:268: warning: cast from pointer to integer of different size
tags.c: In function ‘f_Protect’:
tags.c:298: warning: cast from pointer to integer of different size
tags.c: In function ‘f_ShowFrame’:
tags.c:323: warning: cast from pointer to integer of different size
tags.c: In function ‘f_RemoveObject’:
tags.c:349: warning: cast from pointer to integer of different size
tags.c: In function ‘sprite_fillTAG’:
tags.c:371: warning: cast from pointer to integer of different size
tags.c: In function ‘f_Sprite’:
tags.c:407: warning: cast from pointer to integer of different size
tags.c: In function ‘sprite_setattr’:
tags.c:427: warning: cast from pointer to integer of different size
tags.c:427: warning: format ‘%d’ expects type ‘int’, but argument 3 has type 
‘Py_ssize_t’
tags.c: In function ‘videostream_getVIDEOSTREAM’:
tags.c:951: warning: cast from pointer to integer of different size
tags.c:951: warning: format ‘%d’ expects type ‘int’, but argument 3 has type 
‘Py_ssize_t’
tags.c: In function ‘videostream_addDistortionFrame’:
tags.c:1108: warning: passing argument 3 of ‘PyString_AsStringAndSize’ from 
incompatible pointer type
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -Wall 
-Wno-unused -fPIC -I/usr/include/python2.6 -c tagmap.c -o tagmap.o
tagmap.c: In function ‘tagmap_getFreeID’:
tagmap.c:84: warning: cast from pointer to integer of different size
tagmap.c:88: warning: cast from pointer to integer of different size
tagmap.c: In function ‘tagmap_add’:
tagmap.c:118: warning: cast from pointer to integer of different size
tagmap.c:118: warning: cast from pointer to integer of different size
tagmap.c:125: warning: cast from pointer to integer of different size
tagmap.c:125: warning: cast from pointer to integer of different size
tagmap.c: In function ‘tagmap_dealloc’:
tagmap.c:133: warning: cast from pointer to integer of different size
tagmap.c: In function ‘tagmap_getObjectList’:
tagmap.c:149: warning: cast from pointer to integer of different size
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -Wall 
-Wno-unused -fPIC -I/usr/include/python2.6 -c action.c -o action.o
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -Wall 
-Wno-unused -fPIC -I/usr/include/python2.6 -c primitives.c -o primitives.o
primitives.c: In function ‘f_Color’:
primitives.c:61: warning: cast from pointer to integer of different size
primitives.c: In function ‘color_setattr’:
primitives.c:105: warning: cast from pointer to integer of different size
primitives.c: In function ‘color_dealloc’:
primitives.c:121: warning: cast from pointer to integer of different size
primitives.c: In function ‘f_BBox’:
primitives.c:161: warning: cast from pointer to integer of different size
primitives.c: In function ‘bbox_setattr’:
primitives.c:212: warning: cast from pointer to integer of different size
primitives.c: In function ‘bbox_dealloc’:
primitives.c:217: warning: cast from pointer to integer of different size
primitives.c: In function ‘matrix_getattr’:
primitives.c:296: warning: cast from pointer to integer of different size
primitives.c:296: warning: format ‘%d’ expects type ‘int’, but argument 3 has 
type ‘Py_ssize_t’
primitives.c: In function ‘matrix_setattr’:
primitives.c:312: warning: cast from pointer to integer of different size
primitives.c:312: warning: format ‘%d’ expects type ‘int’, but argument 3 has 
type ‘Py_ssize_t’
primitives.c: In function ‘matrix_getMatrix’:
primitives.c:318: warning: cast from pointer to integer of different size
primitives.c:318: warning: format ‘%d’ expects type ‘int’, but argument 3 has 
type ‘Py_ssize_t’
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -Wall 
-Wno-unused -fPIC -I/usr/include/python2.6 -c pyutils.c -o pyutils.o
gcc -DHAVE_CONFIG_H -g -bundle SWF.o taglist.o tag.o image.o tags.o tagmap.o 
action.o primitives.o pyutils.o  ../librfxswf.a ../libbase.a -o SWF.so 
-lpython2.6 -L/sw/lib -L/opt/local/lib -lgif -lz -lm  -L/usr/X11/lib -lfreetype 
-lz -Wl,-framework,CoreServices -Wl,-framework,ApplicationServices
gcc -c -DHAVE_CONFIG_H  -I/sw/include -I/sw/include/lame -I/opt/local/include 
-I/usr/X11/include/freetype2 -I/usr/X11/include -Ilame -Ilib/lame -fPIC 
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer  -Wall 
-Wno-unused -fPIC -I/usr/include/python2.6 -c gfx.c -o gfx.o
gfx.c: In function ‘toLine’:
gfx.c:162: warning: return from incompatible pointer type
gfx.c:165: warning: return from incompatible pointer type
gfx.c:171: warning: return from incompatible pointer type
gfx.c:181: warning: return from incompatible pointer type
gfx.c:187: warning: return from incompatible pointer type
gfx.c:193: warning: return from incompatible pointer type
gfx.c:199: warning: return from incompatible pointer type
gfx.c: In function ‘output_print’:
gfx.c:708: warning: cast from pointer to integer of different size
gfx.c:708: warning: format ‘%d’ expects type ‘int’, but argument 4 has type 
‘Py_ssize_t’
gfx.c: In function ‘page_print’:
gfx.c:844: warning: cast from pointer to integer of different size
gfx.c:844: warning: format ‘%d’ expects type ‘int’, but argument 4 has type 
‘Py_ssize_t’
gfx.c: In function ‘doc_print’:
gfx.c:1032: warning: cast from pointer to integer of different size
gfx.c:1032: warning: format ‘%d’ expects type ‘int’, but argument 4 has type 
‘Py_ssize_t’
make[1]: *** No rule to make target `../libpdf.a', needed by `gfx.so'.  Stop.
make: *** [all] Error 2





reply via email to

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