Skip to content

fedora 21: grive compilation fails #290

@jakkul

Description

@jakkul

Standard grive cannot find json-c libraries.

Solution:

cmake/Modules/FindJSONC.cmake change lines:

FIND_PATH(JSONC_INCLUDE_DIR json-c/json.h)
FIND_LIBRARY(JSONC_LIBRARY NAMES json-c)

You also need to update the include statements in .cc files in code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions