Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ranlib



Steve Baxter <email@hidden> wrote:

> When we check a .a library out of CVS and try and build the project  
> with Xcode, we get an error:
> 
> ld: table of contents for archive: ../../Openlab 2.x/3rd Party Stuff/
> Hasp4/libhasposx.a is out of date; rerun ranlib(1) (can't load from it)
> 
> I can run ranlib on this and it works OK - is there any way of  
> telling the linker to ignore the date mismatch and just get on with  
> it?

This is mentioned as a known bug in the ranlib man page.  We work around
it by copying the .a files and running ranlib on the copies; but we have
a Makefile-based build system, so it is very easy to do there.  In
Xcode, you probably have to add a shell script build phase that does
this; if you set the input and output files of the build phase
correctly, it should only kick in when a new version has come in from
CVS.

> On that note, why does Xcode update project files (making them dirty
> for version control) when nothing has changed?

They are text files, so just diff them to see what has changed.  I have
seen cases where a build product's entry changed from lastKnownFileType
to explicitFileType after building, or something like that.


-- 
Stefan Haller
Ableton
http://www.ableton.com/
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden

References: 
 >ranlib (From: Steve Baxter <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.