On Tue, Nov 4, 2008 at 8:12 AM, Piotr Dobrogost <[EMAIL PROTECTED]>wrote:
> Hi > > I get NotAvailable exception with error > "This option was not available at compile time." > raised in exEasy.setOpt(Options::CookieList(*it)) in example07. > Can't find out why. Which option is not available and why? Anyone? First, I've made some macros to allow compilation of new options even when only an old libcURL library is available. This option called NotAvailableOptionTraits is used whatever something is not available at compile this. So, there's two possibilities: - The option is not available in your version. libcURL says that CURLOPT_COOKIELIST is available since 7.17.1. - The macro might not be valid (which was discussed in http://curl.haxx.se/mail/curlpp-2007-10/0004.html). I have some work done on the second point, but didn't made it available yet. If you want to verify that it might be solving your issue, the link given above has the solution. I'll publish the complete fix tomorrow. > > Regards > Piotr Dobrogost > _______________________________________________ > cURLpp mailing list > cURLpp@rrette.com > http://www.rrette.com/mailman/listinfo/curlpp >
_______________________________________________ cURLpp mailing list cURLpp@rrette.com http://www.rrette.com/mailman/listinfo/curlpp