口袋妖怪蓝宝石冰道具:ace 编译问题

来源:百度文库 编辑:神马品牌网 时间:2024/05/04 19:36:23
为什么我编译ace到最后总是出现这个?
Creating library file: libACE.dll.a
chmod a+rx libACE.dll
Installing libACE.dll -> ../lib
Installing libACE.dll -> ../lib
make[1]: Leaving directory `/c/MinGW/ACE_wrappers/ace'
make[1]: Entering directory `/c/MinGW/ACE_wrappers/ace'
touch .depend.ACE_FlReactor
make[1]: Leaving directory `/c/MinGW/ACE_wrappers/ace'
make[1]: Entering directory `/c/MinGW/ACE_wrappers/ace'
This project will not be built due to one of the following missing features:
x11 gl fl

GNUmakefile: /c/MinGW/ACE_wrappers/ace/GNUmakefile.ACE_FlReactor

make[1]: Leaving directory `/c/MinGW/ACE_wrappers/ace'
make[1]: Entering directory `/c/MinGW/ACE_wrappers/ace'
touch .depend.ACE_QtReactor
make[1]: Leaving directory `/c/MinGW/ACE_wrappers/ace'
make[1]: Entering directory `/c/MinGW/ACE_wrappers/ace'
This project will not be built due to one of the following missing features:
qt

GNUmakefile: /c/MinGW/ACE_wrappers/ace/GNUmakefile.ACE_QtReactor

make[1]: Leaving directory `/c/MinGW/ACE_wrappers/ace'
make[1]: Entering directory `/c/MinGW/ACE_wrappers/ace'
touch .depend.ACE_TkReactor
make[1]: Leaving directory `/c/MinGW/ACE_wrappers/ace'
make[1]: Entering directory `/c/MinGW/ACE_wrappers/ace'
This project will not be built due to one of the following missing features:
tk

GNUmakefile: /c/MinGW/ACE_wrappers/ace/GNUmakefile.ACE_TkReactor

make[1]: Leaving directory `/c/MinGW/ACE_wrappers/ace'
make[1]: Entering directory `/c/MinGW/ACE_wrappers/ace'
touch .depend.ACE_XtReactor
make[1]: Leaving directory `/c/MinGW/ACE_wrappers/ace'
make[1]: Entering directory `/c/MinGW/ACE_wrappers/ace'
This project will not be built due to one of the following missing features:
x11 xt

GNUmakefile: /c/MinGW/ACE_wrappers/ace/GNUmakefile.ACE_XtReactor

make[1]: Leaving directory `/c/MinGW/ACE_wrappers/ace'
make[1]: Entering directory `/c/MinGW/ACE_wrappers/ace/SSL'
make[2]: Entering directory `/c/MinGW/ACE_wrappers/ace/SSL'
touch .depend.SSL
make[2]: Leaving directory `/c/MinGW/ACE_wrappers/ace/SSL'
make[2]: Entering directory `/c/MinGW/ACE_wrappers/ace/SSL'
This project will not be built due to one of the following missing features:
ssl

GNUmakefile: /c/MinGW/ACE_wrappers/ace/SSL/GNUmakefile.SSL

make[2]: Leaving directory `/c/MinGW/ACE_wrappers/ace/SSL'
make[1]: Leaving directory `/c/MinGW/ACE_wrappers/ace/SSL'

上网也没有查到原因,这是为什么阿?