Hi Jesse,
you were right, the libgit2 provided by debian appeared to ovveride my local version 0.21. Sorry to bother with another problem I am experiencing now: make -j4 ~/gitg/libgit2-glib make all-recursive make[1]: Entering directory '/home/cinemast/gitg/libgit2-glib' Making all in libgit2-glib make[2]: Entering directory '/home/cinemast/gitg/libgit2-glib/libgit2-glib' GEN ggit-enum-types.c GEN ggit-enum-types.h /usr/bin/glib-mkenums: ggit-types.h:946: Failed to parse ` GGIT_STATUS_OPTION_INCLUDE_UNTRACKED | ' /usr/bin/glib-mkenums: ggit-types.h:946: Failed to parse ` GGIT_STATUS_OPTION_INCLUDE_UNTRACKED | ' /usr/bin/glib-mkenums: ggit-types.h:1042: Failed to parse ` GGIT_DIFF_BREAK_REWRITES), ' /usr/bin/glib-mkenums: ggit-types.h:1042: Failed to parse ` GGIT_DIFF_BREAK_REWRITES), ' make all-am make[3]: Entering directory '/home/cinemast/gitg/libgit2-glib/libgit2-glib' CC ggit-enum-types.lo CC ggit-blame.lo CC ggit-blame-options.lo CC ggit-blob.lo CC ggit-blob-output-stream.lo CC ggit-branch.lo CC ggit-branch-enumerator.lo CC ggit-checkout-options.lo CC ggit-clone-options.lo CC ggit-commit.lo CC ggit-config.lo ggit-clone-options.c: In function 'ggit_clone_options_copy': ggit-clone-options.c:72:20: error: 'git_clone_options' has no member named 'remote_name' gnew_clone_options.remote_name = g_strdup (gclone_options->remote_name); ^ ggit-clone-options.c:72:59: error: 'git_clone_options' has no member named 'remote_name' gnew_clone_options.remote_name = g_strdup (gclone_options->remote_name); ^ ggit-clone-options.c: In function 'ggit_clone_options_free': ggit-clone-options.c:100:33: error: 'git_clone_options' has no member named 'remote_name' g_free ((gchar *)gclone_options->remote_name); ^ ggit-clone-options.c: In function 'ggit_clone_options_get_remote_name': ggit-clone-options.c:172:31: error: 'git_clone_options' has no member named 'remote_name' return options->clone_options.remote_name; ^ ggit-clone-options.c: In function 'ggit_clone_options_set_remote_name': ggit-clone-options.c:188:24: error: 'git_clone_options' has no member named 'remote_name' options->clone_options.remote_name = g_strdup (remote_name); ^ ggit-clone-options.c: In function 'ggit_clone_options_get_remote_name': ggit-clone-options.c:173:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ Makefile:710: recipe for target 'ggit-clone-options.lo' failed Greetings Peter On 07/13/2014 03:46 PM, Jesse van den Kieboom wrote:
|