39aldo39 / libdecsync

Other
28 stars 5 forks source link

Missing libbool include? #3

Closed Alch-Emi closed 2 years ago

Alch-Emi commented 3 years ago

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 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)