|
gcc -DPKGDATADIR=\"/usr/local/share/fcitx\" -I. -I.. -I. -I../lib -I../xpm -O2 -fno-strength-reduce -g -O2 -I/usr/X11R6/include -I/usr/X11R6/include -D_ENABLE_TRAY -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -D_USE_XFT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_ENABLE_DBUS -Wall -MT ime.o -MD -MP -MF .deps/ime.Tpo -c -o ime.o ime.c
In file included from DBus.h:3,
from ime.c:57:
/usr/include/dbus-1.0/dbus/dbus.h:30:2: #error "lease define DBUS_API_SUBJECT_TO_CHANGE to acknowledge your understanding that D-BUS hasn't reached 1.0 and is subject to protocol and API churn. See the README for a full explanation."
看原因是没有定义DBUS_API_SUBJECT_TO_CHANGE这个宏 |
|