You are not logged in.

#1 2004-03-15 09:57:56

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

make >> std::basic_ostream ... error ?

...
/usr/include/c++/3.3.3/ostream:436: error:
   std::basic_ostream<_CharT, _Traits>&
   std::operator<<(std::basic_ostream<_CharT, _Traits>&, char) [with _CharT =
   char, _Traits = std::char_traits<char>] <near match>
...

Can someone help me to decode what the problem could be? I have no idea in what direction to go.


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

#2 2004-03-15 12:04:24

farphel
Forum Fellow
From: New Hampshire - USA
Registered: 2003-09-18
Posts: 250
Website

Re: make >> std::basic_ostream ... error ?

What are you doing that causes this error?


Follow the link below, sign up, and accept one promotional offer.  If I can get five suckers (err... friends) to do this, I'll get a free iPod.  Then you too can try to get a free iPod. Thanks! http://www.freeiPods.com/?r=11363142

Offline

#3 2004-03-15 13:36:35

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

Re: make >> std::basic_ostream ... error ?

... compiling code others wrote. I try to make a decur package, but can't even compile the sources.


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

#4 2004-03-15 14:47:31

farphel
Forum Fellow
From: New Hampshire - USA
Registered: 2003-09-18
Posts: 250
Website

Re: make >> std::basic_ostream ... error ?

My guess is that the software was written for an older version of C++ that doesn't support templates or the new stream stuff.  Does the package's website give any indications about what is needed in order to compile it?  gcc versions, etc?


Follow the link below, sign up, and accept one promotional offer.  If I can get five suckers (err... friends) to do this, I'll get a free iPod.  Then you too can try to get a free iPod. Thanks! http://www.freeiPods.com/?r=11363142

Offline

Board footer

Powered by FluxBB