Rogier-5 b6d641a75f Fixes for compiling with a newer (system) jsoncpp (#4429)
* Move included json code to jsoncpp subdirectory

This is needed to avoid having to specify the minetest src directory
as a system include when fixing the json includes.

* Fix json includes

They used "", so that the compiler searches the project's directory
first. The result was that when compiling with a system jsoncpp,
the project's own version of json.h was still included, instead of
the system version.

The includes now use <>, so a system location, or one specified with
'-Ilocation' is searched only.

* Fix for jsoncpp deprecated function warning

When compiling with a newer version of jsoncpp (and
ENABLE_SYSTEM_JSONCPP=true), jsoncpp emits a warning
about a deprecated function that minetest uses.
2016-08-10 12:10:00 +02:00
..
2016-03-07 16:33:20 -05:00
2016-07-05 21:40:13 +02:00
2016-07-05 21:40:13 +02:00
2016-02-22 15:39:41 +01:00
2014-05-08 13:02:04 -04:00
2014-05-08 13:02:04 -04:00
2016-06-24 02:13:09 +01:00
2015-11-06 08:51:14 +01:00
2015-11-06 08:51:14 +01:00
2015-05-16 18:32:31 -04:00
2013-09-10 18:31:38 +02:00