kophu 发表于 2007-3-4 18:49:43

llk_linux 2.3 errror in gentoo

run-time error, i use gdb find out

main.c line 1624
ui_pixbuf.pause      = gdk_pixbuf_new_from_file("/tmp/llk_pause.jpg",NULL);
ui_pixbuf.mainback   = gdk_pixbuf_new_from_file("/tmp/llk_mainback.jpg",NULL);

gdk_pixbuf_new_from_file return 0, it cann't recognize jpg format

here isllk_linux-2.3.ebuild for gentoo user

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="Lian lian Kan for linux"

HOMEPAGE="http://llk-linux.sourceforge.net/ \
http://linuxfans.org/nuke/modules.php?name=Forums&file=viewforum&f=65"

SRC_URI="http://llk-linux.sourceforge.net/dist/${P}beta1.tar.gz"

LICENSE="GPL"

SLOT="0"

KEYWORDS="~x86 ~mips ~amd64"

IUSE=""

#RESTRICT="strip"

DEPEND=""

RDEPEND="${DEPEND}"

src_compile() {
      econf || die "econf failed"
      emake || die "emake failed"
}

src_install() {
      emake DESTDIR="${D}" install || die "emake install failed"
}

alpher 发表于 2007-3-10 07:40:10

你的gentoo安装的时候,有没有在make.conf中加jpeg

fiag 发表于 2007-12-27 00:42:08

这里是我的 连连看 ebuild
http://f-portage.googlecode.com/svn/trunk/games-arcade/llk-linux/

lz可以试试看。

食古不化 发表于 2008-4-9 20:03:01

原帖由 fiag 于 2007-12-27 00:42 发表 http://www.linuxfans.org/bbs/images/common/back.gif
这里是我的 连连看 ebuild
http://f-portage.googlecode.com/svn/trunk/games-arcade/llk-linux/

lz可以试试看。

可否请兄弟把ebuild提交到gentoo-china的overlay中?
页: [1]
查看完整版本: llk_linux 2.3 errror in gentoo