The build architectures value for the gsyncd target in xcode is set to "$(NATIVE_ARCH) ppc" which means that on a ppc system it becomes "ppc ppc". lipo will refuse to combine multiple instances for the same architecture into the same file.
Logged In: NO
I set this to $(NATIVE_ARCH) and it built fine on my PowerBook G4.
Log in to post a comment.
Logged In: NO
I set this to $(NATIVE_ARCH) and it built fine on my PowerBook G4.