
12 Aug
2009
12 Aug
'09
4:18 p.m.
I could pin down the filesystem problem. It is actually a scoped enum problem The reason is a macro definition in the system header <rpc/ types.h>, which defines #define enum_t int Changing the order of include files solves the problem in my current codes, but probably the scoped enum should take care of this conflict. Matthias