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

Andrew Christianson commented on MINIFICPP-459:
-----------------------------------------------

For now, due to FlexLexer.h compatibility issues, will update the build docs to 
reflect flex caveat. FlexLexer.h must be in the include path and must be 
compatible with the version of flex used to generate lexer sources.

> Ensure that FlexLexer.h can be included when system includes are not in path
> ----------------------------------------------------------------------------
>
>                 Key: MINIFICPP-459
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-459
>             Project: NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Andrew Christianson
>            Assignee: Andrew Christianson
>            Priority: Major
>
> Sources generated by bison/flex for expression language depend on lex 
> headers. In certain build environments, such as Android cross-compilation, 
> system headers are not in the include path, so the build fails due to not 
> finding FlexLexer.h.
> Provide some way for the build to find the system FlexLexer.h corresponding 
> to the install of flex used to generate EL lexer sources.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to