compilation issue

Apr 8, 2013 at 11:57am
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
Apr 8, 2013 at 2:40pm
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?
Apr 8, 2013 at 3:22pm
> If space is removed then there is no error.
¿so what's the problem?
Topic archived. No new replies allowed.