Please report new issues athttps://github.com/DOCGroup
Hi, We are having problems compiling ACE/TAO 1.1.10a optimized. In an include file called Basic_Types.h there is a method called output which uses the FILE type (a pointer to a file stream in C). Some how all the platforms include stdio.h/cstdio.h except for Green Hill, because it gives an error message that the FILE undefined. For a fix around that problem we include stdio.h in Basic_Types.h Thanks, hany
It looks like this was meant to be TAO 1.1.10 bug report. Bugzilla has the annoying habit of sorting product versions alphabetically instead of numerically. 1.1.10 *is* in the product version list. This bug was fixed a couple of weeks ago: Thu Oct 19 09:56:44 2000 Carlos O'Ryan <coryan@uci.edu> * ace/Basic_Types.h: Must #include stdio.h for platforms that lack 'long long' The fix will be in the next beta.