OK, this happened a couple of times, but it is not happening anymore after I checked out the original file for the second time (third try). I guess something caused this particular file to be modified by flex as the version of flex that I have installed is 2.6.4 so the "#define YY_FLEX_SUBMINOR_VERSION 0" was changed to "4" in the modified version of the file (among other changes).
Thanks. From: Chou, Peter Sent: Wednesday, September 2, 2020 3:59 PM To: dev@trafficserver.apache.org Subject: Problem with build with 8.1.x? Hi, I noticed that after I compiled the 8.1.x branch that the compilation process modified a file tracked by git. This does not seem right to me? pebc@piplup2:~/git/github/apache-trafficserver$ git status On branch 8.1.x Your branch is up to date with 'origin/8.1.x'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) modified: lib/tsconfig/TsConfigSyntax.c Thanks, Peter