Re: building on osx
From: Jon Scott Stevens <jon_at_latchkey.com>
Date: 2005-02-06 19:57:15 CET
I would do the following:
#1. Bundle SWIG with the src distribution and make it part of the build
Because SVN has specific version requirements for SWIG, it would be
#2. I would consider putting a special case into the build system for
#3. I would make SWIG_LDFLAGS settable from environment variables (and
[4][ /usr/local/src/subversion/subversion-1.1.3 ]# diff build.conf.bak
--- > link-cmd = $(LINK) $(LDFLAGS) $(SWIG_LDFLAGS) $(SWIG_PY_LIBS) If you don't want to do any of those changes, then my script will continue to work for people with similar configurations. =) thanks! jon On Feb 5, 2005, at 3:04 PM, kfogel@collab.net wrote: > Thanks! > > I don't run Mac OS X myself, so pardon me if these are dumb questions: > is this patching over problems in our build system? Or is it an > improvement that could be incorporated into our build system? Or > should we just make this script available for people in certain > specific situations? > > The subtext here is: I'm trying to figure out what's the right final > destination for this work you've done, so the most people will > benefit. What's your recommendation? > > -Karl --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sun Feb 6 20:00:27 2005 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.