Advertisement
Guest User

Untitled

a guest
Apr 14th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. home@home-G31M-ES2L:~$ gcc -c autoclose.c -fPIC `pkg-config --cflags geany`
  2. In file included from /usr/include/geany/geanyplugin.h:32:0,
  3. from autoclose.c:32:
  4. autoclose.c: In function ‘plugin_set_info’:
  5. autoclose.c:48:2: error: ‘LOCALEDIR’ undeclared (first use in this function)
  6. LOCALEDIR,
  7. ^
  8. /usr/include/geany/plugindata.h:149:21: note: in definition of macro ‘PLUGIN_SET_TRANSLATABLE_INFO’
  9. main_locale_init((localedir), (package)); \
  10. ^
  11. autoclose.c:48:2: note: each undeclared identifier is reported only once for each function it appears in
  12. LOCALEDIR,
  13. ^
  14. /usr/include/geany/plugindata.h:149:21: note: in definition of macro ‘PLUGIN_SET_TRANSLATABLE_INFO’
  15. main_locale_init((localedir), (package)); \
  16. ^
  17. autoclose.c:49:2: error: ‘GETTEXT_PACKAGE’ undeclared (first use in this function)
  18. GETTEXT_PACKAGE,
  19. ^
  20. /usr/include/geany/plugindata.h:149:34: note: in definition of macro ‘PLUGIN_SET_TRANSLATABLE_INFO’
  21. main_locale_init((localedir), (package)); \
  22. ^
  23. home@home-G31M-ES2L:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement