On Dec 17, 2009, at 11:11 AM, Sean Laurent wrote: > On Dec 16, 2009, at 5:05 PM, Matthias Kramm wrote: > >> On Tue, Dec 15, 2009 at 12:31:07PM -0600, Sean Laurent <[email protected]> >> 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:
And before you ask, I am up-to-date with git... at least I think I am: $ git pull Already up-to-date. Maybe I'm looking at the wrong branch or wrong location? Looking at the git log, the most recent commit I see is from late October: ---snip--- $ git log commit 0c9da1d21d8559d57a81cd7f9e5a32fa14997eb0 Merge: c8b5710 62ca247 Author: Matthias Kramm <[email protected]> Date: Thu Oct 29 10:56:19 2009 -0700 Merge branch 'master' into public $ git remote -v origin git://git.swftools.org/swftools (fetch) origin git://git.swftools.org/swftools (push) $ git branch * master ---snip---
