Advertisement
grvrulz

Untitled

Jun 10th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. $ make
  2. [ 50%] Generating src/Pantheon-screenshot.c
  3. [ 50%] Generating src/Pantheon-screenshot.c
  4. [100%] Building C object CMakeFiles/pantheon-screenshot.dir/src/Pantheon-screenshot.c.o
  5. In file included from /home/gp/Projects/pantheon-screenshot/build/src/Pantheon-screenshot.c:27:0:
  6. /usr/include/glib-2.0/glib/gi18n-lib.h:29:2: error: #error You must define GETTEXT_PACKAGE before including gi18n-lib.h. Did you forget to include config.h?
  7. /home/gp/Projects/pantheon-screenshot/build/src/Pantheon-screenshot.c: In function ‘screenshot_app_construct’:
  8. /home/gp/Projects/pantheon-screenshot/build/src/Pantheon-screenshot.c:219:12: error: ‘GETTEXT_PACKAGE’ undeclared (first use in this function)
  9. /home/gp/Projects/pantheon-screenshot/build/src/Pantheon-screenshot.c:219:12: note: each undeclared identifier is reported only once for each function it appears in
  10. make[2]: *** [CMakeFiles/pantheon-screenshot.dir/src/Pantheon-screenshot.c.o] Error 1
  11. make[1]: *** [CMakeFiles/pantheon-screenshot.dir/all] Error 2
  12. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement