[
https://issues.apache.org/jira/browse/MINIFICPP-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Szasz closed MINIFICPP-1142.
-----------------------------------
> Ninja build with libressl fails
> -------------------------------
>
> Key: MINIFICPP-1142
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1142
> Project: Apache NiFi MiNiFi C++
> Issue Type: Bug
> Environment: Ubuntu 18.04 LTS
> Reporter: Marton Szasz
> Priority: Major
> Labels: build
>
> Using the Ninja generator of CMake, then trying to build with ninja fails
> with the following error message:
> {{ninja: error: 'thirdparty/libressl-install/lib/libtls.a', needed by
> 'main/minifi', missing and no known rule to make it}}
> Steps to reproduce:
> {code:java}
> mkdir ninja; cd ninja
> cmake -G Ninja -DUSE_SHARED_LIBS= -DENABLE_MQTT=ON -DENABLE_LIBRDKAFKA=ON
> -DPORTABLE=ON -DENABLE_COAP=ON -DCMAKE_BUILD_TYPE=Debug ..
> ninja{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)