These are linker errors.
The C environment accesses IntuitionBase, DataTypesBase and GfxBase as global variables, but they are not defined in any module.
This should be fixed by adding the following include references as they define the globals you need:
#include
#include
#include
Good luck.