blobmsg_add_u32(b, name, json_object_get_int(obj)); break; case json_type_double: blobmsg_add_double(b, name, json_object_get_double(obj)); break; case json_type_null: blobmsg_add_field(b, BLOBMSG_TYPE_UNSPEC, name, NULL, 0); break; default: return false; } ...
If the library is installed but the linker still cannot find it, ensure that the library’s path is correctly specified in your build configuration. You might need to add the appropriate directory to your compiler’s include and library search paths. Double-check that you have correctly spelled...