当前位置: 技术问答>linux和unix
ubuntu gnome出的问题,求大神解答
来源: 互联网 发布时间:2017-03-20
本文导语: xswby@xswby-virtual-machine:~/chapter11/server$ gcc globalapi.h ticket.h threadbuff.h ticketserver.c -o server `gnome-config --cflags --libs gnomeui-2.0` No command 'gnome-config' found, did you mean: Command 'gdome-config' from package 'libgdome2-dev' (univers...
xswby@xswby-virtual-machine:~/chapter11/server$ gcc globalapi.h ticket.h threadbuff.h ticketserver.c -o server `gnome-config --cflags --libs gnomeui-2.0`
No command 'gnome-config' found, did you mean:
Command 'gdome-config' from package 'libgdome2-dev' (universe)
gnome-config: command not found
globalapi.h:17:19: fatal error: gnome.h: No such file or directory
compilation terminated.
In file included from ticket.h:4:0:
globalapi.h:17:19: fatal error: gnome.h: No such file or directory
compilation terminated.
In file included from threadbuff.h:5:0:
globalapi.h:17:19: fatal error: gnome.h: No such file or directory
compilation terminated.
In file included from ticket.h:4:0,
from servicethread.h:5,
from ticketserver.c:3:
globalapi.h:17:19: fatal error: gnome.h: No such file or directory
compilation terminated.
No command 'gnome-config' found, did you mean:
Command 'gdome-config' from package 'libgdome2-dev' (universe)
gnome-config: command not found
globalapi.h:17:19: fatal error: gnome.h: No such file or directory
compilation terminated.
In file included from ticket.h:4:0:
globalapi.h:17:19: fatal error: gnome.h: No such file or directory
compilation terminated.
In file included from threadbuff.h:5:0:
globalapi.h:17:19: fatal error: gnome.h: No such file or directory
compilation terminated.
In file included from ticket.h:4:0,
from servicethread.h:5,
from ticketserver.c:3:
globalapi.h:17:19: fatal error: gnome.h: No such file or directory
compilation terminated.
|
我知道了,来找我吧