Jan van der Lugt created AVRO-1140:
--------------------------------------

             Summary: Buffer.hh includes Config.hh without "../"
                 Key: AVRO-1140
                 URL: https://issues.apache.org/jira/browse/AVRO-1140
             Project: Avro
          Issue Type: Bug
          Components: c++
    Affects Versions: 1.7.1
            Reporter: Jan van der Lugt


Buffer.hh includes the file Config.hh, which is located in the parent 
directory. Config.hh is included like via #include "Config.hh", but this should 
be #include "../Config.hh". Both work when compiling the AVRO distribution, but 
if you install AVRO using make install, g++ complains that it can't find 
Config.hh, which is included via DataFile.hh in my case.

--
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