|
|
我下载了2.2和2.3但是好像都不能顺利Make啊,都提示下面的错误。是不是我的Shell不对?还是其他什么问题呢?
make all-recursive
make[1]: Entering directory `/home/wlman/Software/llk_linux-2.3'
Making all in po
make[2]: Entering directory `/home/wlman/Software/llk_linux-2.3/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/wlman/Software/llk_linux-2.3/po'
Making all in include
make[2]: Entering directory `/home/wlman/Software/llk_linux-2.3/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/wlman/Software/llk_linux-2.3/include'
Making all in src
make[2]: Entering directory `/home/wlman/Software/llk_linux-2.3/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I../ -I../include `pkg-config --cflags --libs gtk+-2.0` -Wall -g -g -O2 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
In file included from main.c:25:
../include/main.h:38:17: error: esd.h: 没有那个文件或目录
In file included from main.c:25:
../include/main.h: In function ‘ui_play’:
../include/main.h:148: warning: implicit declaration of function ‘esd_play_file’main.c: In function ‘main’:
main.c:2332: warning: implicit declaration of function ‘esd_open_sound’
main.c:2334: warning: implicit declaration of function ‘esd_close’
make[2]: *** [main.o] 错误 1
make[2]: Leaving directory `/home/wlman/Software/llk_linux-2.3/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/wlman/Software/llk_linux-2.3'
make: *** [all] 错误 2 |
|