Date: prev next · Thread: first prev next last
2017 Archives by date, by thread · List index


On 22.05.2017 17:30, Jan Iversen wrote:
I updated my master yesterday, and have build successfully on mac
(except for a small break pad problem).

But when I build for iOS (tested with “make clean; make -j 1”) I get a
strange message:

[*PKG*]UIConfig/modules/dbtdata_generated
[*GPK*]desktop_unopackages_install
[*PKG*]curl
/Volumes/LIBREOFFICE/ios/core/solenv/gbuild/Package.mk:81: ***
*Something depends on package curl which does not exist.*.  Stop.
make[1]: *** Waiting for unfinished jobs....


Does anybody have an idea, why gbuild believes we have a package called
“curl” ? 

because it's used by $(call gb_LinkTarget_use_package,$(1),curl), from
gb_LinkTarget__use_curl.

but the problem is that the package is not defined i.e.
external/curl/ExternalPackage_curl.mk is not read, because CURL is not
in BUILD_TYPE, because of this bit of configure.ac:

elif test $_os = iOS; then
    # Let's see if we need curl, I think not?
    AC_MSG_RESULT([none])
    ENABLE_CURL=

that was added in 2013.

so perhaps meanwhile there are new uses of curl that are not optional
even on iOS? maybe the ENABLE_CURL thing can be removed?


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.