From df07bfcbea5e5684a0275b80efe947e0e76728d7 Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Thu, 19 Sep 2013 21:27:20 -0700 Subject: [PATCH] Add not having installed the C++ libcapnp library to 'Common Problems' --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5b6384..e6c13ef 100644 --- a/README.md +++ b/README.md @@ -116,5 +116,14 @@ If you get an error on installation like: Then you have too old a version of setuptools. Run `pip install -U setuptools` then try again. -[![Build Status](https://travis-ci.org/jparyani/pycapnp.png?branch=develop)](https://travis-ci.org/jparyani/pycapnp) +An error like: + + ... + capnp/capnp.cpp:312:10: fatal error: 'capnp/dynamic.h' file not found + #include "capnp/dynamic.h" + +Means you haven't installed the Cap'n Proto C++ library. Please follow the directions at the [official installation docs](http://kentonv.github.io/capnproto/install.html) + + +[![Build Status](https://travis-ci.org/jparyani/pycapnp.png?branch=develop)](https://travis-ci.org/jparyani/pycapnp) \ No newline at end of file