Bug 714

Summary: Vxworks compile error / Basic_types.h
Product: TAO Reporter: hanymorcos
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: RESOLVED ---    
Severity: normal CC: hmorcos, rting-tao
Priority: P5    
Version: 1.1.10   
Hardware: SPARC   
OS: Solaris   

Description hanymorcos 2000-11-06 15:35:53 CST
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
Comment 1 Ossama Othman 2000-11-06 16:42:03 CST
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.