I'm trying to generate data from the TPC-E benchmark using macOS:
When using the following commands:
cd Utilities/prj/GNUMake/
make
I get:
../../prj/GNUMake/Makefile.EGenUtilities:136: ../../obj/DateTime.d: No such file or directory
../../prj/GNUMake/Makefile.EGenUtilities:136: ../../obj/EGenVersion.d: No such file or directory
../../prj/GNUMake/Makefile.EGenUtilities:136: ../../obj/error.d: No such file or directory
../../obj/locking.d:3: *** missing separator. Stop.
I followed the instructions presented here How to install TPC-E EGen using gcc 4.8 (or above)?, but I still have the same error.