Hi Manuel, I also had this issue. If you check out the latest release from svn, does that give you the same error? It should be fixed there.
- Jan On Fri, Sep 14, 2012 at 2:58 PM, Manuel Simoni <[email protected]> wrote: > Hi, > > I've installed Avro C++ 1.7.1 under /usr/local/include/avro. > > When I `#include <avro/buffer/Buffer.hh>` in my project, I get the > error "Config.hh: No such file or directory" > > I've solved this by manually adding `-I/usr/local/include/avro` to the > CC flags and just wanted to let you know. > > Manuel >
