|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
configure为
./configure --enable-fpm=arm CC=arm-none-linux-gnueabi-gcc --host=arm-none-linux-gnueabi --disable-debugging -disable-shared --prefix=/home/zqx/armpic LDFLAGS=-L/home/zqx/armpic/lib CPPFLAGS=-I/home/zqx/armpic/include
输入make 时出现的错误
working-area.c:26:23: error: gdk/gdkx.h: No such file or directory
working-area.c:27:23: error: X11/Xlib.h: No such file or directory
working-area.c:28:24: error: X11/Xutil.h: No such file or directory
working-area.c:29:24: error: X11/Xatom.h: No such file or directory
working-area.c: In function 'gf_display_get_workarea':
working-area.c:33: error: 'Atom' undeclared (first use in this function)
working-area.c:33: error: (Each undeclared identifier is reported only once
working-area.c:33: error: for each function it appears in.)
working-area.c:33: error: expected ';' before 'xa_desktops'
working-area.c:34: error: 'Display' undeclared (first use in this function)
working-area.c:34: error: 'x_display' undeclared (first use in this function)
working-area.c:35: error: 'Window' undeclared (first use in this function)
working-area.c:35: error: expected ';' before 'x_root'
working-area.c:42: error: 'Screen' undeclared (first use in this function)
working-area.c:42: error: 'x_screen' undeclared (first use in this function)
working-area.c:60: error: 'x_root' undeclared (first use in this function)
working-area.c:63: error: 'xa_desktops' undeclared (first use in this function)
working-area.c:63: error: 'True' undeclared (first use in this function)
working-area.c:64: error: 'None' undeclared (first use in this function)
working-area.c:68: error: 'False' undeclared (first use in this function)
working-area.c:69: error: 'XA_CARDINAL' undeclared (first use in this function)
working-area.c:69: error: 'xa_type' undeclared (first use in this function)
working-area.c:70: error: 'Success' undeclared (first use in this function)
working-area.c:82: error: 'xa_current' undeclared (first use in this function)
working-area.c:101: error: 'xa_workarea' undeclared (first use in this function)
working-area.c:106: error: 'AnyPropertyType' undeclared (first use in this function)
make[2]: *** [working-area.o] Error 1
make[2]: Leaving directory `/home/zqx/build/gpicview-0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zqx/build/gpicview-0.1'
make: *** [all] Error 2
求高人帮忙 |
|