curl / Mailing Lists / curl-users / Single Mail

curl-users

Anyone building curl for amigaos, classic mac, os400, riscos, symbian?

From: Ray Satiro via curl-users <curl-users_at_cool.haxx.se>
Date: Wed, 23 Aug 2017 12:24:31 -0400

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-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2017-08-23