From: Steve S. <st...@sp...> - 2008-05-06 20:50:22
|
I'm sure that would work... however, I've had serious trouble with fink in the past where I didn't *realize* it was being used to resolve various dependencies and then someone without fink could not run an app I had built due to shared libraries being linked in without my knowledge! I guess I know just enough to be dangerous.. ;-). Anyway.. I guess I'd say we might use fink to sort out how to build something (e.g., boost) but it would be best, in the interest of building a truly stand-alone library, to avoid building with fink enabled (i.e., after running /sw/bin/init.sh). Of course.. all IMVHO. ;-) -steve On May 6, 2008, at 12:10 PM, Bruce Sherwood wrote: > We can use fink to get packages we need for BUILDING Visual, as > long as we can incorporate static libraries so that a user doesn't > need fink. > > Bruce Sherwood > > Sent via BlackBerry by AT&T > > -----Original Message----- > From: Steve Spicklemire <st...@sp...> > > Date: Tue, 6 May 2008 11:13:03 > To:Martin Costabel <cos...@wa...> > Cc:Steve Spicklemire <st...@sp...>, Bruce Sherwood > <Bru...@nc...>, Hugh Fisher > <hug...@an...>, visualpython- > us...@li... > Subject: Re: [Visualpython-users] Help with Boost on Mac OS > > > Hi Martin, Hugh, Bruce, etc... > > Forgive me if I'm not thinking about this right... but for a new > native/carbon build I'd think we'd want to steer clear of fink as > much as possible. I got the impression we were trying to make a > completely stand-alone vpython that doesn't require any fink, not > even for libraries/etc... > > I got boost to build OK in /usr/local/ with fink "turned off". I > guess the next step is to try to get some of vpython to compile and > link against those header files and libraries? > > -steve > > On May 6, 2008, at 10:47 AM, Martin Costabel wrote: > >> Bruce Sherwood wrote: >>> Note in the CVS file MAC-OSX.txt (which is somewhat out of date) >>> these >>> comments, which may or may not be relevant to your problem: >>> >>> Before making a change to src/Makefile.in, I got a message about >>> possible mismatch of versions, >>> as though when I build against /sw/bin/python2.5 and then run >>> /sw/bin/python2.5 the system thinks >>> these are different pythons. Martin Costabel commented: >>> >>> "I am getting this, too, when using the dynamic boost-python >>> library, >>> but not with the static >>> libboost_python-mt.a. This is certainly a bug with the >>> libboost_python-mt.dylib, but I haven't >>> yet found a combination of build flags to build it correctly, in >>> particular in a way that would >>> also work on OSX 10.5." >> >> In the meantime, I found the right flags. The current Fink >> boost1.34 (or >> 1.35) libraries work for me with vpython (3.2.9 or also 4beta24), >> using >> the dynamic library. >> >> -- >> Martin >> >> >> --------------------------------------------------------------------- >> - >> --- >> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >> Don't miss this year's exciting event. There's still time to save >> $100. >> Use priority code J8TL2D2. >> http://ad.doubleclick.net/clk;198757673;13503038;p?http:// >> java.sun.com/javaone >> _______________________________________________ >> Visualpython-users mailing list >> Vis...@li... >> https://lists.sourceforge.net/lists/listinfo/visualpython-users >> > > |