On Mon, 01 Nov 1999, you wrote:
>Michael Hanke <[EMAIL PROTECTED]> writes:
>
>| Having a closer look at the include files, I found out that <stdio.h> and
>| <cstdio> are incompatible!! This seems to be a compiler error. Changing all
>| occurences of cstdio to stdio.h resolves the problem.
>
>So Sun CC 5.0. has its own cxxxx style headers? What happens if all
>occurences of stdio.h is changed to cstdio?
>
Unfortunately, it is not that easy. Somewhere within the tree of included
header files, stdio.h remains such that the compilation crashes. I even tried
to replace all C headers by their <c...> variants. It doesn't help.

Michael

-- 
+---------------------------------------------------------------+
|  Michael Hanke                Royal Institute of Technology   |
|                               NADA                            |
|                               S-10044 Stockholm               |
|                               Sweden                          |
+---------------------------------------------------------------+
|  Visiting address:            Lindstedtsvaegen 3              |
|  Phone:                       + (46) (8) 790 6278             |
|  Fax:                         + (46) (8) 790 0930             |
|  Email:                       [EMAIL PROTECTED]               |
|                               [EMAIL PROTECTED]       |
+---------------------------------------------------------------+

Reply via email to