Package: libjsoncpp-dev Version: 0.6.0~rc2-1 The current package installs all jsoncpp header files directly into /usr/include/jsoncpp. I agree that this is a natural location, but code using jsoncpp expects to #include <json/json.h> (see, e.g., jsoncpp/src/test_lib_json/jsontest.h, which includes three files each with the prefix "json/"). With the current package, this fails because no json directory exists.
It would probably be better to install all the header files into /usr/include/jsoncpp/json. That way, one can pass -I/usr/include/jsoncpp to gcc and any file that performs #include <json/json.h> will compile correctly. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

