ok i got further, but this time had this error: araweelo:~/Documents/SANDBOXES/swftools khine$ makemaking all in m4... cd m4;make all making all in lib... cd lib;make all make[1]: Nothing to be done for `all'. 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 make[1]: Nothing to be done for `all'. making all in lib/python... cd lib/python;make all gcc -DHAVE_CONFIG_H -g -bundle gfx.o -o gfx.so ../libgfxpdf.a ../libgfxswf.a ../librfxswf.a ../libgfx.a ../libocr.a ../libbase.a -lpython2.6 -L/opt/local/lib -L/usr/local/lib -L/Users/khine/usr/local/swftools/lib -lgif -ljpeg -lz -lm -L/opt/local/lib -lfreetype -lz -Wl,-framework,CoreServices -Wl,-framework,ApplicationServices -lstdc++ /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: __Unwind_Resume collect2: ld returned 1 exit status make[1]: *** [gfx.so] Error 1 make: *** [all] Error 2
On Sat, Jan 30, 2010 at 7:42 PM, Ricardo Pedroso <[email protected]> wrote: > On Sat, Jan 30, 2010 at 3:17 AM, Norman Khine <[email protected]> wrote: >> hello, >> i just checkout out the latest source form the git repository, but get >> this error when i run %make >> >> % git pull origin master >> % ./configure --prefix=$HOME/usr/local/swftools >> % make >> >> ... >> gcc -c -DHAVE_CONFIG_H -I/opt/local/include >> -I/Users/khine/usr/local/swftools/include >> -I/opt/local/include/freetype2 -I/opt/local/include -Ilame -Ilib/lame >> -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer >> as3/assets.c -o as3/assets.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 >> modules/swfalignzones.o rfxswf.o drawer.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 as3/assets.o >> ar: creating archive librfxswf.a >> ranlib librfxswf.a >> cd pdf;make libgfxpdf >> make[2]: *** No rule to make target `xpdf-*tar.gz', needed by >> `xpdf/Gfx.cc'. Stop. >> make[1]: *** [libgfxpdf.a] Error 2 >> make: *** [all] Error 2 >> > > Do: > > Download xpdf (xpdf-3.02.tar.gz) > and put the tarball in lib/pdf > > then do in lib/pdf: > $ perl inject-xpdf.pl xpdf-3.02.tar.gz > > then "make" again. > > Ricardo > -- %>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or chr(97+(ord(c)-83)%26) for c in ",adym,*)&uzq^zqf" ] )
