Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RPI] - missing nlohmann/json.hpp #8355

Open
Tracked by #7588
dimitre opened this issue Mar 7, 2025 · 1 comment
Open
Tracked by #7588

[RPI] - missing nlohmann/json.hpp #8355

dimitre opened this issue Mar 7, 2025 · 1 comment
Milestone

Comments

@dimitre
Copy link
Member

dimitre commented Mar 7, 2025

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 dimitre added this to the 0.12.1 milestone Mar 7, 2025
@ofTheo
Copy link
Member

ofTheo commented Mar 20, 2025

@dimitre thanks!

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

Image

Though I know other libs are missing currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants