You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
../src/tmc/tmc.h:152:13: error: ‘ordered_json’ in namespace ‘nlohmann’ does not name a type
152 | nlohmann::ordered_json json() const;
| ^~~~~~~~~~~~
../src/tmc/tmc.h:192:55: error: ‘nlohmann::ordered_json’ has not been declared
192 | void receiveSystemGroup(uint16_t message, nlohmann::ordered_json*);
| ^~~~~~~~~~~~
../src/tmc/tmc.h:193:71: error: ‘nlohmann::ordered_json’ has not been declared
193 | void receiveUserGroup(uint16_t x, uint16_t y, uint16_t z, nlohmann::ordered_json*);
| ^~~~~~~~~~~~
...
The text was updated successfully, but these errors were encountered:
Problem is in nlohmann-json3-dev. Package manager bring version 3.7.3 so compile fails.
Workaround:
Install latest nlohmann-json3-dev 3.11 version from future Ubuntu releases deb archives.
Can get here:
https://packages.ubuntu.com/noble/all/nlohmann-json3-dev/download
Logs looks like:
The text was updated successfully, but these errors were encountered: