以前的smth有好多site.h site.c,我都是照样子创建一个自己的然后在configure
的时候指定 --enable-site=
现在在kbs下我也copy了以前的site.h site.c指定,make的时候告诉我
../src/default.h:585: error: conflicting types for `permstrings'
../src/site.h:270: error: previous declaration of `permstrings'
../src/default.h:586: error: conflicting types for `groups'
../src/site.h:271: error: previous declaration of `groups'
../src/default.h:587: error: conflicting types for `explain'
../src/site.h:272: error: previous declaration of `explain'
../src/default.h:588: error: conflicting types for `user_definestr'
../src/site.h:273: error: previous declaration of `user_definestr'
../src/default.h:599: error: conflicting types for `mailbox_prop_str'
../src/site.h:274: error: previous declaration of `mailbox_prop_str'
是现在的KBS结构有变化了吗?指定了site不屏蔽default.h?
--
FROM 207.46.89.*