HOWTO : install qBittorrent 2.8.5 on centos 6

Linux specific questions, problems.
Post Reply
samlacoupe

HOWTO : install qBittorrent 2.8.5 on centos 6

Post by samlacoupe »

1) Download sources libtorrent-rasterbar-0.15.7.tar.gz and qbittorrent-2.8.5.tar.gz
http://libtorrent.googlecode.com/files/ ... 5.7.tar.gz
http://cdnetworks-us-2.dl.sourceforge.n ... 8.5.tar.gz

$ mkdir qbittorrent
$ cd qbittorrent
$ tar xvzf <your Downloads>/libtorrent-rasterbar-0.15.7.tar.gz
$ tar xvzf <your Downloads>/qbittorrent-2.8.5.tar.gz

2) Compile and install libtorrent-rasterbar-0.15.7
$ cd libtorrent-rasterbar-0.15.7/
$ ./configure --disable-debug --prefix=/usr && make clean && make
$ sudo make install

3) Compile and install qbittorrent-2.8.5
$ cd ../qbittorrent-2.8.5/
$ ./configure
$ /usr/bin/gmake
$ sudo make install

4) For convenience, create a launcher on your desktop or elsewhere
soohyun2222

Re: HOWTO : install qBittorrent 2.8.5 on centos 6

Post by soohyun2222 »

I get this error at magnet_uri.lo step in compiling.
magnet_uri.cpp: In function 'libtorrent::torrent_handle libtorrent::add_magnet_uri(libtorrent::session&, const std::string&, const boost::filesystem::path&, libtorrent::storage_mode_t, bool, libtorrent::storage_interface* (*)(const libtorrent::file_storage&, const libtorrent::file_storage*, const boost::filesystem::path&, libtorrent::file_pool&), void*)':
magnet_uri.cpp:127: warning: 'libtorrent::torrent_handle libtorrent::session::add_torrent(const char*, const libtorrent::sha1_hash&, const char*, const boost::filesystem::path&, const libtorrent::entry&, libtorrent::storage_mode_t, bool, libtorrent::storage_interface* (*)(const libtorrent::file_storage&, const libtorrent::file_storage*, const boost::filesystem::path&, libtorrent::file_pool&), void*)' is deprecated (declared at ../include/libtorrent/session.hpp:280)
is the message
soohyun2222

Re: HOWTO : install qBittorrent 2.8.5 on centos 6

Post by soohyun2222 »

I got one more rather serious error
This one from session.lo

Many warning involving Null.
I will letr you know if I cna still install and run the software.
soohyun2222

Re: HOWTO : install qBittorrent 2.8.5 on centos 6

Post by soohyun2222 »

session.cpp: In constructor 'libtorrent::session::session(const libtorrent::fingerprint&, std::pair<int, int>, const char*, int, int)':
session.cpp:263: warning: 'void libtorrent::session::set_alert_mask(int)' is deprecated (declared at ../include/libtorrent/session.hpp:451)
session.cpp: In constructor 'libtorrent::session::session(const libtorrent::fingerprint&, int, int)':
session.cpp:304: warning: 'void libtorrent::session::set_alert_mask(int)' is deprecated (declared at ../include/libtorrent/session.hpp:451)
  CXX    session_impl.lo
