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 ----Building 32 bit libcurl... make: *** No targets specified and no makefile found. Stop. ----Creating 32 bit framework... rm: libcurl.framework: No such file or directory cp: lib/.libs/libcurl.dylib: No such file or directory install_name_tool: can't open file: libcurl.framework/Versions/Release-7.33.0-DEV/libcurl (No such file or directory) ~/code/other/curl/libcurl.framework ~/code/other/curl Testing for SDK64 entering... ~/code/other/curl make: *** No rule to make target `clean'. Stop. ----Configuring libcurl for 64 bit universal framework... ./MacOSX-Framework: line 114: ./configure: No such file or directory ----Building 64 bit libcurl... make: *** No targets specified and no makefile found. Stop. ----Appending 64 bit framework to 32 bit framework... cp: lib/.libs/libcurl.dylib: No such file or directory install_name_tool: can't open file: libcurl.framework/Versions/Release-7.33.0-DEV/libcurl64 (No such file or directory) cp: libcurl.framework/Versions/Release-7.33.0-DEV/libcurl: No such file or directory /Users/stopiccot/code/other/curl lipo: can't open input file: libcurl.framework/Versions/Release-7.33.0-DEV/libcurl32 (No such file or directory) rm: libcurl.framework/Versions/Release-7.33.0-DEV/libcurl32: No such file or directory rm: libcurl.framework/Versions/Release-7.33.0-DEV/libcurl64: No such file or directory cp: libcurl.framework/Versions/Release-7.33.0-DEV/Headers/curl/curlbuild.h: No such file or directory cp: include/curl/curlbuild.h: No such file or directory /Users/stopiccot/code/other/curl lipo: can't open input file: libcurl.framework/Versions/Release-7.33.0-DEV/libcurl (No such file or directory) libcurl.framework is built and can now be included in other projects. Copy libcurl.framework to your bundle's Contents/Frameworks folder, ~/Library/Frameworks or /Library/Frameworks. What I'm doing wrong?
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
