- 论坛徽章:
- 0
|
gcc -I../../include -I../../intl -I/usr/local/include/glib-1.2
-I/usr/local/lib/glib/include -DENABLE_NLS -DPACKAGE=\"evms\"
-DLOCALEDIR=\"/usr/share/locale\" -DMAJOR_VERSION=1 -DMINOR_VERSION=0
-DPATCH_LEVEL=0 -DVERSION=\"1.0.0\" -DDATE=\"03/09/07\"
-DHA_RESOURCEDIR=\"\" -Wall -fPIC -fno-strict-aliasing -g -O2 -c ece.c
-o ece.o
In file included from /usr/include/ha_msg.h:27,
from /usr/include/hb_api.h:52,
from ece.c:33:
/usr/include/clplumbing/cl_log.h:71: error: expected
specifier-qualifier-list before 'GQueue'
make: *** [ece.o] Error 1
glib-1.2我已经安装了的
GQueue是一个glib里定义的数据类型
/cl_log.h里已经包含了glib.h了
不明白为什么会这样呢? |
|