You are not logged in.
...
/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
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
... 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
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