I can't use the NCL API. When I try to build a simple program like: # include "defs.h" # include "ApiRecords.h" # include "NclApi.h" int main() { NclInitServer(); NclCloseServer(); } I get errors like: cfe: Error: ./defs.h, line 57: Syntax Error typedef NrmQuark NclQuark; -----------------^ cfe: Error: ./defs.h, line 57: Empty declaration specifiers typedef NrmQuark NclQuark; I think it needs more 'includes', what? Please, give me some help. I´m very interesting in using the NCL API and there is very little documentation. Thank you