|
C++ syntax error.: msg#00061network.bit-torrent.libtorrent
Hi, There is a syntax error in the file include/libtorrent/storage.hpp. At line 111 there is an extra qualification of the member declaration: void storage::shuffle(); This is an error in C++ syntax and newer versions of g++ (version 4 and up I think) will recognize it as such and reject it. All member functions must use an unqualified name for the member itself: void shuffle(); The version of g++ I'm using (gcc version 4.1.0 20060304 (Red Hat 4.1.0-3)) refused to compile libtorrent because of this. Thanks, Andreas Bruse ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Some design questions: 00061, Radu Hociung |
|---|---|
| Next by Date: | Re: C++ syntax error.: 00061, Arvid Norberg |
| Previous by Thread: | Missing peer_connection::setup_send() in peer_connection::on_connection_complete()?i: 00061, Tianhao Qiu |
| Next by Thread: | Re: C++ syntax error.: 00061, Arvid Norberg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |