Skip to content

Instantly share code, notes, and snippets.

@andy5995
Created January 23, 2019 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andy5995/0b0fab05c70336bfff86ac4a3354d5a6 to your computer and use it in GitHub Desktop.
Save andy5995/0b0fab05c70336bfff86ac4a3354d5a6 to your computer and use it in GitHub Desktop.
andy:145$ gmake -j2
gmake all-recursive
gmake[1]: Entering directory '/home/andy/src/geany-plugins'
Making all in po
gmake[2]: Entering directory '/home/andy/src/geany-plugins/po'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/home/andy/src/geany-plugins/po'
Making all in utils
gmake[2]: Entering directory '/home/andy/src/geany-plugins/utils'
Making all in src
gmake[3]: Entering directory '/home/andy/src/geany-plugins/utils/src'
CC libgeanypluginutils_la-filelist.lo
CC libgeanypluginutils_la-gp_vtecompat.lo
CCLD libgeanypluginutils.la
gmake[3]: Leaving directory '/home/andy/src/geany-plugins/utils/src'
gmake[3]: Entering directory '/home/andy/src/geany-plugins/utils'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/home/andy/src/geany-plugins/utils'
gmake[2]: Leaving directory '/home/andy/src/geany-plugins/utils'
Making all in debugger
gmake[2]: Entering directory '/home/andy/src/geany-plugins/debugger'
Making all in src
gmake[3]: Entering directory '/home/andy/src/geany-plugins/debugger/src'
CC debugger_la-bptree.lo
CC debugger_la-breakpoint.lo
CC debugger_la-breakpoints.lo
CC debugger_la-btnpanel.lo
CC debugger_la-callbacks.lo
CC debugger_la-calltip.lo
CC debugger_la-dbm_gdb.lo
CC debugger_la-dconfig.lo
CC debugger_la-debug.lo
CC debugger_la-debug_module.lo
debug.c: In function 'debug_init':
debug.c:1048: warning: implicit declaration of function 'vte_pty_new_foreign_sync'
debug.c:1048: warning: assignment makes pointer from integer without a cast
debug.c:1049: warning: passing argument 2 of 'vte_terminal_set_pty' makes integer from pointer without a cast
CC debugger_la-dpaned.lo
CC debugger_la-envtree.lo
CC debugger_la-gui.lo
CC debugger_la-gdb_mi.lo
CC debugger_la-keys.lo
CC debugger_la-atree.lo
CC debugger_la-markers.lo
CC debugger_la-pixbuf.lo
CC debugger_la-plugin.lo
CC debugger_la-stree.lo
CC debugger_la-tabs.lo
CC debugger_la-tpage.lo
CC debugger_la-utils.lo
CC debugger_la-vtree.lo
CC debugger_la-watch_model.lo
CC debugger_la-wtree.lo
CC cell_renderers/debugger_la-cellrendererbreakicon.lo
CC cell_renderers/debugger_la-cellrendererframeicon.lo
CC cell_renderers/debugger_la-cellrenderertoggle.lo
CCLD debugger.la
.libs/debugger_la-debug.o: In function `debug_init':
/home/andy/src/geany-plugins/debugger/src/debug.c:1048: undefined reference to `vte_pty_new_foreign_sync'
collect2: ld returned 1 exit status
gmake[3]: *** [Makefile:898: debugger.la] Error 1
gmake[3]: Leaving directory '/home/andy/src/geany-plugins/debugger/src'
gmake[2]: *** [Makefile:583: all-recursive] Error 1
gmake[2]: Leaving directory '/home/andy/src/geany-plugins/debugger'
gmake[1]: *** [Makefile:629: all-recursive] Error 1
gmake[1]: Leaving directory '/home/andy/src/geany-plugins'
gmake: *** [Makefile:561: all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment