I'm running the command inspxe-inject -save-spec=file.spec -- make all
The program runs (very quickly) with no error messages.
When I look in file.spec this is all I see:
# DO NOT EDIT THIS FILE!!!
#Source Checker Build Specification Format, version 1.0.0
When I run "make all" from the same directory, it runs correctly.
The make files are being created by cmake, and at this time I do not have the ability to modify them.
I am using Centos-7 Linux.