[
https://issues.apache.org/jira/browse/MINIFICPP-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16718386#comment-16718386
]
ASF GitHub Bot commented on MINIFICPP-695:
------------------------------------------
Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/459#discussion_r240863016
--- Diff: nanofi/examples/CMakeLists.txt ---
@@ -50,11 +50,11 @@ if (WIN32)
set(LINK_FLAGS "/WHOLEARCHIVE")
set(LINK_END_FLAGS "")
elseif (APPLE)
- set(LINK_FLAGS "-Wl,-all_load")
+ set(LINK_FLAGS "")
--- End diff --
Unfortunately this doesn't solve the problem. This only causes the curl
support to not be built. I'll take a closer look tomorrow. Thanks!
> NanoFi Examples appear to be broken
> -----------------------------------
>
> Key: MINIFICPP-695
> URL: https://issues.apache.org/jira/browse/MINIFICPP-695
> Project: NiFi MiNiFi C++
> Issue Type: Bug
> Reporter: Mr TheSegfault
> Assignee: Arpad Boda
> Priority: Blocker
> Labels: nanofi
>
> When testing recent changes the examples appear to not work due to a
> mis-configuration of the client. Not sure when/what broke it specifically,
> but we should ensure that examples function.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)