On Fri, Sep 08, 2006 at 11:20:13PM +0200, "Dhr, Markus ICC-H" wrote: > > I cannot figure out why it will be complaining for contract > > id (ctdid) header not present in /usr/include/sys/siginfo. > > > > Once again this is probably something really trivial and 101 > > but I can really use some input. > > It's not complaining about the header not beeing there but ctid_t not > defined as a type. > > Try to add > > #include <libcontract.h> > > Before the #include <iostream> and try again the compile.
libcontract.h isn't necessary, appropriate, or helpful here; ctid_t is defined in types.h, which is already included by siginfo.h. It sounds like your compiler is using corrupt or out-of-date header files. Dave _______________________________________________ opensolaris-discuss mailing list [email protected]
