Compile: pysvn.cpp into pysvn.o Compile: pysvn_callbacks.cpp into pysvn_callbacks.o Compile: pysvn_client.cpp into pysvn_client.o pysvn_client.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_root_url_from_path(const Py::Tuple&, const Py::Dict&)«: pysvn_client.cpp:724:30: Warnung: »svn_error_t* svn_client_root_url_from_path(const char**, const char*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_root_url_from_path ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client.cpp:20: /usr/include/subversion-1/svn_client.h:6673:1: Anmerkung: hier deklariert svn_client_root_url_from_path(const char **url, ^ pysvn_client.cpp:724:30: Warnung: »svn_error_t* svn_client_root_url_from_path(const char**, const char*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_root_url_from_path ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client.cpp:20: /usr/include/subversion-1/svn_client.h:6673:1: Anmerkung: hier deklariert svn_client_root_url_from_path(const char **url, ^ pysvn_client.cpp:730:13: Warnung: »svn_error_t* svn_client_root_url_from_path(const char**, const char*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client.cpp:20: /usr/include/subversion-1/svn_client.h:6673:1: Anmerkung: hier deklariert svn_client_root_url_from_path(const char **url, ^ Compile: pysvn_static_strings.cpp into pysvn_static_strings.o Compile: pysvn_enum_string.cpp into pysvn_enum_string.o Compile: pysvn_client_cmd_add.cpp into pysvn_client_cmd_add.o pysvn_client_cmd_add.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_add(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_add.cpp:74:35: Warnung: »svn_error_t* svn_client_add4(const char*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t * error = svn_client_add4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_add.cpp:19: /usr/include/subversion-1/svn_client.h:1627:1: Anmerkung: hier deklariert svn_client_add4(const char *path, ^ pysvn_client_cmd_add.cpp:74:35: Warnung: »svn_error_t* svn_client_add4(const char*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t * error = svn_client_add4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_add.cpp:19: /usr/include/subversion-1/svn_client.h:1627:1: Anmerkung: hier deklariert svn_client_add4(const char *path, ^ pysvn_client_cmd_add.cpp:83:17: Warnung: »svn_error_t* svn_client_add4(const char*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_add.cpp:19: /usr/include/subversion-1/svn_client.h:1627:1: Anmerkung: hier deklariert svn_client_add4(const char *path, ^ pysvn_client_cmd_add.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_cat(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_add.cpp:167:30: Warnung: »svn_error_t* svn_client_cat2(svn_stream_t*, const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_cat2 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_add.cpp:19: /usr/include/subversion-1/svn_client.h:5909:1: Anmerkung: hier deklariert svn_client_cat2(svn_stream_t *out, ^ pysvn_client_cmd_add.cpp:167:30: Warnung: »svn_error_t* svn_client_cat2(svn_stream_t*, const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_cat2 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_add.cpp:19: /usr/include/subversion-1/svn_client.h:5909:1: Anmerkung: hier deklariert svn_client_cat2(svn_stream_t *out, ^ pysvn_client_cmd_add.cpp:175:13: Warnung: »svn_error_t* svn_client_cat2(svn_stream_t*, const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_add.cpp:19: /usr/include/subversion-1/svn_client.h:5909:1: Anmerkung: hier deklariert svn_client_cat2(svn_stream_t *out, ^ pysvn_client_cmd_add.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_mkdir(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_add.cpp:272:30: Warnung: »svn_error_t* svn_client_mkdir3(svn_commit_info_t**, const apr_array_header_t*, svn_boolean_t, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_mkdir3 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_add.cpp:19: /usr/include/subversion-1/svn_client.h:1740:1: Anmerkung: hier deklariert svn_client_mkdir3(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_add.cpp:272:30: Warnung: »svn_error_t* svn_client_mkdir3(svn_commit_info_t**, const apr_array_header_t*, svn_boolean_t, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_mkdir3 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_add.cpp:19: /usr/include/subversion-1/svn_client.h:1740:1: Anmerkung: hier deklariert svn_client_mkdir3(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_add.cpp:280:13: Warnung: »svn_error_t* svn_client_mkdir3(svn_commit_info_t**, const apr_array_header_t*, svn_boolean_t, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_add.cpp:19: /usr/include/subversion-1/svn_client.h:1740:1: Anmerkung: hier deklariert svn_client_mkdir3(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_add.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_remove(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_add.cpp:356:30: Warnung: »svn_error_t* svn_client_delete3(svn_commit_info_t**, const apr_array_header_t*, svn_boolean_t, svn_boolean_t, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_delete3 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_add.cpp:19: /usr/include/subversion-1/svn_client.h:1849:1: Anmerkung: hier deklariert svn_client_delete3(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_add.cpp:356:30: Warnung: »svn_error_t* svn_client_delete3(svn_commit_info_t**, const apr_array_header_t*, svn_boolean_t, svn_boolean_t, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_delete3 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_add.cpp:19: /usr/include/subversion-1/svn_client.h:1849:1: Anmerkung: hier deklariert svn_client_delete3(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_add.cpp:365:13: Warnung: »svn_error_t* svn_client_delete3(svn_commit_info_t**, const apr_array_header_t*, svn_boolean_t, svn_boolean_t, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_add.cpp:19: /usr/include/subversion-1/svn_client.h:1849:1: Anmerkung: hier deklariert svn_client_delete3(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_add.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_revert(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_add.cpp:441:34: Warnung: »svn_error_t* svn_client_revert2(const apr_array_header_t*, svn_depth_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_revert2 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_add.cpp:19: /usr/include/subversion-1/svn_client.h:4330:1: Anmerkung: hier deklariert svn_client_revert2(const apr_array_header_t *paths, ^ pysvn_client_cmd_add.cpp:441:34: Warnung: »svn_error_t* svn_client_revert2(const apr_array_header_t*, svn_depth_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_revert2 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_add.cpp:19: /usr/include/subversion-1/svn_client.h:4330:1: Anmerkung: hier deklariert svn_client_revert2(const apr_array_header_t *paths, ^ pysvn_client_cmd_add.cpp:448:17: Warnung: »svn_error_t* svn_client_revert2(const apr_array_header_t*, svn_depth_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_add.cpp:19: /usr/include/subversion-1/svn_client.h:4330:1: Anmerkung: hier deklariert svn_client_revert2(const apr_array_header_t *paths, ^ Compile: pysvn_client_cmd_changelist.cpp into pysvn_client_cmd_changelist.o Compile: pysvn_client_cmd_checkin.cpp into pysvn_client_cmd_checkin.o pysvn_client_cmd_checkin.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_checkin(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_checkin.cpp:97:34: Warnung: »svn_error_t* svn_client_commit4(svn_commit_info_t**, const apr_array_header_t*, svn_depth_t, svn_boolean_t, svn_boolean_t, const apr_array_header_t*, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_commit4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_checkin.cpp:19: /usr/include/subversion-1/svn_client.h:2224:1: Anmerkung: hier deklariert svn_client_commit4(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_checkin.cpp:97:34: Warnung: »svn_error_t* svn_client_commit4(svn_commit_info_t**, const apr_array_header_t*, svn_depth_t, svn_boolean_t, svn_boolean_t, const apr_array_header_t*, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_commit4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_checkin.cpp:19: /usr/include/subversion-1/svn_client.h:2224:1: Anmerkung: hier deklariert svn_client_commit4(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_checkin.cpp:108:17: Warnung: »svn_error_t* svn_client_commit4(svn_commit_info_t**, const apr_array_header_t*, svn_depth_t, svn_boolean_t, svn_boolean_t, const apr_array_header_t*, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_checkin.cpp:19: /usr/include/subversion-1/svn_client.h:2224:1: Anmerkung: hier deklariert svn_client_commit4(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_checkin.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_cleanup(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_checkin.cpp:290:31: Warnung: »svn_error_t* svn_client_cleanup(const char*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t * error = svn_client_cleanup( norm_path.c_str(), m_context, pool); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_checkin.cpp:19: /usr/include/subversion-1/svn_client.h:4191:1: Anmerkung: hier deklariert svn_client_cleanup(const char *dir, ^ pysvn_client_cmd_checkin.cpp:290:31: Warnung: »svn_error_t* svn_client_cleanup(const char*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t * error = svn_client_cleanup( norm_path.c_str(), m_context, pool); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_checkin.cpp:19: /usr/include/subversion-1/svn_client.h:4191:1: Anmerkung: hier deklariert svn_client_cleanup(const char *dir, ^ pysvn_client_cmd_checkin.cpp:290:85: Warnung: »svn_error_t* svn_client_cleanup(const char*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t * error = svn_client_cleanup( norm_path.c_str(), m_context, pool); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_checkin.cpp:19: /usr/include/subversion-1/svn_client.h:4191:1: Anmerkung: hier deklariert svn_client_cleanup(const char *dir, ^ pysvn_client_cmd_checkin.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_update(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_checkin.cpp:417:30: Warnung: »svn_error_t* svn_client_update3(apr_array_header_t**, const apr_array_header_t*, const svn_opt_revision_t*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_update3 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_checkin.cpp:19: /usr/include/subversion-1/svn_client.h:1377:1: Anmerkung: hier deklariert svn_client_update3(apr_array_header_t **result_revs, ^ pysvn_client_cmd_checkin.cpp:417:30: Warnung: »svn_error_t* svn_client_update3(apr_array_header_t**, const apr_array_header_t*, const svn_opt_revision_t*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_update3 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_checkin.cpp:19: /usr/include/subversion-1/svn_client.h:1377:1: Anmerkung: hier deklariert svn_client_update3(apr_array_header_t **result_revs, ^ pysvn_client_cmd_checkin.cpp:428:13: Warnung: »svn_error_t* svn_client_update3(apr_array_header_t**, const apr_array_header_t*, const svn_opt_revision_t*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_checkin.cpp:19: /usr/include/subversion-1/svn_client.h:1377:1: Anmerkung: hier deklariert svn_client_update3(apr_array_header_t **result_revs, ^ Compile: pysvn_client_cmd_copy.cpp into pysvn_client_cmd_copy.o pysvn_client_cmd_copy.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_copy2(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_copy.cpp:165:34: Warnung: »svn_error_t* svn_client_copy5(svn_commit_info_t**, const apr_array_header_t*, const char*, svn_boolean_t, svn_boolean_t, svn_boolean_t, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_copy5 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_copy.cpp:19: /usr/include/subversion-1/svn_client.h:4602:1: Anmerkung: hier deklariert svn_client_copy5(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_copy.cpp:165:34: Warnung: »svn_error_t* svn_client_copy5(svn_commit_info_t**, const apr_array_header_t*, const char*, svn_boolean_t, svn_boolean_t, svn_boolean_t, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_copy5 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_copy.cpp:19: /usr/include/subversion-1/svn_client.h:4602:1: Anmerkung: hier deklariert svn_client_copy5(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_copy.cpp:176:17: Warnung: »svn_error_t* svn_client_copy5(svn_commit_info_t**, const apr_array_header_t*, const char*, svn_boolean_t, svn_boolean_t, svn_boolean_t, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_copy.cpp:19: /usr/include/subversion-1/svn_client.h:4602:1: Anmerkung: hier deklariert svn_client_copy5(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_copy.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_copy(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_copy.cpp:254:34: Warnung: »svn_error_t* svn_client_copy3(svn_commit_info_t**, const char*, const svn_opt_revision_t*, const char*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_copy3 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_copy.cpp:19: /usr/include/subversion-1/svn_client.h:4642:1: Anmerkung: hier deklariert svn_client_copy3(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_copy.cpp:254:34: Warnung: »svn_error_t* svn_client_copy3(svn_commit_info_t**, const char*, const svn_opt_revision_t*, const char*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_copy3 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_copy.cpp:19: /usr/include/subversion-1/svn_client.h:4642:1: Anmerkung: hier deklariert svn_client_copy3(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_copy.cpp:262:17: Warnung: »svn_error_t* svn_client_copy3(svn_commit_info_t**, const char*, const svn_opt_revision_t*, const char*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_copy.cpp:19: /usr/include/subversion-1/svn_client.h:4642:1: Anmerkung: hier deklariert svn_client_copy3(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_copy.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_move2(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_copy.cpp:376:34: Warnung: »svn_error_t* svn_client_move5(svn_commit_info_t**, const apr_array_header_t*, const char*, svn_boolean_t, svn_boolean_t, svn_boolean_t, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_move5 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_copy.cpp:19: /usr/include/subversion-1/svn_client.h:4821:1: Anmerkung: hier deklariert svn_client_move5(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_copy.cpp:376:34: Warnung: »svn_error_t* svn_client_move5(svn_commit_info_t**, const apr_array_header_t*, const char*, svn_boolean_t, svn_boolean_t, svn_boolean_t, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_move5 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_copy.cpp:19: /usr/include/subversion-1/svn_client.h:4821:1: Anmerkung: hier deklariert svn_client_move5(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_copy.cpp:387:17: Warnung: »svn_error_t* svn_client_move5(svn_commit_info_t**, const apr_array_header_t*, const char*, svn_boolean_t, svn_boolean_t, svn_boolean_t, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_copy.cpp:19: /usr/include/subversion-1/svn_client.h:4821:1: Anmerkung: hier deklariert svn_client_move5(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_copy.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_move(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_copy.cpp:454:34: Warnung: »svn_error_t* svn_client_move4(svn_commit_info_t**, const char*, const char*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_move4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_copy.cpp:19: /usr/include/subversion-1/svn_client.h:4847:1: Anmerkung: hier deklariert svn_client_move4(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_copy.cpp:454:34: Warnung: »svn_error_t* svn_client_move4(svn_commit_info_t**, const char*, const char*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_move4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_copy.cpp:19: /usr/include/subversion-1/svn_client.h:4847:1: Anmerkung: hier deklariert svn_client_move4(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_copy.cpp:462:17: Warnung: »svn_error_t* svn_client_move4(svn_commit_info_t**, const char*, const char*, svn_boolean_t, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_copy.cpp:19: /usr/include/subversion-1/svn_client.h:4847:1: Anmerkung: hier deklariert svn_client_move4(svn_commit_info_t **commit_info_p, ^ Compile: pysvn_client_cmd_diff.cpp into pysvn_client_cmd_diff.o pysvn_client_cmd_diff.cpp: In Destruktor »pysvn_apr_file::~pysvn_apr_file()«: pysvn_client_cmd_diff.cpp:36:30: Warnung: »svn_error_t* svn_io_remove_file(const char*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_clear( svn_io_remove_file( m_filename, m_pool ) ); ^ In file included from /usr/include/subversion-1/svn_wc.h:83:0, from /usr/include/subversion-1/svn_client.h:44, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_diff.cpp:19: /usr/include/subversion-1/svn_io.h:1636:1: Anmerkung: hier deklariert svn_io_remove_file(const char *path, ^ pysvn_client_cmd_diff.cpp:36:30: Warnung: »svn_error_t* svn_io_remove_file(const char*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_clear( svn_io_remove_file( m_filename, m_pool ) ); ^ In file included from /usr/include/subversion-1/svn_wc.h:83:0, from /usr/include/subversion-1/svn_client.h:44, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_diff.cpp:19: /usr/include/subversion-1/svn_io.h:1636:1: Anmerkung: hier deklariert svn_io_remove_file(const char *path, ^ pysvn_client_cmd_diff.cpp:36:69: Warnung: »svn_error_t* svn_io_remove_file(const char*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_clear( svn_io_remove_file( m_filename, m_pool ) ); ^ In file included from /usr/include/subversion-1/svn_wc.h:83:0, from /usr/include/subversion-1/svn_client.h:44, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_diff.cpp:19: /usr/include/subversion-1/svn_io.h:1636:1: Anmerkung: hier deklariert svn_io_remove_file(const char *path, ^ pysvn_client_cmd_diff.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_diff(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_diff.cpp:222:30: Warnung: »svn_error_t* svn_client_diff4(const apr_array_header_t*, const char*, const svn_opt_revision_t*, const char*, const svn_opt_revision_t*, const char*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, const char*, apr_file_t*, apr_file_t*, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_diff4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_diff.cpp:19: /usr/include/subversion-1/svn_client.h:3157:1: Anmerkung: hier deklariert svn_client_diff4(const apr_array_header_t *diff_options, ^ pysvn_client_cmd_diff.cpp:222:30: Warnung: »svn_error_t* svn_client_diff4(const apr_array_header_t*, const char*, const svn_opt_revision_t*, const char*, const svn_opt_revision_t*, const char*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, const char*, apr_file_t*, apr_file_t*, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_diff4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_diff.cpp:19: /usr/include/subversion-1/svn_client.h:3157:1: Anmerkung: hier deklariert svn_client_diff4(const apr_array_header_t *diff_options, ^ pysvn_client_cmd_diff.cpp:238:13: Warnung: »svn_error_t* svn_client_diff4(const apr_array_header_t*, const char*, const svn_opt_revision_t*, const char*, const svn_opt_revision_t*, const char*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, const char*, apr_file_t*, apr_file_t*, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_diff.cpp:19: /usr/include/subversion-1/svn_client.h:3157:1: Anmerkung: hier deklariert svn_client_diff4(const apr_array_header_t *diff_options, ^ pysvn_client_cmd_diff.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_diff_peg(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_diff.cpp:416:30: Warnung: »svn_error_t* svn_client_diff_peg4(const apr_array_header_t*, const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_opt_revision_t*, const char*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, const char*, apr_file_t*, apr_file_t*, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_diff_peg4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_diff.cpp:19: /usr/include/subversion-1/svn_client.h:3321:1: Anmerkung: hier deklariert svn_client_diff_peg4(const apr_array_header_t *diff_options, ^ pysvn_client_cmd_diff.cpp:416:30: Warnung: »svn_error_t* svn_client_diff_peg4(const apr_array_header_t*, const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_opt_revision_t*, const char*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, const char*, apr_file_t*, apr_file_t*, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_diff_peg4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_diff.cpp:19: /usr/include/subversion-1/svn_client.h:3321:1: Anmerkung: hier deklariert svn_client_diff_peg4(const apr_array_header_t *diff_options, ^ pysvn_client_cmd_diff.cpp:434:13: Warnung: »svn_error_t* svn_client_diff_peg4(const apr_array_header_t*, const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_opt_revision_t*, const char*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, const char*, apr_file_t*, apr_file_t*, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_diff.cpp:19: /usr/include/subversion-1/svn_client.h:3321:1: Anmerkung: hier deklariert svn_client_diff_peg4(const apr_array_header_t *diff_options, ^ Compile: pysvn_client_cmd_export.cpp into pysvn_client_cmd_export.o pysvn_client_cmd_export.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_import(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_export.cpp:257:30: Warnung: »svn_error_t* svn_client_import3(svn_commit_info_t**, const char*, const char*, svn_depth_t, svn_boolean_t, svn_boolean_t, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_import3 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_export.cpp:19: /usr/include/subversion-1/svn_client.h:2035:1: Anmerkung: hier deklariert svn_client_import3(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_export.cpp:257:30: Warnung: »svn_error_t* svn_client_import3(svn_commit_info_t**, const char*, const char*, svn_depth_t, svn_boolean_t, svn_boolean_t, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_import3 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_export.cpp:19: /usr/include/subversion-1/svn_client.h:2035:1: Anmerkung: hier deklariert svn_client_import3(svn_commit_info_t **commit_info_p, ^ pysvn_client_cmd_export.cpp:268:13: Warnung: »svn_error_t* svn_client_import3(svn_commit_info_t**, const char*, const char*, svn_depth_t, svn_boolean_t, svn_boolean_t, const apr_hash_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_export.cpp:19: /usr/include/subversion-1/svn_client.h:2035:1: Anmerkung: hier deklariert svn_client_import3(svn_commit_info_t **commit_info_p, ^ Compile: pysvn_client_cmd_info.cpp into pysvn_client_cmd_info.o pysvn_client_cmd_info.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_annotate(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_info.cpp:276:30: Warnung: »svn_error_t* svn_client_blame4(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_diff_file_options_t*, svn_boolean_t, svn_boolean_t, svn_client_blame_receiver2_t, void*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_blame4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2925:1: Anmerkung: hier deklariert svn_client_blame4(const char *path_or_url, ^ pysvn_client_cmd_info.cpp:276:30: Warnung: »svn_error_t* svn_client_blame4(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_diff_file_options_t*, svn_boolean_t, svn_boolean_t, svn_client_blame_receiver2_t, void*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_blame4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2925:1: Anmerkung: hier deklariert svn_client_blame4(const char *path_or_url, ^ pysvn_client_cmd_info.cpp:289:13: Warnung: »svn_error_t* svn_client_blame4(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_diff_file_options_t*, svn_boolean_t, svn_boolean_t, svn_client_blame_receiver2_t, void*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2925:1: Anmerkung: hier deklariert svn_client_blame4(const char *path_or_url, ^ pysvn_client_cmd_info.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_info(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_info.cpp:390:30: Warnung: »svn_error_t* svn_wc_adm_probe_open3(svn_wc_adm_access_t**, svn_wc_adm_access_t*, const char*, svn_boolean_t, int, svn_cancel_func_t, void*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_wc_adm_probe_open3( &adm_access, NULL, norm_path.c_str(), false, 0, NULL, NULL, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:343:1: Anmerkung: hier deklariert svn_wc_adm_probe_open3(svn_wc_adm_access_t **adm_access, ^ pysvn_client_cmd_info.cpp:390:30: Warnung: »svn_error_t* svn_wc_adm_probe_open3(svn_wc_adm_access_t**, svn_wc_adm_access_t*, const char*, svn_boolean_t, int, svn_cancel_func_t, void*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_wc_adm_probe_open3( &adm_access, NULL, norm_path.c_str(), false, 0, NULL, NULL, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:343:1: Anmerkung: hier deklariert svn_wc_adm_probe_open3(svn_wc_adm_access_t **adm_access, ^ pysvn_client_cmd_info.cpp:390:119: Warnung: »svn_error_t* svn_wc_adm_probe_open3(svn_wc_adm_access_t**, svn_wc_adm_access_t*, const char*, svn_boolean_t, int, svn_cancel_func_t, void*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_wc_adm_probe_open3( &adm_access, NULL, norm_path.c_str(), false, 0, NULL, NULL, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:343:1: Anmerkung: hier deklariert svn_wc_adm_probe_open3(svn_wc_adm_access_t **adm_access, ^ pysvn_client_cmd_info.cpp:401:17: Warnung: »svn_error_t* svn_wc_entry(const svn_wc_entry_t**, const char*, svn_wc_adm_access_t*, svn_boolean_t, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] error = svn_wc_entry( &entry, norm_path.c_str(), adm_access, false, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:3138:1: Anmerkung: hier deklariert svn_wc_entry(const svn_wc_entry_t **entry, ^ pysvn_client_cmd_info.cpp:401:17: Warnung: »svn_error_t* svn_wc_entry(const svn_wc_entry_t**, const char*, svn_wc_adm_access_t*, svn_boolean_t, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] error = svn_wc_entry( &entry, norm_path.c_str(), adm_access, false, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:3138:1: Anmerkung: hier deklariert svn_wc_entry(const svn_wc_entry_t **entry, ^ pysvn_client_cmd_info.cpp:401:82: Warnung: »svn_error_t* svn_wc_entry(const svn_wc_entry_t**, const char*, svn_wc_adm_access_t*, svn_boolean_t, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] error = svn_wc_entry( &entry, norm_path.c_str(), adm_access, false, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:3138:1: Anmerkung: hier deklariert svn_wc_entry(const svn_wc_entry_t **entry, ^ pysvn_client_cmd_info.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_info2(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_info.cpp:541:13: Warnung: »svn_error_t* svn_client_info2(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, svn_info_receiver_t, void*, svn_depth_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_client_info2 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:6432:1: Anmerkung: hier deklariert svn_client_info2(const char *path_or_url, ^ pysvn_client_cmd_info.cpp:541:13: Warnung: »svn_error_t* svn_client_info2(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, svn_info_receiver_t, void*, svn_depth_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_client_info2 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:6432:1: Anmerkung: hier deklariert svn_client_info2(const char *path_or_url, ^ pysvn_client_cmd_info.cpp:552:17: Warnung: »svn_error_t* svn_client_info2(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, svn_info_receiver_t, void*, svn_depth_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:6432:1: Anmerkung: hier deklariert svn_client_info2(const char *path_or_url, ^ pysvn_client_cmd_info.cpp: In Funktion »svn_error_t* StatusEntriesFunc(void*, const char*, svn_wc_status2_t*, apr_pool_t*)«: pysvn_client_cmd_info.cpp:1205:12: Warnung: »svn_wc_status2_t* svn_wc_dup_status2(const svn_wc_status2_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] stat = svn_wc_dup_status2( status, seb->pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:4022:1: Anmerkung: hier deklariert svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, ^ pysvn_client_cmd_info.cpp:1205:12: Warnung: »svn_wc_status2_t* svn_wc_dup_status2(const svn_wc_status2_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] stat = svn_wc_dup_status2( status, seb->pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:4022:1: Anmerkung: hier deklariert svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, ^ pysvn_client_cmd_info.cpp:1205:50: Warnung: »svn_wc_status2_t* svn_wc_dup_status2(const svn_wc_status2_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] stat = svn_wc_dup_status2( status, seb->pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:4022:1: Anmerkung: hier deklariert svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, ^ pysvn_client_cmd_info.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_status(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_info.cpp:1306:30: Warnung: »svn_error_t* svn_client_status4(svn_revnum_t*, const char*, const svn_opt_revision_t*, svn_wc_status_func3_t, void*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_status4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2606:1: Anmerkung: hier deklariert svn_client_status4(svn_revnum_t *result_rev, ^ pysvn_client_cmd_info.cpp:1306:30: Warnung: »svn_error_t* svn_client_status4(svn_revnum_t*, const char*, const svn_opt_revision_t*, svn_wc_status_func3_t, void*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_status4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2606:1: Anmerkung: hier deklariert svn_client_status4(svn_revnum_t *result_rev, ^ pysvn_client_cmd_info.cpp:1321:13: Warnung: »svn_error_t* svn_client_status4(svn_revnum_t*, const char*, const svn_opt_revision_t*, svn_wc_status_func3_t, void*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2606:1: Anmerkung: hier deklariert svn_client_status4(svn_revnum_t *result_rev, ^ pysvn_client_cmd_info.cpp:1383:106: Fehler: »svn_sort__hash« wurde in diesem Gültigkeitsbereich nicht definiert apr_array_header_t *statusarray = svn_sort__hash( status_hash, svn_sort_compare_items_as_paths, pool ); ^ In file included from /usr/include/subversion-1/svn_version.h:34:0, from pysvn_svnenv.hpp:23, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/apr-1/apr_tables.h:141:59: Fehler: falsche Benutzung des unvollständigen Typs »struct svn_sort__item_t« #define APR_ARRAY_IDX(ary,i,type) (((type *)(ary)->elts)[i]) ^ pysvn_client_cmd_info.cpp:1388:41: Anmerkung: bei Substitution des Makros »APR_ARRAY_IDX« const svn_sort__item_t *item = &APR_ARRAY_IDX( statusarray, i, const svn_sort__item_t ); ^ In file included from pysvn_client_cmd_info.cpp:23:0: /usr/include/subversion-1/svn_sorts.h:55:16: Anmerkung: forward declaration of »struct svn_sort__item_t« typedef struct svn_sort__item_t svn_sort__item_t; ^ pysvn_client_cmd_info.cpp:1389:62: Fehler: falsche Benutzung des unvollständigen Typs »const svn_sort__item_t {aka const struct svn_sort__item_t}« pysvn_wc_status_t *status = (pysvn_wc_status_t *)item->value; ^ In file included from pysvn_client_cmd_info.cpp:23:0: /usr/include/subversion-1/svn_sorts.h:55:16: Anmerkung: forward declaration of »svn_sort__item_t {aka struct svn_sort__item_t}« typedef struct svn_sort__item_t svn_sort__item_t; ^ pysvn_client_cmd_info.cpp:1392:65: Fehler: falsche Benutzung des unvollständigen Typs »const svn_sort__item_t {aka const struct svn_sort__item_t}« Py::String( osNormalisedPath( (const char *)item->key, pool ), "UTF-8" ), ^ In file included from pysvn_client_cmd_info.cpp:23:0: /usr/include/subversion-1/svn_sorts.h:55:16: Anmerkung: forward declaration of »svn_sort__item_t {aka struct svn_sort__item_t}« typedef struct svn_sort__item_t svn_sort__item_t; ^ Makefile:74: die Regel für Ziel „pysvn_client_cmd_info.o“ scheiterte make: *** [pysvn_client_cmd_info.o] Fehler 1 [bloody@bloodcave Source]$ /usr/bin/g++ create__init__.py pysvn_client_cmd_changelist.o pysvn_client_cmd_patch.cpp pysvn.o run_devenv.cmd generate_svn_error_codes/ pysvn_client_cmd_checkin.cpp pysvn_client_cmd_prop.cpp pysvn_path.cpp run_msdev.cmd generate_svn_error_codes.hpp pysvn_client_cmd_checkin.o pysvn_client_cmd_revprop.cpp pysvn_profile.cpp run_py.cmd generate_svn_error_codes.o pysvn_client_cmd_copy.cpp pysvn_client_cmd_switch.cpp pysvn.rc.template run_py.sh Makefile pysvn_client_cmd_copy.o pysvn_client.cpp pysvn_revision.cpp run_vcexpress.cmd __pycache__/ pysvn_client_cmd_diff.cpp pysvn_client.o pysvn_static_strings.cpp setup_backport_probe.py pysvn/ pysvn_client_cmd_diff.o pysvn_converters.cpp pysvn_static_strings.hpp setup_backport.py pysvn_arg_processing.cpp pysvn_client_cmd_export.cpp pysvn.cpp pysvn_static_strings.o setup_configure.py pysvn_callbacks.cpp pysvn_client_cmd_export.o pysvn_docs.cpp pysvn_svnenv.cpp setup.py pysvn_callbacks.o pysvn_client_cmd_info.cpp pysvn_docs.hpp pysvn_svnenv.hpp pysvn_client_cmd_add.cpp pysvn_client_cmd_list.cpp pysvn_enum_string.cpp pysvn_transaction.cpp pysvn_client_cmd_add.o pysvn_client_cmd_lock.cpp pysvn_enum_string.o pysvn_version.hpp pysvn_client_cmd_changelist.cpp pysvn_client_cmd_merge.cpp pysvn.hpp pysvn_version.hpp.template [bloody@bloodcave Source]$ /usr/bin/ Display all 3412 possibilities? (y or n) [bloody@bloodcave Source]$ where g++ bash: where: Kommando nicht gefunden. [bloody@bloodcave Source]$ which g++ /usr/bin/g++ [bloody@bloodcave Source]$ whereis g++ g++: /usr/bin/g++ /usr/share/man/man1/g++.1.gz [bloody@bloodcave Source]$ g++ --version g++ (GCC) 5.2.0 Copyright (C) 2015 Free Software Foundation, Inc. Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es gibt KEINE Garantie; auch nicht für MARKTGÄNGIGKEIT oder FÜR SPEZIELLE ZWECKE. [bloody@bloodcave Source]$ make > /home/bloody/Documents/pysvn_make_output.txt pysvn_client_cmd_info.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_annotate(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_info.cpp:276:30: Warnung: »svn_error_t* svn_client_blame4(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_diff_file_options_t*, svn_boolean_t, svn_boolean_t, svn_client_blame_receiver2_t, void*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_blame4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2925:1: Anmerkung: hier deklariert svn_client_blame4(const char *path_or_url, ^ pysvn_client_cmd_info.cpp:276:30: Warnung: »svn_error_t* svn_client_blame4(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_diff_file_options_t*, svn_boolean_t, svn_boolean_t, svn_client_blame_receiver2_t, void*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_blame4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2925:1: Anmerkung: hier deklariert svn_client_blame4(const char *path_or_url, ^ pysvn_client_cmd_info.cpp:289:13: Warnung: »svn_error_t* svn_client_blame4(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_diff_file_options_t*, svn_boolean_t, svn_boolean_t, svn_client_blame_receiver2_t, void*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2925:1: Anmerkung: hier deklariert svn_client_blame4(const char *path_or_url, ^ pysvn_client_cmd_info.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_info(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_info.cpp:390:30: Warnung: »svn_error_t* svn_wc_adm_probe_open3(svn_wc_adm_access_t**, svn_wc_adm_access_t*, const char*, svn_boolean_t, int, svn_cancel_func_t, void*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_wc_adm_probe_open3( &adm_access, NULL, norm_path.c_str(), false, 0, NULL, NULL, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:343:1: Anmerkung: hier deklariert svn_wc_adm_probe_open3(svn_wc_adm_access_t **adm_access, ^ pysvn_client_cmd_info.cpp:390:30: Warnung: »svn_error_t* svn_wc_adm_probe_open3(svn_wc_adm_access_t**, svn_wc_adm_access_t*, const char*, svn_boolean_t, int, svn_cancel_func_t, void*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_wc_adm_probe_open3( &adm_access, NULL, norm_path.c_str(), false, 0, NULL, NULL, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:343:1: Anmerkung: hier deklariert svn_wc_adm_probe_open3(svn_wc_adm_access_t **adm_access, ^ pysvn_client_cmd_info.cpp:390:119: Warnung: »svn_error_t* svn_wc_adm_probe_open3(svn_wc_adm_access_t**, svn_wc_adm_access_t*, const char*, svn_boolean_t, int, svn_cancel_func_t, void*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_wc_adm_probe_open3( &adm_access, NULL, norm_path.c_str(), false, 0, NULL, NULL, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:343:1: Anmerkung: hier deklariert svn_wc_adm_probe_open3(svn_wc_adm_access_t **adm_access, ^ pysvn_client_cmd_info.cpp:401:17: Warnung: »svn_error_t* svn_wc_entry(const svn_wc_entry_t**, const char*, svn_wc_adm_access_t*, svn_boolean_t, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] error = svn_wc_entry( &entry, norm_path.c_str(), adm_access, false, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:3138:1: Anmerkung: hier deklariert svn_wc_entry(const svn_wc_entry_t **entry, ^ pysvn_client_cmd_info.cpp:401:17: Warnung: »svn_error_t* svn_wc_entry(const svn_wc_entry_t**, const char*, svn_wc_adm_access_t*, svn_boolean_t, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] error = svn_wc_entry( &entry, norm_path.c_str(), adm_access, false, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:3138:1: Anmerkung: hier deklariert svn_wc_entry(const svn_wc_entry_t **entry, ^ pysvn_client_cmd_info.cpp:401:82: Warnung: »svn_error_t* svn_wc_entry(const svn_wc_entry_t**, const char*, svn_wc_adm_access_t*, svn_boolean_t, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] error = svn_wc_entry( &entry, norm_path.c_str(), adm_access, false, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:3138:1: Anmerkung: hier deklariert svn_wc_entry(const svn_wc_entry_t **entry, ^ pysvn_client_cmd_info.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_info2(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_info.cpp:541:13: Warnung: »svn_error_t* svn_client_info2(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, svn_info_receiver_t, void*, svn_depth_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_client_info2 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:6432:1: Anmerkung: hier deklariert svn_client_info2(const char *path_or_url, ^ pysvn_client_cmd_info.cpp:541:13: Warnung: »svn_error_t* svn_client_info2(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, svn_info_receiver_t, void*, svn_depth_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_client_info2 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:6432:1: Anmerkung: hier deklariert svn_client_info2(const char *path_or_url, ^ pysvn_client_cmd_info.cpp:552:17: Warnung: »svn_error_t* svn_client_info2(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, svn_info_receiver_t, void*, svn_depth_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:6432:1: Anmerkung: hier deklariert svn_client_info2(const char *path_or_url, ^ pysvn_client_cmd_info.cpp: In Funktion »svn_error_t* StatusEntriesFunc(void*, const char*, svn_wc_status2_t*, apr_pool_t*)«: pysvn_client_cmd_info.cpp:1205:12: Warnung: »svn_wc_status2_t* svn_wc_dup_status2(const svn_wc_status2_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] stat = svn_wc_dup_status2( status, seb->pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:4022:1: Anmerkung: hier deklariert svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, ^ pysvn_client_cmd_info.cpp:1205:12: Warnung: »svn_wc_status2_t* svn_wc_dup_status2(const svn_wc_status2_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] stat = svn_wc_dup_status2( status, seb->pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:4022:1: Anmerkung: hier deklariert svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, ^ pysvn_client_cmd_info.cpp:1205:50: Warnung: »svn_wc_status2_t* svn_wc_dup_status2(const svn_wc_status2_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] stat = svn_wc_dup_status2( status, seb->pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:4022:1: Anmerkung: hier deklariert svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, ^ pysvn_client_cmd_info.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_status(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_info.cpp:1306:30: Warnung: »svn_error_t* svn_client_status4(svn_revnum_t*, const char*, const svn_opt_revision_t*, svn_wc_status_func3_t, void*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_status4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2606:1: Anmerkung: hier deklariert svn_client_status4(svn_revnum_t *result_rev, ^ pysvn_client_cmd_info.cpp:1306:30: Warnung: »svn_error_t* svn_client_status4(svn_revnum_t*, const char*, const svn_opt_revision_t*, svn_wc_status_func3_t, void*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_status4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2606:1: Anmerkung: hier deklariert svn_client_status4(svn_revnum_t *result_rev, ^ pysvn_client_cmd_info.cpp:1321:13: Warnung: »svn_error_t* svn_client_status4(svn_revnum_t*, const char*, const svn_opt_revision_t*, svn_wc_status_func3_t, void*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2606:1: Anmerkung: hier deklariert svn_client_status4(svn_revnum_t *result_rev, ^ pysvn_client_cmd_info.cpp:1383:106: Fehler: »svn_sort__hash« wurde in diesem Gültigkeitsbereich nicht definiert apr_array_header_t *statusarray = svn_sort__hash( status_hash, svn_sort_compare_items_as_paths, pool ); ^ In file included from /usr/include/subversion-1/svn_version.h:34:0, from pysvn_svnenv.hpp:23, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/apr-1/apr_tables.h:141:59: Fehler: falsche Benutzung des unvollständigen Typs »struct svn_sort__item_t« #define APR_ARRAY_IDX(ary,i,type) (((type *)(ary)->elts)[i]) ^ pysvn_client_cmd_info.cpp:1388:41: Anmerkung: bei Substitution des Makros »APR_ARRAY_IDX« const svn_sort__item_t *item = &APR_ARRAY_IDX( statusarray, i, const svn_sort__item_t ); ^ In file included from pysvn_client_cmd_info.cpp:23:0: /usr/include/subversion-1/svn_sorts.h:55:16: Anmerkung: forward declaration of »struct svn_sort__item_t« typedef struct svn_sort__item_t svn_sort__item_t; ^ pysvn_client_cmd_info.cpp:1389:62: Fehler: falsche Benutzung des unvollständigen Typs »const svn_sort__item_t {aka const struct svn_sort__item_t}« pysvn_wc_status_t *status = (pysvn_wc_status_t *)item->value; ^ In file included from pysvn_client_cmd_info.cpp:23:0: /usr/include/subversion-1/svn_sorts.h:55:16: Anmerkung: forward declaration of »svn_sort__item_t {aka struct svn_sort__item_t}« typedef struct svn_sort__item_t svn_sort__item_t; ^ pysvn_client_cmd_info.cpp:1392:65: Fehler: falsche Benutzung des unvollständigen Typs »const svn_sort__item_t {aka const struct svn_sort__item_t}« Py::String( osNormalisedPath( (const char *)item->key, pool ), "UTF-8" ), ^ In file included from pysvn_client_cmd_info.cpp:23:0: /usr/include/subversion-1/svn_sorts.h:55:16: Anmerkung: forward declaration of »svn_sort__item_t {aka struct svn_sort__item_t}« typedef struct svn_sort__item_t svn_sort__item_t; ^ make: *** [pysvn_client_cmd_info.o] Fehler 1 [bloody@bloodcave Source]$ clear [bloody@bloodcave Source]$ make Compile: pysvn_client_cmd_info.cpp into pysvn_client_cmd_info.o pysvn_client_cmd_info.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_annotate(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_info.cpp:276:30: Warnung: »svn_error_t* svn_client_blame4(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_diff_file_options_t*, svn_boolean_t, svn_boolean_t, svn_client_blame_receiver2_t, void*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_blame4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2925:1: Anmerkung: hier deklariert svn_client_blame4(const char *path_or_url, ^ pysvn_client_cmd_info.cpp:276:30: Warnung: »svn_error_t* svn_client_blame4(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_diff_file_options_t*, svn_boolean_t, svn_boolean_t, svn_client_blame_receiver2_t, void*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_blame4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2925:1: Anmerkung: hier deklariert svn_client_blame4(const char *path_or_url, ^ pysvn_client_cmd_info.cpp:289:13: Warnung: »svn_error_t* svn_client_blame4(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_opt_revision_t*, const svn_diff_file_options_t*, svn_boolean_t, svn_boolean_t, svn_client_blame_receiver2_t, void*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2925:1: Anmerkung: hier deklariert svn_client_blame4(const char *path_or_url, ^ pysvn_client_cmd_info.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_info(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_info.cpp:390:30: Warnung: »svn_error_t* svn_wc_adm_probe_open3(svn_wc_adm_access_t**, svn_wc_adm_access_t*, const char*, svn_boolean_t, int, svn_cancel_func_t, void*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_wc_adm_probe_open3( &adm_access, NULL, norm_path.c_str(), false, 0, NULL, NULL, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:343:1: Anmerkung: hier deklariert svn_wc_adm_probe_open3(svn_wc_adm_access_t **adm_access, ^ pysvn_client_cmd_info.cpp:390:30: Warnung: »svn_error_t* svn_wc_adm_probe_open3(svn_wc_adm_access_t**, svn_wc_adm_access_t*, const char*, svn_boolean_t, int, svn_cancel_func_t, void*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_wc_adm_probe_open3( &adm_access, NULL, norm_path.c_str(), false, 0, NULL, NULL, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:343:1: Anmerkung: hier deklariert svn_wc_adm_probe_open3(svn_wc_adm_access_t **adm_access, ^ pysvn_client_cmd_info.cpp:390:119: Warnung: »svn_error_t* svn_wc_adm_probe_open3(svn_wc_adm_access_t**, svn_wc_adm_access_t*, const char*, svn_boolean_t, int, svn_cancel_func_t, void*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_wc_adm_probe_open3( &adm_access, NULL, norm_path.c_str(), false, 0, NULL, NULL, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:343:1: Anmerkung: hier deklariert svn_wc_adm_probe_open3(svn_wc_adm_access_t **adm_access, ^ pysvn_client_cmd_info.cpp:401:17: Warnung: »svn_error_t* svn_wc_entry(const svn_wc_entry_t**, const char*, svn_wc_adm_access_t*, svn_boolean_t, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] error = svn_wc_entry( &entry, norm_path.c_str(), adm_access, false, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:3138:1: Anmerkung: hier deklariert svn_wc_entry(const svn_wc_entry_t **entry, ^ pysvn_client_cmd_info.cpp:401:17: Warnung: »svn_error_t* svn_wc_entry(const svn_wc_entry_t**, const char*, svn_wc_adm_access_t*, svn_boolean_t, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] error = svn_wc_entry( &entry, norm_path.c_str(), adm_access, false, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:3138:1: Anmerkung: hier deklariert svn_wc_entry(const svn_wc_entry_t **entry, ^ pysvn_client_cmd_info.cpp:401:82: Warnung: »svn_error_t* svn_wc_entry(const svn_wc_entry_t**, const char*, svn_wc_adm_access_t*, svn_boolean_t, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] error = svn_wc_entry( &entry, norm_path.c_str(), adm_access, false, pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:3138:1: Anmerkung: hier deklariert svn_wc_entry(const svn_wc_entry_t **entry, ^ pysvn_client_cmd_info.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_info2(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_info.cpp:541:13: Warnung: »svn_error_t* svn_client_info2(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, svn_info_receiver_t, void*, svn_depth_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_client_info2 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:6432:1: Anmerkung: hier deklariert svn_client_info2(const char *path_or_url, ^ pysvn_client_cmd_info.cpp:541:13: Warnung: »svn_error_t* svn_client_info2(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, svn_info_receiver_t, void*, svn_depth_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_client_info2 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:6432:1: Anmerkung: hier deklariert svn_client_info2(const char *path_or_url, ^ pysvn_client_cmd_info.cpp:552:17: Warnung: »svn_error_t* svn_client_info2(const char*, const svn_opt_revision_t*, const svn_opt_revision_t*, svn_info_receiver_t, void*, svn_depth_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:6432:1: Anmerkung: hier deklariert svn_client_info2(const char *path_or_url, ^ pysvn_client_cmd_info.cpp: In Funktion »svn_error_t* StatusEntriesFunc(void*, const char*, svn_wc_status2_t*, apr_pool_t*)«: pysvn_client_cmd_info.cpp:1205:12: Warnung: »svn_wc_status2_t* svn_wc_dup_status2(const svn_wc_status2_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] stat = svn_wc_dup_status2( status, seb->pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:4022:1: Anmerkung: hier deklariert svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, ^ pysvn_client_cmd_info.cpp:1205:12: Warnung: »svn_wc_status2_t* svn_wc_dup_status2(const svn_wc_status2_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] stat = svn_wc_dup_status2( status, seb->pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:4022:1: Anmerkung: hier deklariert svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, ^ pysvn_client_cmd_info.cpp:1205:50: Warnung: »svn_wc_status2_t* svn_wc_dup_status2(const svn_wc_status2_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] stat = svn_wc_dup_status2( status, seb->pool ); ^ In file included from /usr/include/subversion-1/svn_client.h:44:0, from pysvn_svnenv.hpp:24, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_wc.h:4022:1: Anmerkung: hier deklariert svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, ^ pysvn_client_cmd_info.cpp: In Elementfunktion »Py::Object pysvn_client::cmd_status(const Py::Tuple&, const Py::Dict&)«: pysvn_client_cmd_info.cpp:1306:30: Warnung: »svn_error_t* svn_client_status4(svn_revnum_t*, const char*, const svn_opt_revision_t*, svn_wc_status_func3_t, void*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_status4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2606:1: Anmerkung: hier deklariert svn_client_status4(svn_revnum_t *result_rev, ^ pysvn_client_cmd_info.cpp:1306:30: Warnung: »svn_error_t* svn_client_status4(svn_revnum_t*, const char*, const svn_opt_revision_t*, svn_wc_status_func3_t, void*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] svn_error_t *error = svn_client_status4 ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2606:1: Anmerkung: hier deklariert svn_client_status4(svn_revnum_t *result_rev, ^ pysvn_client_cmd_info.cpp:1321:13: Warnung: »svn_error_t* svn_client_status4(svn_revnum_t*, const char*, const svn_opt_revision_t*, svn_wc_status_func3_t, void*, svn_depth_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, svn_boolean_t, const apr_array_header_t*, svn_client_ctx_t*, apr_pool_t*)« ist veraltet [-Wdeprecated-declarations] ); ^ In file included from pysvn_svnenv.hpp:24:0, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/subversion-1/svn_client.h:2606:1: Anmerkung: hier deklariert svn_client_status4(svn_revnum_t *result_rev, ^ pysvn_client_cmd_info.cpp:1383:106: Fehler: »svn_sort__hash« wurde in diesem Gültigkeitsbereich nicht definiert apr_array_header_t *statusarray = svn_sort__hash( status_hash, svn_sort_compare_items_as_paths, pool ); ^ In file included from /usr/include/subversion-1/svn_version.h:34:0, from pysvn_svnenv.hpp:23, from pysvn.hpp:15, from pysvn_client_cmd_info.cpp:19: /usr/include/apr-1/apr_tables.h:141:59: Fehler: falsche Benutzung des unvollständigen Typs »struct svn_sort__item_t« #define APR_ARRAY_IDX(ary,i,type) (((type *)(ary)->elts)[i]) ^ pysvn_client_cmd_info.cpp:1388:41: Anmerkung: bei Substitution des Makros »APR_ARRAY_IDX« const svn_sort__item_t *item = &APR_ARRAY_IDX( statusarray, i, const svn_sort__item_t ); ^ In file included from pysvn_client_cmd_info.cpp:23:0: /usr/include/subversion-1/svn_sorts.h:55:16: Anmerkung: forward declaration of »struct svn_sort__item_t« typedef struct svn_sort__item_t svn_sort__item_t; ^ pysvn_client_cmd_info.cpp:1389:62: Fehler: falsche Benutzung des unvollständigen Typs »const svn_sort__item_t {aka const struct svn_sort__item_t}« pysvn_wc_status_t *status = (pysvn_wc_status_t *)item->value; ^ In file included from pysvn_client_cmd_info.cpp:23:0: /usr/include/subversion-1/svn_sorts.h:55:16: Anmerkung: forward declaration of »svn_sort__item_t {aka struct svn_sort__item_t}« typedef struct svn_sort__item_t svn_sort__item_t; ^ pysvn_client_cmd_info.cpp:1392:65: Fehler: falsche Benutzung des unvollständigen Typs »const svn_sort__item_t {aka const struct svn_sort__item_t}« Py::String( osNormalisedPath( (const char *)item->key, pool ), "UTF-8" ), ^ In file included from pysvn_client_cmd_info.cpp:23:0: /usr/include/subversion-1/svn_sorts.h:55:16: Anmerkung: forward declaration of »svn_sort__item_t {aka struct svn_sort__item_t}« typedef struct svn_sort__item_t svn_sort__item_t; ^ Makefile:74: die Regel für Ziel „pysvn_client_cmd_info.o“ scheiterte make: *** [pysvn_client_cmd_info.o] Fehler 1