On Dec 4, 2013, at 9:28 PM, Alexey Petruchik <[email protected]> wrote:
> I've cloned curl repo and switched to curl-7_33_0 tag. Running sh > ./MacOS-Framework gives such results: > > > > stopiccot-macbook:curl stopiccot$ sh ./MacOSX-Framework > > ----Configuring libcurl for 32 bit universal framework... > > make: *** No rule to make target `clean'. Stop. > > ./MacOSX-Framework: line 85: ./configure: No such file or directory You need to run “buildconf” first in order to build an autoconf script (configure). Nick Zitzmann <http://www.chronosnet.com/> ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
