n8gray / Backup-Bouncer

A metadata test suite for OS X backup tools
http://n8gray.org/code/backup-bouncer
Other
183 stars 16 forks source link

make[1]: *** No rule to make target `xattr-util', needed by `all'. Stop. #9

Open tristan-k opened 12 years ago

tristan-k commented 12 years ago

I downloaded the modified backup-bouncer suite from the post at bombich: http://www.bombich.com/groups/ccc/wiki/7ba51/

I tried to build the suite but it fails with this error:

backup-bouncer-bs User$ make cd util && make make[1]: * No rule to make target xattr-util', needed byall'. Stop. make: * [all] Error 2

I'm using Lion (10.7.4)

$ uname -a Darwin 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64

with the "Command Line Tools" instead of xcode.

I also symlinked this files to /Developer/Tools:

lrwxr-xr-x 1 User admin 20 1 Aug 17:09 GetFileInfo -> /usr/bin/GetFileInfo lrwxr-xr-x 1 User admin 16 1 Aug 17:09 SetFile -> /usr/bin/SetFile

Any Suggestions?