terra-sync / cnc

Seamless Database Replication tool
GNU General Public License v3.0
4 stars 2 forks source link

Resolve macOS build system issue #55

Closed charmitro closed 3 months ago

charmitro commented 3 months ago

We had problems building/running on macOS due to the differences between GCC and Clang compilers. Clang could not treat our ADD_FUNC macro suite the way we intented to do.

Apart from that we also had problems including error.h and errno.h.