Re: Cannot link project checkedout from an SVN repository
Re: Cannot link project checkedout from an SVN repository
- Subject: Re: Cannot link project checkedout from an SVN repository
- From: Chris Espinosa <email@hidden>
- Date: Sun, 27 Nov 2005 18:57:25 -0800
On Nov 27, 2005, at 12:56 PM, Frank Reiff wrote:
I have a similar library related problem with my first svn builds. In
my case it looks like a "mylib.a"-type library gets corrupted when
imported into svn. In my case it's an external library and I have
simply put it outside svn control and that works fine. My suspicion is
that svn does not deal properly with resource forks.
Unix files don't have resource forks, so that's not it. Usually the
problem is when an SCM system changes the creation date of a Mach-O
file such that it doesn't match the internal timestamp. If it's
advising you to run 'ranlib' on the files that's probably it.
In your situation I would try to narrow the problem down to the
library files and see which one causes the problem.
That, or build the .a from source as part of the build, or zip it
before committing to svn and unzip as part of the build process.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden