Skip to content

Missing libbool include? #3

@alch-emi

Description

@alch-emi

Howdy!

I was just trying to build Evolution-DecSync on Fedora 34 and had a build error (attached later). It seemed like the problem was in this library, and I was able to resolve it by including <stdbool.h> in the /usr/include/libdecsync.h . Clearly plenty of other people have been able to build this Evolution-DecSync, so I'm not sure why it became a problem for me specifically, but I figured I'd post here in case someone else ends up where I did and needs help, or in case someone who's more familiar with the project can make a change to stop other people from ending up here.

To be clear, the exact change I made was that, after installing, I added the line #include <stdbool.h> below line 4.

Build log of Evolution-DecSync (prior to change)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions