Skip to content

Compilation errors when building SPS-Variants/APS-AllInOne #1

@wolfram77

Description

@wolfram77

Hello @CheYulin

I am PhD student working of design of efficient dynamic graph algorithms - currently trying to find optimizations for the SimRank algorithm. While trying to compile the SPS-Variants/APS-AllInOne i got the following errors:

  • ld failed to find libtcmalloc
  • unordered_set is not a member of std
  • unordered_map is not a member of std

I have fixed the first issue by installing libtcmalloc with yum install gperftools gperftools-devel, and the other two issues by including the headers for unordered_set and unordered_map in my fork of this repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions