Hi Daniel Egger, The use of MacOSX frameworks is to make life a little tad easier while especially working with XCode :) Helps a with the includes/libraries etc. instead of editing/forcing the setings somewhere in the project (That is the idea ;)
Using the Apple provided GCCs, you use a -framework libcurl.framework to include/use it. Okay, you could just install it in /usr/local etc. but then to find symbols for XCode is more of a hassle. On 6/15/10, Daniel Egger <[email protected]> wrote: > On 15.06.2010, at 10:56, Hendrik Visage wrote: > >> On 6/14/10, Daniel Stenberg <[email protected]> wrote: >>> On Fri, 11 Jun 2010, Hendrik Visage wrote: >>> >>>> Please test/check etc. and add/commit for those on Snowleopard ;) >>> >>> I'd love at least _one_ comment from someone on MacOS before we merge >>> this >>> in... > >> Me too :) > > I certainly would if I had any idea what to use the framework for. It's not > exactly like it doesn't work just fine without... > > Servus, > Daniel > > ------------------------------------------------------------------- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html > ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
