I have been trying to make a C++ source file into an executable using "abaqus make job=[source file]" from the command line. This source file compiles without issue on a Linux 32-bit machine (currently using Windows 7 64 bit). I am using my fortran compiler command window so that all of the requirements for Abaqus pass ("abaqus verify -std"). I've moved all the .dll's to where they need to be and all of my environment variables are correctly defined.
The error message during compiling is the following:
error C2065: ' time ' : undeclared identifier
However, this variable ' time ' is clearly defined in the source script with: std::vector
I have no idea what the problem is and I've completely exhausted my computer abilities in trying to solve this so any help would be greatly appreciated.
Thanks!