On Tue, 15 Feb 2011, Shawn Pearce wrote: >>    remote-curl.c:403: error: call to '_curl_easy_setopt_err_cb_data' declared >>    with attribute warning: curl_easy_setopt expects a private data pointer as >>    argument for this option > > I'm surprised my build doesn't have sufficient warning flags enabled when I > built this. :-( Those are warnings generated by the macro magic in curl's typecheck-gcc.h header file, and they require gcc 4.3 or later so perhaps you used an older compiler? -- / daniel.haxx.se