Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Iostream library is fault (In my case)

Status
Not open for further replies.

Polifemo

Programmer
Mar 29, 2001
2
ES

Ejem...!

Hi! I am working with Workshop C++ under Sun Solaris 8 (In a new SPARC Machine)
My trouble is in the code...

#include <iostream.h>
main ()

{ }

I admit that it is some complex...je,je,je...


However,When I compile I have got the error...

<<
&quot;/usr/include/iso/wchar_iso.h&quot;, line 100: Error: Multiple declaration for mbstate_t.
&quot;/usr2/SUNWspro/SC5.0/include/CC/./iosfwd&quot;, line 51: Error: The name mbstate_t is ambiguous, std::mbstate_t and std::mbstate_t.
&quot;/usr2/SUNWspro/SC5.0/include/CC/./iosfwd&quot;, line 78: Error: The name mbstate_t is ambiguous, std::mbstate_t and std::mbstate_t.
&quot;/usr2/SUNWspro/SC5.0/include/CC/rw/iotraits&quot;, line 56: Error: The name mbstate_t is ambiguous, std::mbstate_t and std::mbstate_t.

>>
What is this???

Thank you...Je,je,je...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top