Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd property_tree to get json_parser.hpp? #29
Comments
|
Look at this section of the builder script: the explicitly selected Boost libraries and their dependencies are copied. Boost property_tree is not yet part of this set. I could look into adding it. |
|
i realized that in Shark sources json_parser is only used for creating a json file containing the version/build informations. this is not important for Rcppshark, so i removed the dependency. for me the problem is solved for now, if you want to, you can close the issue. |
|
I am on the fence. It is probably small relative to the large size we already have, so I may keep this open. |
|
Fixed in 1.62.0-1 which is now master and which should be in CRAN "within days". |
sorry, probably i'm just confused, but why is property_tree/json_parser.hpp not part of BH?
is it a non-header-only? or is there any other reason?
(i'm definitely confused as my local update of RcppShark compiles well, but build_win cannot find the above file. )