Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. seif@Wumbo:~/Projects/unity-place-sample$ make V=1
  2. make all-recursive
  3. make[1]: Entering directory `/home/seif/Projects/unity-place-sample'
  4. Making all in src
  5. make[2]: Entering directory `/home/seif/Projects/unity-place-sample/src'
  6. make all-am
  7. make[3]: Entering directory `/home/seif/Projects/unity-place-sample/src'
  8. gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/local/share\" -DPKGDATADIR=\"\" -DGETTEXT_PACKAGE=\"unity-place-sample\" -DG_LOG_DOMAIN=\"unity-sample-daemon\" -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
  9. daemon.c:10: fatal error: glib.h: No such file or directory
  10. compilation terminated.
  11. make[3]: *** [unity_sample_daemon-daemon.o] Error 1
  12. make[3]: Leaving directory `/home/seif/Projects/unity-place-sample/src'
  13. make[2]: *** [all] Error 2
  14. make[2]: Leaving directory `/home/seif/Projects/unity-place-sample/src'
  15. make[1]: *** [all-recursive] Error 1
  16. make[1]: Leaving directory `/home/seif/Projects/unity-place-sample'
  17. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement