求助:arch makepkg liblunar 出错,该如何解决?谢谢!

其他Linux/Unix/BSD/OSX等发行版讨论
回复
头像
白鳍豚
帖子: 2356
注册时间: 2009-01-19 23:03

求助:arch makepkg liblunar 出错,该如何解决?谢谢!

#1

帖子 白鳍豚 » 2009-09-30 20:37

checking for pkg-config... no
configure: error: You need to have gtk-doc >= 1.0 installed to build gtk-doc
==> 错误: 创建失败。
正在放弃...
gtk-doc (1.11-2)

Documentation tool for public library API

状态 : 已安装
本地版本 : 1.11-2
仓库里的版本 : 1.11-2
头像
HuntXu
帖子: 5776
注册时间: 2007-09-29 3:09

Re: 求助:arch makepkg liblunar 出错,该如何解决?谢谢!

#2

帖子 HuntXu » 2009-09-30 20:40

disable掉咯...
HUNT Unfortunately No Talent...
头像
白鳍豚
帖子: 2356
注册时间: 2009-01-19 23:03

Re: 求助:arch makepkg liblunar 出错,该如何解决?谢谢!

#3

帖子 白鳍豚 » 2009-09-30 21:19

#Maintainer Corvolino <corvolino@archlinux.com.br>
#Contributor yetist <yetist@gmail.com>

pkgname=liblunar
pkgver=2.2.1
pkgrel=1
pkgdesc="Chinese lunar library."
arch=("i686" "x86_64")
url="http://code.google.com/p/liblunar/"
license=('GPL2')
depends=('glib2>=2.12')
makedepends=('glib2>=2.12' 'pygobject')
optdepends=('python: python binding')
source=("http://liblunar.googlecode.com/files/$p ... ver.tar.gz")
md5sums=('bc9dd113ab4a5fa77d6c5e352d6b44b7')

build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --enable-python --enable-gtk-doc || return 1
make || return 1
make DESTDIR=$pkgdir install || return 1
}

红色的地方?
头像
gza633
帖子: 799
注册时间: 2009-03-13 14:26

Re: 求助:arch makepkg liblunar 出错,该如何解决?谢谢!

#4

帖子 gza633 » 2009-10-01 0:55

这包是什么东西?

去掉那个enable或者disable
头像
xsoul
帖子: 441
注册时间: 2007-06-05 18:27

Re: 求助:arch makepkg liblunar 出错,该如何解决?谢谢!

#5

帖子 xsoul » 2009-10-01 9:18

liblunar 小applet看农历用的吧
头像
白鳍豚
帖子: 2356
注册时间: 2009-01-19 23:03

Re: 求助:arch makepkg liblunar 出错,该如何解决?谢谢!

#6

帖子 白鳍豚 » 2009-10-03 21:56

去掉
--enable-
checking build system type... Invalid configuration `gtk-doc': machine `gtk' not recognized
configure: error: /bin/sh ./config.sub gtk-doc failed
==> 错误: 创建失败。
正在放弃...
头像
白鳍豚
帖子: 2356
注册时间: 2009-01-19 23:03

Re: 求助:arch makepkg liblunar 出错,该如何解决?谢谢!

#7

帖子 白鳍豚 » 2009-10-03 22:00

xsoul 写了:liblunar 小applet看农历用的吧
小农历的中间包 :em04
在坛子下了个天气脚本,用conky曲线弄了个农历 :em11
不知道咋整个掌万的桌面
回复