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
