Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- make all-recursive
- make[1]: Entering directory `/home/yannick/Documents/libgit2-glib'
- Making all in libgit2-glib
- make[2]: Entering directory `/home/yannick/Documents/libgit2-glib/libgit2-glib'
- make all-am
- make[3]: Entering directory `/home/yannick/Documents/libgit2-glib/libgit2-glib'
- CC ggit-cherry-pick-options.lo
- In file included from ggit-cherry-pick-options.c:1:0:
- ggit-cherry-pick-options.h:56:1: error: unknown type name 'git_cherry_pick_options'
- const git_cherry_pick_options *
- ^
- ggit-cherry-pick-options.c:10:2: error: unknown type name 'git_cherry_pick_options'
- git_cherry_pick_options options;
- ^
- ggit-cherry-pick-options.c: In function 'ggit_cherry_pick_options_set_property':
- ggit-cherry-pick-options.c:50:22: error: request for member 'mainline' in something not a structure or union
- self->priv->options.mainline = g_value_get_uint (value);
- ^
- ggit-cherry-pick-options.c: In function 'ggit_cherry_pick_options_get_property':
- ggit-cherry-pick-options.c:77:47: error: request for member 'mainline' in something not a structure or union
- g_value_set_uint (value, self->priv->options.mainline);
- ^
- ggit-cherry-pick-options.c: In function 'ggit_cherry_pick_options_class_init':
- ggit-cherry-pick-options.c:95:2: error: unknown type name 'git_cherry_pick_options'
- git_cherry_pick_options defopts = GIT_CHERRY_PICK_OPTIONS_INIT;
- ^
- ggit-cherry-pick-options.c:95:36: error: 'GIT_CHERRY_PICK_OPTIONS_INIT' undeclared (first use in this function)
- git_cherry_pick_options defopts = GIT_CHERRY_PICK_OPTIONS_INIT;
- ^
- ggit-cherry-pick-options.c:95:36: note: each undeclared identifier is reported only once for each function it appears in
- ggit-cherry-pick-options.c:111:61: error: request for member 'mainline' in something not a structure or union
- defopts.mainline,
- ^
- ggit-cherry-pick-options.c:95:26: warning: variable 'defopts' set but not used [-Wunused-but-set-variable]
- git_cherry_pick_options defopts = GIT_CHERRY_PICK_OPTIONS_INIT;
- ^
- ggit-cherry-pick-options.c: In function 'ggit_cherry_pick_options_init':
- ggit-cherry-pick-options.c:131:2: error: implicit declaration of function 'git_cherry_pick_init_options' [-Werror=implicit-function-declaration]
- git_cherry_pick_init_options (&self->priv->options, GIT_CHERRY_PICK_OPTIONS_VERSION);
- ^
- ggit-cherry-pick-options.c:131:2: warning: nested extern declaration of 'git_cherry_pick_init_options' [-Wnested-externs]
- ggit-cherry-pick-options.c:131:54: error: 'GIT_CHERRY_PICK_OPTIONS_VERSION' undeclared (first use in this function)
- git_cherry_pick_init_options (&self->priv->options, GIT_CHERRY_PICK_OPTIONS_VERSION);
- ^
- ggit-cherry-pick-options.c: At top level:
- ggit-cherry-pick-options.c:148:1: error: unknown type name 'git_cherry_pick_options'
- const git_cherry_pick_options *
- ^
- ggit-cherry-pick-options.c: In function '_ggit_cherry_pick_options_get_cherry_pick_options':
- ggit-cherry-pick-options.c:156:26: error: request for member 'checkout_opts' in something not a structure or union
- options->priv->options.checkout_opts =
- ^
- ggit-cherry-pick-options.c: In function 'ggit_cherry_pick_options_get_mainline':
- ggit-cherry-pick-options.c:182:31: error: request for member 'mainline' in something not a structure or union
- return options->priv->options.mainline;
- ^
- ggit-cherry-pick-options.c: In function 'ggit_cherry_pick_options_set_mainline':
- ggit-cherry-pick-options.c:199:24: error: request for member 'mainline' in something not a structure or union
- options->priv->options.mainline = mainline;
- ^
- ggit-cherry-pick-options.c: In function 'ggit_cherry_pick_options_set_checkout_options':
- ggit-cherry-pick-options.c:240:53: error: request for member 'checkout_opts' in something not a structure or union
- git_checkout_init_options (&options->priv->options.checkout_opts, GIT_CHECKOUT_OPTIONS_VERSION);
- ^
- ggit-cherry-pick-options.c:246:25: error: request for member 'checkout_opts' in something not a structure or union
- options->priv->options.checkout_opts = *_ggit_checkout_options_get_checkout_options (options->priv->checkout_options);
- ^
- ggit-cherry-pick-options.c: In function 'ggit_cherry_pick_options_set_merge_options':
- ggit-cherry-pick-options.c:289:50: error: request for member 'merge_opts' in something not a structure or union
- git_merge_init_options (&options->priv->options.merge_opts, GIT_MERGE_OPTIONS_VERSION);
- ^
- ggit-cherry-pick-options.c:295:25: error: request for member 'merge_opts' in something not a structure or union
- options->priv->options.merge_opts = *_ggit_merge_options_get_merge_options (options->priv->merge_options);
- ^
- ggit-cherry-pick-options.c: In function 'ggit_cherry_pick_options_get_mainline':
- ggit-cherry-pick-options.c:183:1: warning: control reaches end of non-void function [-Wreturn-type]
- }
- ^
- cc1: some warnings being treated as errors
- make[3]: *** [ggit-cherry-pick-options.lo] Error 1
- make[3]: Leaving directory `/home/yannick/Documents/libgit2-glib/libgit2-glib'
- make[2]: *** [all] Error 2
- make[2]: Leaving directory `/home/yannick/Documents/libgit2-glib/libgit2-glib'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/home/yannick/Documents/libgit2-glib'
- make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement