openFrameworks icon indicating copy to clipboard operation
openFrameworks copied to clipboard

[RPI] - missing nlohmann/json.hpp

Open dimitre opened this issue 10 months ago • 1 comments

I've just made an old RPI runs to test OF and it is the first error

/home/pi/of/libs/openFrameworks/utils/ofJson.h:3:10: fatal error: nlohmann/json.hpp: No such file or directory
    3 | #include <nlohmann/json.hpp> // MSYS2 : use of system-installed include

My suggestion is we change apothecary libs to keep json.hpp inside nlohmann folder inside include, like

/of/libs/json/include/nlohmann/json.hpp

instead of

/of/libs/json/include/json.hpp

dimitre avatar Mar 07 '25 14:03 dimitre

@dimitre thanks!

Looking at the nightly I do see it at that path:

Image

Though I know other libs are missing currently.

ofTheo avatar Mar 20 '25 21:03 ofTheo