johanmattssonm / birdfont

A font editor for creating fonts in TTF, EOT, SVG and BIRDFONT format.
https://birdfont.org
462 stars 32 forks source link

The name `modification_time' does not exist in the context of `G' #95

Open shaqaruden opened 4 years ago

shaqaruden commented 4 years ago

I am attempting to build this on macOS Catalina but I am running into these errors when running doit or build.py

libbirdfont/BackupTab.vala:174.25-174.43: error: The name modification_time' does not exist in the context ofG' return Posix.strcmp (b.modification_time, a.modification_time); // descending ^^^^^^^^^^^^^^^^^^^ libbirdfont/BackupTab.vala:174.46-174.64: error: The name modification_time' does not exist in the context ofG' return Posix.strcmp (b.modification_time, a.modification_time); // descending