birdfont icon indicating copy to clipboard operation
birdfont copied to clipboard

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

Open shaqaruden opened this issue 4 years ago • 0 comments

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 of G' 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 of G' return Posix.strcmp (b.modification_time, a.modification_time); // descending

shaqaruden avatar Apr 15 '20 14:04 shaqaruden