leew 发表于 2005-6-21 09:58:28

help! amule-2.0.3编译出错

Configure script has finished system check.

Configured aMule 2.0.3 for 'i686-pc-linux'.

aMule enabled options:

**** aMule Core ****
Prefix where aMule should be installed?                  /usr/local
Should aMule be compiled with i18n support?                yes
Should aMule be compiled in debug mode?                  yes
Should aMule be compiled with profiling?                   no
Should aMule be compiled with optimizations?               no
Should aMule be compiled with taskbar icon support?      yes
Should aMule be compiled with old GTK taskbar icon?      yes
Should aMule be compiled with UTF-8 taskbar icon support?no
Should aMule be linked against patched gsocket?            yes
Should aMule monolithic application be built?            yes
Should aMule daemon version be built?                      no
Should aMule remote gui be built? (EXPERIMENTAL)         no
Crypto++ library/headers style?                            embedded

**** aMule TextClient ****
Should aMule Command Line Client be built?               no
Should aMule GUI Client be built?                        no

**** aMule WebServer ****
Should aMule WebServer be built?                           no
Should aMule WebServer GUI be built?                     no

**** aMule ED2K Links Handler ****
Should aMule ED2K Links Handler be built?                  yes

**** aMuleLinkCreator ****
Should aMuleLinkCreator GUI version (alc) be built?      no
Should aMuleLinkCreator for console (alcc) be built?       no

**** aMule Statistics ****
Should C aMule Statistics (CAS) be built?                  no
Should aMule GUI Statistics (wxCas) be built?            no

**** General Libraries and Tools ****
Should ccache support be enabled?                        no
Libraries aMule will use to build:
                                       wxWidgets             2.4.2
                                       crypto++            embedded
                                       zlib                  1.2.0.7


WARNING! gd-lib >= 2.0.0, or a functional gd.h (from gd-devel) not found.
amuleweb will be compiled but file download progress bar images will NOT be generated.
See the above error on gd check for solutions.

$
上面说gd.h没找到,但我os中确实有啊!os是FC1.

$ rpm -ql gd
/usr/lib/libgd.so.2
/usr/lib/libgd.so.2.0.0
/usr/share/doc/gd-2.0.15
/usr/share/doc/gd-2.0.15/index.html

希望朋友帮忙解决

renstone 发表于 2005-6-23 09:35:12

一般情况下,linux下的软件包总是分为软件包和开发包,开发包就包含.h头文件,从提示看,你没有安装gd-devel开发包,装一下应该就可一了。

leew 发表于 2005-6-23 22:16:16

FC1完全安装

csyfek 发表于 2005-6-24 14:51:24

是gd-devel...

leew 发表于 2005-6-26 10:12:05

$ rpm -ql gd-devel
/usr/include/gd.h
/usr/include/gd_io.h
/usr/include/gdcache.h
/usr/include/gdfontg.h
/usr/include/gdfontl.h
/usr/include/gdfontmb.h
/usr/include/gdfonts.h
/usr/include/gdfontt.h
/usr/lib/libgd.a
/usr/lib/libgd.so
$

$ rpm -qf /usr/include/gd.h
gd-devel-2.0.15-1
$

csyfek 发表于 2005-6-26 12:04:26

那现在可以了吗?

jojogohome 发表于 2005-12-23 16:34:03

安装gd-devel之后可能还回出现错误信息
There's nothing to fix. Just run make now. It didn't detect the GTK version but that doesn't prevent it from compiling as long as it detected wxGTK correctly.
详情看http://www.amule.org/wiki/index.php/Talk:HowTo_Compile_In_Debian
页: [1]
查看完整版本: help! amule-2.0.3编译出错