Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. make all-recursive
  2. make[1]: Entering directory `/home/seif/Projects/unity-place-sample'
  3. Making all in src
  4. make[2]: Entering directory `/home/seif/Projects/unity-place-sample/src'
  5. make all-am
  6. make[3]: Entering directory `/home/seif/Projects/unity-place-sample/src'
  7. gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"\" -DGETTEXT_PACKAGE=\"unity-place-sample\" -DG_LOG_DOMAIN=\"unity-sample-daemon\" -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gee-1.0 -I/usr/include/zeitgeist-1.0 -I/usr/include/dee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/unity/unity -I/usr/include/gtk-2.0 -I/usr/include/clutter-1.0 -I/usr/include/clutk-0.3 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/json-glib-1.0 -I. -g -O2 -MT unity_sample_daemon-daemon.o -MD -MP -MF .deps/unity_sample_daemon-daemon.Tpo -c -o unity_sample_daemon-daemon.o `test -f 'daemon.c' || echo './'`daemon.c
  8. daemon.c:15: fatal error: folks.h: No such file or directory
  9. compilation terminated.
  10. make[3]: *** [unity_sample_daemon-daemon.o] Error 1
  11. make[3]: Leaving directory `/home/seif/Projects/unity-place-sample/src'
  12. make[2]: *** [all] Error 2
  13. make[2]: Leaving directory `/home/seif/Projects/unity-place-sample/src'
  14. make[1]: *** [all-recursive] Error 1
  15. make[1]: Leaving directory `/home/seif/Projects/unity-place-sample'
  16. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement