Ticket #925 (new defect)
Simple client 0.9 doesn't compile
| Reported by: | shingara@gmail.com | Owned by: | rakshasa |
|---|---|---|---|
| Priority: | normal | Component: | libtorrent |
| Version: | Severity: | normal | |
| Keywords: | Cc: |
Description
The simple client 0.9 doesn't compile with libtorrent 0.11. I have this error :
shingara@shalamarette ~/download/simple_client_0_9 $ make g++ -O3 -g -Wall -Werror `pkg-config --cflags sigc++-2.0 libtorrent` `curl-config --cflags` -c curl_get.cc g++ -O3 -g -Wall -Werror `pkg-config --cflags sigc++-2.0 libtorrent` `curl-config --cflags` -c curl_stack.cc g++ -O3 -g -Wall -Werror `pkg-config --cflags sigc++-2.0 libtorrent` `curl-config --cflags` -c main.cc main.cc: In function ‘void chunk_passed(torrent::Download)’: main.cc:29: erreur: ‘class torrent::Download’ has no member named ‘chunks_done’ main.cc:29: erreur: ‘class torrent::Download’ has no member named ‘chunks_total’ main.cc: In function ‘void http_done(torrent::Http*)’: main.cc:73: erreur: no matching function for call to ‘torrent::Download::hash_check()’ /usr/include/torrent/download.h:72: note: candidats sont: bool torrent::Download::hash_check(bool) make: *** [main.o] Erreur 1
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

