Advertisement
grvrulz

Untitled

Jun 2nd, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.07 KB | None | 0 0
  1. ~/Projects/gala/build$ cmake ..
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- checking for modules 'libmutter;granite;clutter-1.0;clutter-gtk-1.0;libbamf3;xfixes'
  13. -- found libmutter, version 3.4.1
  14. -- found granite, version 0.1.5
  15. -- found clutter-1.0, version 1.10.0
  16. -- found clutter-gtk-1.0, version 1.2.0
  17. -- found libbamf3, version 0.2.114
  18. -- found xfixes, version 5.0
  19. Package gsettings-desktop-schemas was not found in the pkg-config search path.
  20. Perhaps you should add the directory containing `gsettings-desktop-schemas.pc'
  21. to the PKG_CONFIG_PATH environment variable
  22. Package 'gsettings-desktop-schemas', required by 'libmutter', not found
  23. Package gsettings-desktop-schemas was not found in the pkg-config search path.
  24. Perhaps you should add the directory containing `gsettings-desktop-schemas.pc'
  25. to the PKG_CONFIG_PATH environment variable
  26. Package 'gsettings-desktop-schemas', required by 'libmutter', not found
  27. Package gsettings-desktop-schemas was not found in the pkg-config search path.
  28. Perhaps you should add the directory containing `gsettings-desktop-schemas.pc'
  29. to the PKG_CONFIG_PATH environment variable
  30. Package 'gsettings-desktop-schemas', required by 'libmutter', not found
  31. Package gsettings-desktop-schemas was not found in the pkg-config search path.
  32. Perhaps you should add the directory containing `gsettings-desktop-schemas.pc'
  33. to the PKG_CONFIG_PATH environment variable
  34. Package 'gsettings-desktop-schemas', required by 'libmutter', not found
  35. Package gsettings-desktop-schemas was not found in the pkg-config search path.
  36. Perhaps you should add the directory containing `gsettings-desktop-schemas.pc'
  37. to the PKG_CONFIG_PATH environment variable
  38. Package 'gsettings-desktop-schemas', required by 'libmutter', not found
  39. Package gsettings-desktop-schemas was not found in the pkg-config search path.
  40. Perhaps you should add the directory containing `gsettings-desktop-schemas.pc'
  41. to the PKG_CONFIG_PATH environment variable
  42. Package 'gsettings-desktop-schemas', required by 'libmutter', not found
  43. Package gsettings-desktop-schemas was not found in the pkg-config search path.
  44. Perhaps you should add the directory containing `gsettings-desktop-schemas.pc'
  45. to the PKG_CONFIG_PATH environment variable
  46. Package 'gsettings-desktop-schemas', required by 'libmutter', not found
  47. Package gsettings-desktop-schemas was not found in the pkg-config search path.
  48. Perhaps you should add the directory containing `gsettings-desktop-schemas.pc'
  49. to the PKG_CONFIG_PATH environment variable
  50. Package 'gsettings-desktop-schemas', required by 'libmutter', not found
  51. Package gsettings-desktop-schemas was not found in the pkg-config search path.
  52. Perhaps you should add the directory containing `gsettings-desktop-schemas.pc'
  53. to the PKG_CONFIG_PATH environment variable
  54. Package 'gsettings-desktop-schemas', required by 'libmutter', not found
  55. Package gsettings-desktop-schemas was not found in the pkg-config search path.
  56. Perhaps you should add the directory containing `gsettings-desktop-schemas.pc'
  57. to the PKG_CONFIG_PATH environment variable
  58. Package 'gsettings-desktop-schemas', required by 'libmutter', not found
  59. Package gsettings-desktop-schemas was not found in the pkg-config search path.
  60. Perhaps you should add the directory containing `gsettings-desktop-schemas.pc'
  61. to the PKG_CONFIG_PATH environment variable
  62. Package 'gsettings-desktop-schemas', required by 'libmutter', not found
  63. Package gsettings-desktop-schemas was not found in the pkg-config search path.
  64. Perhaps you should add the directory containing `gsettings-desktop-schemas.pc'
  65. to the PKG_CONFIG_PATH environment variable
  66. Package 'gsettings-desktop-schemas', required by 'libmutter', not found
  67. -- Found Vala: /usr/bin/valac
  68. -- checking for a minimum Vala version of 0.16.0
  69. -- found Vala, version 0.16.0
  70. -- GSettings schemas will be installed locally.
  71. -- GSettings shemas will be compiled.
  72. -- GSettings schemas will be installed into /usr/local/share/glib-2.0/schemas/
  73. -- Configuring done
  74. -- Generating done
  75. -- Build files have been written to: /home/gp/Projects/gala/build
  76.  
  77. ~/Projects/gala/build$ make
  78. [ 12%] Generating src/Main.c, src/Settings.c, src/TextShadowEffect.c, src/Widgets/WorkspaceSwitcher.c, src/Widgets/WindowSwitcher.c, src/Widgets/WorkspaceView.c, build/src/Config.c
  79. /home/gp/Projects/gala/src/Widgets/WindowSwitcher.vala:161.4-161.15: warning: Clutter.Container.get_children has been deprecated since 1.10
  80. /home/gp/Projects/gala/src/Widgets/WorkspaceView.vala:86.17-86.58: warning: Clutter.Box.new has been deprecated since 1.10
  81. /home/gp/Projects/gala/src/Widgets/WorkspaceView.vala:47.7-47.29: warning: Clutter.Container.get_children has been deprecated since 1.10
  82. /home/gp/Projects/gala/src/Widgets/WorkspaceView.vala:327.17-327.36: warning: Clutter.Group.new has been deprecated since 1.10
  83. /home/gp/Projects/gala/src/Widgets/WorkspaceView.vala:328.17-328.58: warning: Clutter.Box.new has been deprecated since 1.10
  84. /home/gp/Projects/gala/src/Widgets/WorkspaceView.vala:364.8-364.30: warning: Clutter.Container.get_children has been deprecated since 1.10
  85. /home/gp/Projects/gala/src/Widgets/WorkspaceView.vala:375.6-375.28: warning: Clutter.Container.get_children has been deprecated since 1.10
  86. /home/gp/Projects/gala/src/Main.vala:49.4-49.59: warning: Clutter.Actor.reparent has been deprecated since 1.10
  87. /home/gp/Projects/gala/src/Main.vala:50.4-50.60: warning: Clutter.Actor.reparent has been deprecated since 1.10
  88. /home/gp/Projects/gala/src/Main.vala:380.20-380.39: warning: Clutter.Group.new has been deprecated since 1.10
  89. /home/gp/Projects/gala/src/Main.vala:381.20-381.39: warning: Clutter.Group.new has been deprecated since 1.10
  90. /home/gp/Projects/gala/src/Main.vala:397.6-397.20: warning: Clutter.Actor.reparent has been deprecated since 1.10
  91. /home/gp/Projects/gala/src/Main.vala:399.6-399.20: warning: Clutter.Actor.reparent has been deprecated since 1.10
  92. /home/gp/Projects/gala/src/Main.vala:400.6-400.20: warning: Clutter.Actor.show_all has been deprecated since 1.10
  93. /home/gp/Projects/gala/src/Main.vala:404.4-404.21: warning: Clutter.Actor.raise_top has been deprecated since 1.10
  94. /home/gp/Projects/gala/src/Main.vala:435.6-435.20: warning: Clutter.Actor.reparent has been deprecated since 1.10
  95. /home/gp/Projects/gala/src/Main.vala:438.6-438.20: warning: Clutter.Actor.reparent has been deprecated since 1.10
  96. Compilation succeeded - 17 warning(s)
  97. Scanning dependencies of target gala
  98. [ 25%] Building C object CMakeFiles/gala.dir/src/Main.c.o
  99. /home/gp/Projects/gala/build/src/Main.c:21:18: fatal error: glib.h: No such file or directory
  100. compilation terminated.
  101. make[2]: *** [CMakeFiles/gala.dir/src/Main.c.o] Error 1
  102. make[1]: *** [CMakeFiles/gala.dir/all] Error 2
  103. make: *** [all] Error 2
  104. gp@gp-Aspire-5738:~/Projects/gala/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement