Chinaunix

标题: 安装scim ,编译到最后出错 为啥? [打印本页]

作者: 水龙头456    时间: 2007-06-28 14:17
标题: 安装scim ,编译到最后出错 为啥?
我的是FreeBSD5.5,下了一个scim-1.4.7,进入目录scim-1.4.7下
输入 sh ./configure  
后输入 make
前面编译很顺利  十几分钟后,
出现一错误
make:don't know how to make scim-setup.desktop.stop
stop at extras

这是什么原因啊 ?

那位高手能帮帮我。

查看文件  scim-1.4.7/extras/setup/scim-setup.desktop.in  
内容是:
[Desktop Entry]
Encoding=UTF-8
_Name=SCIM Input Method Setup
_Comment=Setup utility for Smart Common Input Method platform
Exec=scim-setup
Icon=scim-setup.png
Terminal=false
Type=Application
StartupNotify=true
Categories=Applications;Settings;

查看文件   scim-1.4.7/extras/setup/scim-setup.in
#!/bin/sh
# Smart Common Input Method
#
# Copyright (c) 2002-2004 James Su <suzhe@tsinghua.org.cn>
#
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA  02111-1307  USA

# $Id: scim-setup.in,v 1.1 2005/01/03 03:41:06 suzhe Exp $

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
localedir=@datadir@/locale
datadir=@datadir@
sysconfdir=@sysconfdir@

@SCIM_LIBEXECDIR@/scim-helper-launcher setup 8034d025-bdfc-4a10-86a4-82b9461b32b0 $*



[ 本帖最后由 水龙头456 于 2007-6-29 08:21 编辑 ]
作者: ★可乐∮    时间: 2007-11-07 16:41
安装gmake。 重新配置编译,就可以了。
作者: mymtom    时间: 2007-11-21 02:46
同步PORTS,然后重来。
作者: 23号    时间: 2007-11-21 09:25
原帖由 ★可乐∮ 于 2007-11-7 16:41 发表
安装gmake。 重新配置编译,就可以了。



正解




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2