|
|
+
Manuel Simoni 2012-09-14, 21:58
-
Re: Config.hh not found in buffer/Buffer.hhJan van der Lugt 2012-09-14, 22:23
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 > |