Skip to content

Instantly share code, notes, and snippets.

@jaapz
Created June 10, 2012 13:43
Show Gist options
  • Save jaapz/2905687 to your computer and use it in GitHub Desktop.
Save jaapz/2905687 to your computer and use it in GitHub Desktop.
jaapz@ieniemienie:~/Programmeren/Elementary/gdrive/build$ make
[ 14%] Generating src/GDrive.c, src/GoaAuthorizer.c, src/Widgets/WebView.c, src/Widgets/FileView.c, build/src/Config.c
/home/jaapz/Programmeren/Elementary/gdrive/src/GDrive.vala:165.3-165.21: error: The name `insert_tab' does not exist in the context of `Granite.Widgets.DynamicNotebook'
notebook.insert_tab (new Granite.Widgets.Tab (title, new ThemedIcon (icon_name), scroll_view), -1);
^^^^^^^^^^^^^^^^^^^
/home/jaapz/Programmeren/Elementary/gdrive/src/GoaAuthorizer.vala:75.24-75.27: warning: Argument 1: Cannot pass null to non-null parameter type
soup_uri.set_query (null);
^^^^
/home/jaapz/Programmeren/Elementary/gdrive/src/GoaAuthorizer.vala:76.27-76.30: warning: Argument 1: Cannot pass null to non-null parameter type
soup_uri.set_fragment (null);
^^^^
Compilation failed: 1 error(s), 2 warning(s)
make[2]: *** [src/GDrive.c] Fout 1
make[1]: *** [CMakeFiles/gdrive.dir/all] Fout 2
make: *** [all] Fout 2
jaapz@ieniemienie:~/Programmeren/Elementary/gdrive/build$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment