高手求助:谁知道怎么编译这个gnome-shell 扩展

编译打包和其他
回复
edisonwzq
帖子: 1
注册时间: 2014-01-08 22:39
系统: ubuntu 13.10

高手求助:谁知道怎么编译这个gnome-shell 扩展

#1

帖子 edisonwzq » 2014-01-08 22:55

今天装了gnome-shell 3.10,由于自带扩展不够用,所以自己找了一些扩展,作者说支持3.10但是必须编译,不知道我哪里编译有错误,谁会啊,帮帮我
就是这个扩展https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer/tree/master
我把文件夹放到./local下 执行./autogen.sh没问题,然后make不了,怎么回事,报错如下:

edisonwzq@edisonwzq:~/.local/gnome-shell-extensions-mediaplayer-master$ ./autogen.sh
/usr/bin/gnome-autogen.sh
checking for autoreconf >= 2.53...
testing autoreconf... found 2.69
checking for intltool >= 0.25...
testing intltoolize... found 0.50.2
Checking for required M4 macros...
Checking for forbidden M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

Processing ./configure.ac
Running intltoolize...
Running autoreconf...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force --warnings=no-portability -I m4 ${ACLOCAL_FLAGS}
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing --warnings=no-portability
configure.ac:8: installing 'config/install-sh'
configure.ac:8: installing 'config/missing'
autoreconf: Leaving directory `.'
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether NLS is requested... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking for intltool >= 0.26... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.14.2
checking for XML::Parser... ok
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.22... yes
./configure: line 4366: GLIB_GSETTINGS: command not found
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: executing depfiles commands
config.status: executing po/stamp-it commands
Now type `make' to compile gnome-shell-extensions-mediaplayer
edisonwzq@edisonwzq:~/.local/gnome-shell-extensions-mediaplayer-master$ make
Making all in src
make[1]: 正在进入目录 `/home/edisonwzq/.local/gnome-shell-extensions-mediaplayer-master/src'
Makefile:500: *** 遗漏分隔符 。 停止。
make[1]:正在离开目录 `/home/edisonwzq/.local/gnome-shell-extensions-mediaplayer-master/src'
make: *** [all-recursive] 错误 1
edisonwzq@edisonwzq:~/.local/gnome-shell-extensions-mediaplayer-master$
头像
nmsfan
帖子: 18958
注册时间: 2009-10-16 22:46
来自: finland

Re: 高手求助:谁知道怎么编译这个gnome-shell 扩展

#2

帖子 nmsfan » 2014-01-08 23:02

哥,发一次就够了,别这么玩 :em20 :em20
>>>>推Ubuntu 桌面培训~~<<<<
>>>>想加入/了解gimp汉化吗,点我吧~<<<<
——————————————————————
不推荐wubi,也不推荐你给别人推荐wubi…………
随心而为的感觉真好……
强推mayhem!!
强推ensiferum
头像
zhw2101024
帖子: 1849
注册时间: 2009-03-28 16:10
系统: Arch debian win7
联系:

Re: 高手求助:谁知道怎么编译这个gnome-shell 扩展

#3

帖子 zhw2101024 » 2014-01-08 23:20

Makefile:500: *** 遗漏分隔符 。 停止。
把第500行贴出来吧
头像
zhw2101024
帖子: 1849
注册时间: 2009-03-28 16:10
系统: Arch debian win7
联系:

Re: 高手求助:谁知道怎么编译这个gnome-shell 扩展

#4

帖子 zhw2101024 » 2014-01-08 23:26

nmsfan 写了:哥,发一次就够了,别这么玩 :em20 :em20
可以理解,有时候论坛比较卡发布成功了还留在原来的页面。刚才发评论就是这样
回复