I am getting the following error when trying to build the master branch: ./parse-datetime.y: In function 'yylex': ./parse-datetime.y:1413:20: error: dereferencing pointer to incomplete type 'union YYSTYPE' lvalp->timespec.tv_sec = s; ^ What might be causing this? Best Regards, Simon