Skip to content

fedora 21: grive compilation fails #290

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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