^ src/lceasy.c:658:30: error: 'lcurl_easy_t' has no member named 'storage' lcurl_storage_remove_i(L, p->storage, CURLOPT_SHARE); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_easy_unset_WRITEFUNCTION': src/lceasy.c:667:37: error: 'lcurl_easy_t' has no member named 'curl' CURLcode code = curl_easy_setopt(p->curl, CURLOPT_WRITEFUNCTION, NULL); ^ src/lceasy.c:669:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c:671:21: error: 'lcurl_easy_t' has no member named 'curl' curl_easy_setopt(p->curl, CURLOPT_WRITEDATA, NULL); ^ src/lceasy.c:673:38: error: 'lcurl_easy_t' has no member named 'wr' luaL_unref(L, LCURL_LUA_REGISTRY, p->wr.cb_ref); ^ src/lceasy.c:674:38: error: 'lcurl_easy_t' has no member named 'wr' luaL_unref(L, LCURL_LUA_REGISTRY, p->wr.ud_ref); ^ src/lceasy.c:675:4: error: 'lcurl_easy_t' has no member named 'wr' p->wr.cb_ref = p->wr.ud_ref = LUA_NOREF; ^ src/lceasy.c:675:19: error: 'lcurl_easy_t' has no member named 'wr' p->wr.cb_ref = p->wr.ud_ref = LUA_NOREF; ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_easy_unset_READFUNCTION': src/lceasy.c:684:37: error: 'lcurl_easy_t' has no member named 'curl' CURLcode code = curl_easy_setopt(p->curl, CURLOPT_READFUNCTION, NULL); ^ src/lceasy.c:686:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c:688:21: error: 'lcurl_easy_t' has no member named 'curl' curl_easy_setopt(p->curl, CURLOPT_READDATA, NULL); ^ src/lceasy.c: In function 'lcurl_easy_unset_HEADERFUNCTION': src/lceasy.c:701:37: error: 'lcurl_easy_t' has no member named 'curl' CURLcode code = curl_easy_setopt(p->curl, CURLOPT_HEADERFUNCTION, NULL); ^ src/lceasy.c:703:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c:705:21: error: 'lcurl_easy_t' has no member named 'curl' curl_easy_setopt(p->curl, CURLOPT_HEADERDATA, NULL); ^ src/lceasy.c:707:38: error: 'lcurl_easy_t' has no member named 'hd' luaL_unref(L, LCURL_LUA_REGISTRY, p->hd.cb_ref); ^ src/lceasy.c:708:38: error: 'lcurl_easy_t' has no member named 'hd' luaL_unref(L, LCURL_LUA_REGISTRY, p->hd.ud_ref); ^ src/lceasy.c:709:4: error: 'lcurl_easy_t' has no member named 'hd' p->hd.cb_ref = p->hd.ud_ref = LUA_NOREF; ^ src/lceasy.c:709:19: error: 'lcurl_easy_t' has no member named 'hd' p->hd.cb_ref = p->hd.ud_ref = LUA_NOREF; ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_easy_unset_PROGRESSFUNCTION': src/lceasy.c:718:37: error: 'lcurl_easy_t' has no member named 'curl' CURLcode code = curl_easy_setopt(p->curl, CURLOPT_PROGRESSFUNCTION, NULL); ^ src/lceasy.c:720:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c:722:21: error: 'lcurl_easy_t' has no member named 'curl' curl_easy_setopt(p->curl, CURLOPT_PROGRESSDATA, NULL); ^ src/lceasy.c:725:21: error: 'lcurl_easy_t' has no member named 'curl' curl_easy_setopt(p->curl, CURLOPT_XFERINFOFUNCTION, NULL); ^ src/lceasy.c:726:21: error: 'lcurl_easy_t' has no member named 'curl' curl_easy_setopt(p->curl, CURLOPT_XFERINFODATA, NULL); ^ src/lceasy.c:729:38: error: 'lcurl_easy_t' has no member named 'pr' luaL_unref(L, LCURL_LUA_REGISTRY, p->pr.cb_ref); ^ src/lceasy.c:730:38: error: 'lcurl_easy_t' has no member named 'pr' luaL_unref(L, LCURL_LUA_REGISTRY, p->pr.ud_ref); ^ src/lceasy.c:731:4: error: 'lcurl_easy_t' has no member named 'pr' p->pr.cb_ref = p->pr.ud_ref = LUA_NOREF; ^ src/lceasy.c:731:19: error: 'lcurl_easy_t' has no member named 'pr' p->pr.cb_ref = p->pr.ud_ref = LUA_NOREF; ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_easy_unset_POSTFIELDS': src/lceasy.c:739:37: error: 'lcurl_easy_t' has no member named 'curl' CURLcode code = curl_easy_setopt(p->curl, CURLOPT_POSTFIELDS, NULL); ^ src/lceasy.c:741:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c:744:21: error: 'lcurl_easy_t' has no member named 'curl' curl_easy_setopt(p->curl, CURLOPT_POSTFIELDSIZE, -1); ^ src/lceasy.c:745:30: error: 'lcurl_easy_t' has no member named 'storage' lcurl_storage_remove_i(L, p->storage, CURLOPT_POSTFIELDS); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_easy_unset_SEEKFUNCTION': src/lceasy.c:754:37: error: 'lcurl_easy_t' has no member named 'curl' CURLcode code = curl_easy_setopt(p->curl, CURLOPT_SEEKFUNCTION, NULL); ^ src/lceasy.c:756:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c:758:21: error: 'lcurl_easy_t' has no member named 'curl' curl_easy_setopt(p->curl, CURLOPT_SEEKDATA, NULL); ^ src/lceasy.c:760:38: error: 'lcurl_easy_t' has no member named 'seek' luaL_unref(L, LCURL_LUA_REGISTRY, p->seek.cb_ref); ^ src/lceasy.c:761:38: error: 'lcurl_easy_t' has no member named 'seek' luaL_unref(L, LCURL_LUA_REGISTRY, p->seek.ud_ref); ^ src/lceasy.c:762:4: error: 'lcurl_easy_t' has no member named 'seek' p->seek.cb_ref = p->seek.ud_ref = LUA_NOREF; ^ src/lceasy.c:762:21: error: 'lcurl_easy_t' has no member named 'seek' p->seek.cb_ref = p->seek.ud_ref = LUA_NOREF; ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_easy_unset_DEBUGFUNCTION': src/lceasy.c:771:37: error: 'lcurl_easy_t' has no member named 'curl' CURLcode code = curl_easy_setopt(p->curl, CURLOPT_DEBUGFUNCTION, NULL); ^ src/lceasy.c:773:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c:775:21: error: 'lcurl_easy_t' has no member named 'curl' curl_easy_setopt(p->curl, CURLOPT_DEBUGDATA, NULL); ^ src/lceasy.c:777:38: error: 'lcurl_easy_t' has no member named 'debug' luaL_unref(L, LCURL_LUA_REGISTRY, p->debug.cb_ref); ^ src/lceasy.c:778:38: error: 'lcurl_easy_t' has no member named 'debug' luaL_unref(L, LCURL_LUA_REGISTRY, p->debug.ud_ref); ^ src/lceasy.c:779:4: error: 'lcurl_easy_t' has no member named 'debug' p->debug.cb_ref = p->debug.ud_ref = LUA_NOREF; ^ src/lceasy.c:779:22: error: 'lcurl_easy_t' has no member named 'debug' p->debug.cb_ref = p->debug.ud_ref = LUA_NOREF; ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_easy_unset_FNMATCH_FUNCTION': src/lceasy.c:790:37: error: 'lcurl_easy_t' has no member named 'curl' CURLcode code = curl_easy_setopt(p->curl, CURLOPT_FNMATCH_FUNCTION, NULL); ^ src/lceasy.c:792:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c:794:21: error: 'lcurl_easy_t' has no member named 'curl' curl_easy_setopt(p->curl, CURLOPT_FNMATCH_DATA, NULL); ^ src/lceasy.c:796:38: error: 'lcurl_easy_t' has no member named 'match' luaL_unref(L, LCURL_LUA_REGISTRY, p->match.cb_ref); ^ src/lceasy.c:797:38: error: 'lcurl_easy_t' has no member named 'match' luaL_unref(L, LCURL_LUA_REGISTRY, p->match.ud_ref); ^ src/lceasy.c:798:4: error: 'lcurl_easy_t' has no member named 'match' p->match.cb_ref = p->match.ud_ref = LUA_NOREF; ^ src/lceasy.c:798:22: error: 'lcurl_easy_t' has no member named 'match' p->match.cb_ref = p->match.ud_ref = LUA_NOREF; ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_easy_unset_CHUNK_BGN_FUNCTION': src/lceasy.c:807:37: error: 'lcurl_easy_t' has no member named 'curl' CURLcode code = curl_easy_setopt(p->curl, CURLOPT_CHUNK_BGN_FUNCTION, NULL); ^ src/lceasy.c:809:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ src/lceasy.c:811:7: error: 'lcurl_easy_t' has no member named 'chunk_end' if(p->chunk_end.cb_ref == LUA_NOREF){ ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c:813:23: error: 'lcurl_easy_t' has no member named 'curl' curl_easy_setopt(p->curl, CURLOPT_CHUNK_DATA, NULL); ^ src/lceasy.c:816:38: error: 'lcurl_easy_t' has no member named 'chunk_bgn' luaL_unref(L, LCURL_LUA_REGISTRY, p->chunk_bgn.cb_ref); ^ src/lceasy.c:817:38: error: 'lcurl_easy_t' has no member named 'chunk_bgn' luaL_unref(L, LCURL_LUA_REGISTRY, p->chunk_bgn.ud_ref); ^ src/lceasy.c:818:4: error: 'lcurl_easy_t' has no member named 'chunk_bgn' p->chunk_bgn.cb_ref = p->chunk_bgn.ud_ref = LUA_NOREF; ^ src/lceasy.c:818:26: error: 'lcurl_easy_t' has no member named 'chunk_bgn' p->chunk_bgn.cb_ref = p->chunk_bgn.ud_ref = LUA_NOREF; ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_easy_unset_CHUNK_END_FUNCTION': src/lceasy.c:826:37: error: 'lcurl_easy_t' has no member named 'curl' CURLcode code = curl_easy_setopt(p->curl, CURLOPT_CHUNK_END_FUNCTION, NULL); ^ src/lceasy.c:828:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ src/lceasy.c:830:7: error: 'lcurl_easy_t' has no member named 'chunk_bgn' if(p->chunk_bgn.cb_ref == LUA_NOREF){ ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c:832:23: error: 'lcurl_easy_t' has no member named 'curl' curl_easy_setopt(p->curl, CURLOPT_CHUNK_DATA, NULL); ^ src/lceasy.c:835:38: error: 'lcurl_easy_t' has no member named 'chunk_end' luaL_unref(L, LCURL_LUA_REGISTRY, p->chunk_end.cb_ref); ^ src/lceasy.c:836:38: error: 'lcurl_easy_t' has no member named 'chunk_end' luaL_unref(L, LCURL_LUA_REGISTRY, p->chunk_end.ud_ref); ^ src/lceasy.c:837:4: error: 'lcurl_easy_t' has no member named 'chunk_end' p->chunk_end.cb_ref = p->chunk_end.ud_ref = LUA_NOREF; ^ src/lceasy.c:837:26: error: 'lcurl_easy_t' has no member named 'chunk_end' p->chunk_end.cb_ref = p->chunk_end.ud_ref = LUA_NOREF; ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_easy_unset_STREAM_DEPENDS': src/lceasy.c:850:37: error: 'lcurl_easy_t' has no member named 'curl' CURLcode code = curl_easy_setopt(p->curl, CURLOPT_STREAM_DEPENDS, NULL); ^ src/lceasy.c:852:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ src/lceasy.c:855:30: error: 'lcurl_easy_t' has no member named 'storage' lcurl_storage_remove_i(L, p->storage, CURLOPT_STREAM_DEPENDS); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_easy_unset_STREAM_DEPENDS_E': src/lceasy.c:864:37: error: 'lcurl_easy_t' has no member named 'curl' CURLcode code = curl_easy_setopt(p->curl, CURLOPT_STREAM_DEPENDS_E, NULL); ^ src/lceasy.c:866:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ src/lceasy.c:869:30: error: 'lcurl_easy_t' has no member named 'storage' lcurl_storage_remove_i(L, p->storage, CURLOPT_STREAM_DEPENDS_E); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_easy_unset_MIMEPOST': src/lceasy.c:881:37: error: 'lcurl_easy_t' has no member named 'curl' CURLcode code = curl_easy_setopt(p->curl, CURLOPT_MIMEPOST, NULL); ^ src/lceasy.c:883:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ src/lceasy.c:886:30: error: 'lcurl_easy_t' has no member named 'storage' lcurl_storage_remove_i(L, p->storage, CURLOPT_MIMEPOST); ^ src/lceasy.c:888:4: error: 'lcurl_easy_t' has no member named 'mime' p->mime = NULL; ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_info_get_long_': src/lceasy.c:906:29: error: 'lcurl_easy_t' has no member named 'curl' code = curl_easy_getinfo(p->curl, opt, &val); ^ src/lceasy.c:908:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_info_get_double_': src/lceasy.c:925:29: error: 'lcurl_easy_t' has no member named 'curl' code = curl_easy_getinfo(p->curl, opt, &val); ^ src/lceasy.c:927:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_info_get_offset_': src/lceasy.c:940:29: error: 'lcurl_easy_t' has no member named 'curl' code = curl_easy_getinfo(p->curl, opt, &val); ^ src/lceasy.c:942:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_info_get_string_': src/lceasy.c:955:29: error: 'lcurl_easy_t' has no member named 'curl' code = curl_easy_getinfo(p->curl, opt, &val); ^ src/lceasy.c:957:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_info_get_slist_': src/lceasy.c:968:29: error: 'lcurl_easy_t' has no member named 'curl' code = curl_easy_getinfo(p->curl, opt, &val); ^ src/lceasy.c:970:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_info_get_certinfo_': src/lceasy.c:984:29: error: 'lcurl_easy_t' has no member named 'curl' code = curl_easy_getinfo(p->curl, opt, &val); ^ src/lceasy.c:986:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c: In function 'lcurl_easy_set_callback': src/lceasy.c:1060:28: error: 'lcurl_easy_t' has no member named 'curl' code = curl_easy_setopt(p->curl, OPT_CB, (c->cb_ref == LUA_NOREF)?0:func); ^ src/lceasy.c:1065:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c:1067:21: error: 'lcurl_easy_t' has no member named 'curl' curl_easy_setopt(p->curl, OPT_UD, (c->cb_ref == LUA_NOREF)?0:p); ^ src/lceasy.c: In function 'lcurl_write_callback': src/lceasy.c:1110:43: error: 'lcurl_easy_t' has no member named 'wr' return lcurl_write_callback_(p->L, p, &p->wr, ptr, size, nmemb); ^ src/lceasy.c: In function 'lcurl_easy_set_WRITEFUNCTION': src/lceasy.c:1115:42: error: 'lcurl_easy_t' has no member named 'wr' return lcurl_easy_set_callback(L, p, &p->wr, ^ src/lceasy.c: In function 'lcurl_header_callback': src/lceasy.c:1238:43: error: 'lcurl_easy_t' has no member named 'hd' return lcurl_write_callback_(p->L, p, &p->hd, ptr, size, nmemb); ^ src/lceasy.c: In function 'lcurl_easy_set_HEADERFUNCTION': src/lceasy.c:1243:42: error: 'lcurl_easy_t' has no member named 'hd' return lcurl_easy_set_callback(L, p, &p->hd, ^ src/lceasy.c: In function 'lcurl_xferinfo_callback': src/lceasy.c:1263:33: error: 'lcurl_easy_t' has no member named 'pr' n = lcurl_util_push_cb(L, &p->pr); ^ src/lceasy.c: In function 'lcurl_easy_set_PROGRESSFUNCTION': src/lceasy.c:1307:43: error: 'lcurl_easy_t' has no member named 'pr' int n = lcurl_easy_set_callback(L, p, &p->pr, ^ src/lceasy.c:1313:7: error: 'lcurl_easy_t' has no member named 'pr' if(p->pr.cb_ref != LUA_NOREF){ ^ In file included from /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/curl/curl.h:2804:0, from src/lcurl.h:15, from src/lceasy.c:11: src/lceasy.c:1314:23: error: 'lcurl_easy_t' has no member named 'curl' curl_easy_setopt(p->curl, CURLOPT_XFERINFOFUNCTION, lcurl_xferinfo_callback); ^ src/lceasy.c:1315:23: error: 'lcurl_easy_t' has no member named 'curl' curl_easy_setopt(p->curl, CURLOPT_XFERINFODATA, p); ^ src/lceasy.c: In function 'lcurl_seek_callback': src/lceasy.c:1331:37: error: 'lcurl_easy_t' has no member named 'seek' int n = lcurl_util_push_cb(L, &p->seek); ^ src/lceasy.c: In function 'lcurl_easy_set_SEEKFUNCTION': src/lceasy.c:1365:42: error: 'lcurl_easy_t' has no member named 'seek' return lcurl_easy_set_callback(L, p, &p->seek, ^ src/lceasy.c: In function 'lcurl_debug_callback': src/lceasy.c:1379:37: error: 'lcurl_easy_t' has no member named 'debug' int n = lcurl_util_push_cb(L, &p->debug); ^ In file included from src/lcurl.h:19:0, from src/lceasy.c:11: src/lceasy.c:1382:21: error: 'lcurl_easy_t' has no member named 'curl' assert(handle == p->curl); ^ src/lceasy.c: In function 'lcurl_easy_set_DEBUGFUNCTION': src/lceasy.c:1396:42: error: 'lcurl_easy_t' has no member named 'debug' return lcurl_easy_set_callback(L, p, &p->debug, ^ src/lceasy.c: In function 'lcurl_match_callback': src/lceasy.c:1413:37: error: 'lcurl_easy_t' has no member named 'match' int n = lcurl_util_push_cb(L, &p->match); ^ src/lceasy.c: In function 'lcurl_easy_set_FNMATCH_FUNCTION': src/lceasy.c:1444:42: error: 'lcurl_easy_t' has no member named 'match' return lcurl_easy_set_callback(L, p, &p->match, ^ src/lceasy.c: In function 'lcurl_chunk_bgn_callback': src/lceasy.c:1463:37: error: 'lcurl_easy_t' has no member named 'chunk_bgn' int n = lcurl_util_push_cb(L, &p->chunk_bgn); ^ src/lceasy.c: In function 'lcurl_chunk_end_callback': src/lceasy.c:1515:37: error: 'lcurl_easy_t' has no member named 'chunk_end' int n = lcurl_util_push_cb(L, &p->chunk_end); ^ src/lceasy.c: In function 'lcurl_easy_set_CHUNK_BGN_FUNCTION': src/lceasy.c:1543:42: error: 'lcurl_easy_t' has no member named 'chunk_bgn' return lcurl_easy_set_callback(L, p, &p->chunk_bgn, ^ src/lceasy.c: In function 'lcurl_easy_set_CHUNK_END_FUNCTION': src/lceasy.c:1551:42: error: 'lcurl_easy_t' has no member named 'chunk_end' return lcurl_easy_set_callback(L, p, &p->chunk_end, ^ src/lceasy.c: In function 'lcurl_easy_setopt': src/lceasy.c:1569:54: error: 'lcurl_easy_t' has no member named 'err_mode' int ret = lcurl_utils_apply_options(L, 2, 1, 0, p->err_mode, LCURL_ERROR_EASY, LCURL_E_UNKNOWN_OPTION); ^ src/lceasy.c:1605:28: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, LCURL_E_UNKNOWN_OPTION); ^ src/lceasy.c: In function 'lcurl_easy_unsetopt': src/lceasy.c:1642:28: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, LCURL_E_UNKNOWN_OPTION); ^ src/lceasy.c: In function 'lcurl_easy_getinfo': src/lceasy.c:1656:28: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, LCURL_E_UNKNOWN_OPTION); ^ src/lceasy.c: In function 'lcurl_easy_pause': src/lceasy.c:1666:27: error: 'lcurl_easy_t' has no member named 'curl' code = curl_easy_pause(p->curl, mask); ^ src/lceasy.c:1673:30: error: 'lcurl_easy_t' has no member named 'err_mode' return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_EASY, code); ^ Error: Build error: Failed compiling object src/lceasy.o /home/peko/autobuild/instance-0/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -I/home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include -c src/l52util.c -o src/l52util.o -I/home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include /home/peko/autobuild/instance-0/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -I/home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include -c src/lceasy.c -o src/lceasy.o -I/home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include package/pkg-generic.mk:315: recipe for target '/home/peko/autobuild/instance-0/output/build/lua-curl-0.3.8-2/.stamp_target_installed' failed make: *** [/home/peko/autobuild/instance-0/output/build/lua-curl-0.3.8-2/.stamp_target_installed] Error 1 make: Leaving directory '/home/peko/autobuild/instance-0/buildroot'