[ 
https://issues.apache.org/jira/browse/MINIFI-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995319#comment-15995319
 ] 

ASF subversion and git services commented on MINIFI-286:
--------------------------------------------------------

Commit 78d527760bcbbe1e5e72a9f052fa149c8215da18 in nifi-minifi-cpp's branch 
refs/heads/master from [~jeremy.dyer]
[ https://git-wip-us.apache.org/repos/asf?p=nifi-minifi-cpp.git;h=78d5277 ]

MINIFI-286: Fix compilcation error when GCC version is greater than 4.9

This closes #88.

Signed-off-by: Aldrin Piri <[email protected]>


> GetFile filter fails to compile with GCC version greater than 4.9
> -----------------------------------------------------------------
>
>                 Key: MINIFI-286
>                 URL: https://issues.apache.org/jira/browse/MINIFI-286
>             Project: Apache NiFi MiNiFi
>          Issue Type: Bug
>          Components: C++
>            Reporter: Jeremy Dyer
>            Assignee: Jeremy Dyer
>             Fix For: cpp-0.2.0
>
>
> GetFile.cpp has a macro which if the GCC version is greater than 4.9 a line 
> of code is introduced where "fileFilter" is used rather than 
> "request.fileFilter" which causes a compilation error.
> GCC Version = 4.9.2
> /opt/nifi-minifi-cpp/libminifi/src/processors/GetFile.cpp: In member function 
> ‘bool org::apache::nifi::minifi::processors::GetFile::acceptFile(std::string, 
> std::string, const org::apache::nifi::minifi::processors::GetFileRequest&)’:
> /opt/nifi-minifi-cpp/libminifi/src/processors/GetFile.cpp:283:21: error: 
> ‘fileFilter’ was not declared in this scope
>        std::regex re(fileFilter);



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to