Avrogencpp does not insert avro prefix for avro headers in the generated files.
-------------------------------------------------------------------------------

                 Key: AVRO-917
                 URL: https://issues.apache.org/jira/browse/AVRO-917
             Project: Avro
          Issue Type: Bug
          Components: c++
            Reporter: Thiruvalluvan M. G.
            Assignee: Thiruvalluvan M. G.
             Fix For: 1.6.0


The generated files have include directives like {{#include "Specific.hh"}}. 
This forces the users to add things like {{-I/usr/local/avro}} to their build 
scripts.If, instead, the generated code had {{#include "avro/Specific.hh"}} the 
users can use something like {{-I/usr/local}} (or omit it altogether because 
many systems may already have {{/usr/local}} in their include paths).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to