Bug 714 - Vxworks compile error / Basic_types.h
Summary: Vxworks compile error / Basic_types.h
Status: RESOLVED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.1.10
Hardware: SPARC Solaris
: P5 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2000-11-06 15:35 CST by hanymorcos
Modified: 2000-11-06 16:42 CST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.