gustavogenovese / curl-android-ios

Static libcurl to be used in Android and iOS apps. Build scripts included. No Android source required
641 stars 255 forks source link

config failed with curlbuild.h.in #54

Open ibaoger opened 6 years ago

ibaoger commented 6 years ago

I am using ndk-r15c to build curl with the build_Android.sh script, but failed:

config.status: creating lib/curl_config.h config.status: lib/curl_config.h is unchanged config.status: error: cannot find input file: `include/curl/curlbuild.h.in' Error running the configure program

ibaoger commented 6 years ago

I found that libcurl has remove this file from cURL-7_55_0 version. How did you compiled success?

gustavogenovese commented 6 years ago

First of all, I've used the latest NDK which is r17. I'd suggest you to do the same. Second, I'd delete the curl/configure file, so that the next time you run the build_Android.sh script, buildconf is ran again automatically