The premade configuration files lib/config-* used to build curl for some older operating systems are missing the sizeof long type. Due to recent changes if you are building curl for one of those OSes without configure or cmake then it will need to know that size, defined as SIZEOF_LONG. Previously, those of unknown sizeof long were defined as 4 bytes.
If you know the sizeof long for one of those OSes please let us know here or at [1]. Also, it would help to know if the recent changes broke anything else related to building for those OSes, so if are able to define your SIZEOF_LONG in the appropriate lib/config-* then try building curl from the repo [2][3]. [1]: https://github.com/curl/curl/issues/1816 [2]: https://github.com/curl/curl.git [3]: https://github.com/curl/curl/archive/master.zip ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
