I don't understand exactly what you're doing there, since I don't know what an exported fproject is, and the stuff showing up on your commandline is a bit weird, too.
However, the error is quite clear:
You are missing the file autorevision.h. This file is not under revision control, but is generated during the build.
Under "normal" conditions, there is nothing you have to do for that to happen, the autorevision tool is built as the first thing, and it is invoked as a pre-build step for the SDK target.
Since the SDK target is built before the Src target (appglobals.h belongs to Src), I wonder why you see the error at this location. If the file is missing, the build should already abort during the SDK target.
Can you tell what exactly you did to get the sources, and what exactly you did to build them (and what compiler system you use)?