[
https://issues.apache.org/jira/browse/MINIFICPP-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gábor Gyimesi resolved MINIFICPP-1015.
--------------------------------------
Resolution: Fixed
> MINIFICPP-1015
> --------------
>
> Key: MINIFICPP-1015
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1015
> Project: Apache NiFi MiNiFi C++
> Issue Type: Bug
> Reporter: cavern li
> Priority: Major
>
> 编译过程出现问题 g++ gcc的版本用4.8.5 需要设置c++11标准 g++ gcc -std=c++11
> alias g++='g++ -std=c++11'
> alias gcc='gcc -std=c++11'
> 修改 Plan.cpp源码
> std::shared_ptr<ExecutionPlan> plt_ptr = {};
> std::unordered_map<std::string, std::shared_ptr<ExecutionPlan>>
> ExecutionPlan::proc_plan_map_ = \{{"",plt_ptr}};
> //std::unordered_map<std::string, std::shared_ptr<ExecutionPlan>>
> ExecutionPlan::proc_plan_map_ = {};
--
This message was sent by Atlassian Jira
(v8.20.10#820010)