compilation issue

Hi,
I am compiling the code under aCC compiler and getting below two errors.

1. error 4065: Recursion in macro "rb_tree".
--- [ This error is because of using map STL in code]
2. Error 123: Syntax error in '#if' or '#elif'
I have included some standard header files and in one of those files there is space between beginning of line and #include.If space is removed then there is no error.

please let me know if any solution for the above issues.

Thanks,
pavan
All standardized compilers should ignore whitespace at the beginning of a line like that, even for the preprocessor. Does the code work for other compilers? Why are you forced to use that compiler and not others?
> If space is removed then there is no error.
¿so what's the problem?
Topic archived. No new replies allowed.