session_impl.cpp:186: warning: invalid access to non-static data member 'libtorrent::session_settings::user_agent'  of NULL object
session_impl.cpp:186: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:187: warning: invalid access to non-static data member 'libtorrent::session_settings::tracker_completion_timeout'  of NULL object
session_impl.cpp:187: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:188: warning: invalid access to non-static data member 'libtorrent::session_settings::tracker_receive_timeout'  of NULL object
session_impl.cpp:188: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:189: warning: invalid access to non-static data member 'libtorrent::session_settings::stop_tracker_timeout'  of NULL object
session_impl.cpp:189: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:190: warning: invalid access to non-static data member 'libtorrent::session_settings::tracker_maximum_response_length'  of NULL object
session_impl.cpp:190: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:191: warning: invalid access to non-static data member 'libtorrent::session_settings::piece_timeout'  of NULL object
session_impl.cpp:191: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:192: warning: invalid access to non-static data member 'libtorrent::session_settings::request_timeout'  of NULL object
session_impl.cpp:192: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:193: warning: invalid access to non-static data member 'libtorrent::session_settings::request_queue_time'  of NULL object
session_impl.cpp:193: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:194: warning: invalid access to non-static data member 'libtorrent::session_settings::max_allowed_in_request_queue'  of NULL object
session_impl.cpp:194: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:195: warning: invalid access to non-static data member 'libtorrent::session_settings::max_out_request_queue'  of NULL object
session_impl.cpp:195: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:196: warning: invalid access to non-static data member 'libtorrent::session_settings::whole_pieces_threshold'  of NULL object
session_impl.cpp:196: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:197: warning: invalid access to non-static data member 'libtorrent::session_settings::peer_timeout'  of NULL object
session_impl.cpp:197: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:198: warning: invalid access to non-static data member 'libtorrent::session_settings::urlseed_timeout'  of NULL object
session_impl.cpp:198: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:199: warning: invalid access to non-static data member 'libtorrent::session_settings::urlseed_pipeline_size'  of NULL object
session_impl.cpp:199: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:200: warning: invalid access to non-static data member 'libtorrent::session_settings::urlseed_wait_retry'  of NULL object
session_impl.cpp:200: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:201: warning: invalid access to non-static data member 'libtorrent::session_settings::file_pool_size'  of NULL object
session_impl.cpp:201: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:202: warning: invalid access to non-static data member 'libtorrent::session_settings::allow_multiple_connections_per_ip'  of NULL object
session_impl.cpp:202: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:203: warning: invalid access to non-static data member 'libtorrent::session_settings::max_failcount'  of NULL object
session_impl.cpp:203: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:204: warning: invalid access to non-static data member 'libtorrent::session_settings::min_reconnect_time'  of NULL object
session_impl.cpp:204: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:205: warning: invalid access to non-static data member 'libtorrent::session_settings::peer_connect_timeout'  of NULL object
session_impl.cpp:205: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:206: warning: invalid access to non-static data member 'libtorrent::session_settings::ignore_limits_on_local_network'  of NULL object
session_impl.cpp:206: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:207: warning: invalid access to non-static data member 'libtorrent::session_settings::connection_speed'  of NULL object
session_impl.cpp:207: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:208: warning: invalid access to non-static data member 'libtorrent::session_settings::send_redundant_have'  of NULL object
session_impl.cpp:208: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:209: warning: invalid access to non-static data member 'libtorrent::session_settings::lazy_bitfields'  of NULL object
session_impl.cpp:209: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:210: warning: invalid access to non-static data member 'libtorrent::session_settings::inactivity_timeout'  of NULL object
session_impl.cpp:210: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:211: warning: invalid access to non-static data member 'libtorrent::session_settings::unchoke_interval'  of NULL object
session_impl.cpp:211: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:212: warning: invalid access to non-static data member 'libtorrent::session_settings::optimistic_unchoke_interval'  of NULL object
session_impl.cpp:212: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:213: warning: invalid access to non-static data member 'libtorrent::session_settings::num_want'  of NULL object
session_impl.cpp:213: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:214: warning: invalid access to non-static data member 'libtorrent::session_settings::initial_picker_threshold'  of NULL object
session_impl.cpp:214: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:215: warning: invalid access to non-static data member 'libtorrent::session_settings::allowed_fast_set_size'  of NULL object
session_impl.cpp:215: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:216: warning: invalid access to non-static data member 'libtorrent::session_settings::max_queued_disk_bytes'  of NULL object
session_impl.cpp:216: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:217: warning: invalid access to non-static data member 'libtorrent::session_settings::handshake_timeout'  of NULL object
session_impl.cpp:217: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:219: warning: invalid access to non-static data member 'libtorrent::session_settings::use_dht_as_fallback'  of NULL object
session_impl.cpp:219: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:221: warning: invalid access to non-static data member 'libtorrent::session_settings::free_torrent_hashes'  of NULL object
session_impl.cpp:221: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:222: warning: invalid access to non-static data member 'libtorrent::session_settings::upnp_ignore_nonrouters'  of NULL object
session_impl.cpp:222: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:223: warning: invalid access to non-static data member 'libtorrent::session_settings::send_buffer_watermark'  of NULL object
session_impl.cpp:223: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:224: warning: invalid access to non-static data member 'libtorrent::session_settings::auto_upload_slots'  of NULL object
session_impl.cpp:224: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:225: warning: invalid access to non-static data member 'libtorrent::session_settings::auto_upload_slots_rate_based'  of NULL object
session_impl.cpp:225: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:226: warning: invalid access to non-static data member 'libtorrent::session_settings::use_parole_mode'  of NULL object
session_impl.cpp:226: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:227: warning: invalid access to non-static data member 'libtorrent::session_settings::cache_size'  of NULL object
session_impl.cpp:227: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:228: warning: invalid access to non-static data member 'libtorrent::session_settings::cache_buffer_chunk_size'  of NULL object
session_impl.cpp:228: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:229: warning: invalid access to non-static data member 'libtorrent::session_settings::cache_expiry'  of NULL object
session_impl.cpp:229: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:230: warning: invalid access to non-static data member 'libtorrent::session_settings::use_read_cache'  of NULL object
session_impl.cpp:230: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:231: warning: invalid access to non-static data member 'libtorrent::session_settings::disk_io_write_mode'  of NULL object
session_impl.cpp:231: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:232: warning: invalid access to non-static data member 'libtorrent::session_settings::disk_io_read_mode'  of NULL object
session_impl.cpp:232: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:233: warning: invalid access to non-static data member 'libtorrent::session_settings::coalesce_reads'  of NULL object
session_impl.cpp:233: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:234: warning: invalid access to non-static data member 'libtorrent::session_settings::coalesce_writes'  of NULL object
session_impl.cpp:234: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:235: warning: invalid access to non-static data member 'libtorrent::session_settings::peer_tos'  of NULL object
session_impl.cpp:235: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:236: warning: invalid access to non-static data member 'libtorrent::session_settings::active_downloads'  of NULL object
session_impl.cpp:236: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:237: warning: invalid access to non-static data member 'libtorrent::session_settings::active_seeds'  of NULL object
session_impl.cpp:237: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:238: warning: invalid access to non-static data member 'libtorrent::session_settings::active_limit'  of NULL object
session_impl.cpp:238: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:239: warning: invalid access to non-static data member 'libtorrent::session_settings::auto_manage_prefer_seeds'  of NULL object
session_impl.cpp:239: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:240: warning: invalid access to non-static data member 'libtorrent::session_settings::dont_count_slow_torrents'  of NULL object
session_impl.cpp:240: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:241: warning: invalid access to non-static data member 'libtorrent::session_settings::auto_manage_interval'  of NULL object
session_impl.cpp:241: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:242: warning: invalid access to non-static data member 'libtorrent::session_settings::share_ratio_limit'  of NULL object
session_impl.cpp:242: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:243: warning: invalid access to non-static data member 'libtorrent::session_settings::seed_time_ratio_limit'  of NULL object
session_impl.cpp:243: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:244: warning: invalid access to non-static data member 'libtorrent::session_settings::seed_time_limit'  of NULL object
session_impl.cpp:244: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:245: warning: invalid access to non-static data member 'libtorrent::session_settings::peer_turnover'  of NULL object
session_impl.cpp:245: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:246: warning: invalid access to non-static data member 'libtorrent::session_settings::peer_turnover_cutoff'  of NULL object
session_impl.cpp:246: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:247: warning: invalid access to non-static data member 'libtorrent::session_settings::close_redundant_connections'  of NULL object
session_impl.cpp:247: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:248: warning: invalid access to non-static data member 'libtorrent::session_settings::auto_scrape_interval'  of NULL object
session_impl.cpp:248: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:249: warning: invalid access to non-static data member 'libtorrent::session_settings::auto_scrape_min_interval'  of NULL object
session_impl.cpp:249: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:250: warning: invalid access to non-static data member 'libtorrent::session_settings::max_peerlist_size'  of NULL object
session_impl.cpp:250: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:251: warning: invalid access to non-static data member 'libtorrent::session_settings::max_paused_peerlist_size'  of NULL object
session_impl.cpp:251: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:252: warning: invalid access to non-static data member 'libtorrent::session_settings::min_announce_interval'  of NULL object
session_impl.cpp:252: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:253: warning: invalid access to non-static data member 'libtorrent::session_settings::prioritize_partial_pieces'  of NULL object
session_impl.cpp:253: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:254: warning: invalid access to non-static data member 'libtorrent::session_settings::auto_manage_startup'  of NULL object
session_impl.cpp:254: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:255: warning: invalid access to non-static data member 'libtorrent::session_settings::rate_limit_ip_overhead'  of NULL object
session_impl.cpp:255: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:256: warning: invalid access to non-static data member 'libtorrent::session_settings::announce_to_all_trackers'  of NULL object
session_impl.cpp:256: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:257: warning: invalid access to non-static data member 'libtorrent::session_settings::announce_to_all_tiers'  of NULL object
session_impl.cpp:257: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:258: warning: invalid access to non-static data member 'libtorrent::session_settings::prefer_udp_trackers'  of NULL object
session_impl.cpp:258: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:259: warning: invalid access to non-static data member 'libtorrent::session_settings::strict_super_seeding'  of NULL object
session_impl.cpp:259: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:260: warning: invalid access to non-static data member 'libtorrent::session_settings::seeding_piece_quota'  of NULL object
session_impl.cpp:260: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:261: warning: invalid access to non-static data member 'libtorrent::session_settings::max_sparse_regions'  of NULL object
session_impl.cpp:261: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:263: warning: invalid access to non-static data member 'libtorrent::session_settings::lock_disk_cache'  of NULL object
session_impl.cpp:263: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:265: warning: invalid access to non-static data member 'libtorrent::session_settings::max_rejects'  of NULL object
session_impl.cpp:265: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:266: warning: invalid access to non-static data member 'libtorrent::session_settings::recv_socket_buffer_size'  of NULL object
session_impl.cpp:266: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:267: warning: invalid access to non-static data member 'libtorrent::session_settings::send_socket_buffer_size'  of NULL object
session_impl.cpp:267: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:268: warning: invalid access to non-static data member 'libtorrent::session_settings::optimize_hashing_for_speed'  of NULL object
session_impl.cpp:268: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:269: warning: invalid access to non-static data member 'libtorrent::session_settings::file_checks_delay_per_block'  of NULL object
session_impl.cpp:269: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:270: warning: invalid access to non-static data member 'libtorrent::session_settings::disk_cache_algorithm'  of NULL object
session_impl.cpp:270: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:271: warning: invalid access to non-static data member 'libtorrent::session_settings::read_cache_line_size'  of NULL object
session_impl.cpp:271: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:272: warning: invalid access to non-static data member 'libtorrent::session_settings::write_cache_line_size'  of NULL object
session_impl.cpp:272: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:273: warning: invalid access to non-static data member 'libtorrent::session_settings::optimistic_disk_retry'  of NULL object
session_impl.cpp:273: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:274: warning: invalid access to non-static data member 'libtorrent::session_settings::disable_hash_checks'  of NULL object
session_impl.cpp:274: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:275: warning: invalid access to non-static data member 'libtorrent::session_settings::allow_reordered_disk_operations'  of NULL object
session_impl.cpp:275: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:276: warning: invalid access to non-static data member 'libtorrent::session_settings::max_suggest_pieces'  of NULL object
session_impl.cpp:276: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:277: warning: invalid access to non-static data member 'libtorrent::session_settings::drop_skipped_requests'  of NULL object
session_impl.cpp:277: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:278: warning: invalid access to non-static data member 'libtorrent::session_settings::low_prio_disk'  of NULL object
session_impl.cpp:278: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:279: warning: invalid access to non-static data member 'libtorrent::session_settings::local_service_announce_interval'  of NULL object
session_impl.cpp:279: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:280: warning: invalid access to non-static data member 'libtorrent::session_settings::udp_tracker_token_expiry'  of NULL object
session_impl.cpp:280: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:281: warning: invalid access to non-static data member 'libtorrent::session_settings::report_true_downloaded'  of NULL object
session_impl.cpp:281: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:282: warning: invalid access to non-static data member 'libtorrent::session_settings::strict_end_game_mode'  of NULL object
session_impl.cpp:282: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:290: warning: invalid access to non-static data member 'libtorrent::proxy_settings::hostname'  of NULL object
session_impl.cpp:290: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:291: warning: invalid access to non-static data member 'libtorrent::proxy_settings::port'  of NULL object
session_impl.cpp:291: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:292: warning: invalid access to non-static data member 'libtorrent::proxy_settings::username'  of NULL object
session_impl.cpp:292: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:293: warning: invalid access to non-static data member 'libtorrent::proxy_settings::password'  of NULL object
session_impl.cpp:293: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:294: warning: invalid access to non-static data member 'libtorrent::proxy_settings::type'  of NULL object
session_impl.cpp:294: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:302: warning: invalid access to non-static data member 'libtorrent::dht_settings::max_peers_reply'  of NULL object
session_impl.cpp:302: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:303: warning: invalid access to non-static data member 'libtorrent::dht_settings::search_branching'  of NULL object
session_impl.cpp:303: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:304: warning: invalid access to non-static data member 'libtorrent::dht_settings::service_port'  of NULL object
session_impl.cpp:304: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:305: warning: invalid access to non-static data member 'libtorrent::dht_settings::max_fail_count'  of NULL object
session_impl.cpp:305: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:314: warning: invalid access to non-static data member 'libtorrent::pe_settings::out_enc_policy'  of NULL object
session_impl.cpp:314: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:315: warning: invalid access to non-static data member 'libtorrent::pe_settings::in_enc_policy'  of NULL object
session_impl.cpp:315: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:316: warning: invalid access to non-static data member 'libtorrent::pe_settings::allowed_enc_level'  of NULL object
session_impl.cpp:316: warning: (perhaps the 'offsetof' macro was used incorrectly)
session_impl.cpp:317: warning: invalid access to non-static data member 'libtorrent::pe_settings::prefer_rc4'  of NULL object
session_impl.cpp:317: warning: (perhaps the 'offsetof' macro was used incorrectly)
soohyun2222

Re: HOWTO : install qBittorrent 2.8.5 on centos 6

Post by soohyun2222 »

I updated my raster.
It still has error on session_impl.cpp:529.
this is before CXX of settings.lo and shal.lo.
I use centos 6 i686.
loki

Re: HOWTO : install qBittorrent 2.8.5 on centos 6

Post by loki »

This has probably changed a lot since more than a year ago... I don't know if this is possible but can centos use fedora packages? If so you can probably get a much newer version. If not I would suggest trying a much newer version to compile, if you're going that route and if you can.
soohyun2222

Re: HOWTO : install qBittorrent 2.8.5 on centos 6

Post by soohyun2222 »

by "Updated the raster"
I meant I downloaded the new source pakage, 3.3.8 or something close to that number.
I was able to finish all the installation but when I click the qbittorrent icon I get nothing on GUI screen.
Running on the command line screen I get the following.
qbittorrent: symbol lookup error: /usr/lib/libQtGui.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv

I am about to do some search on Google and find out about the error.
Thanks for the reply, maybe I will try fedora pakage version of it.
Post Reply