gcc 4.3 rebuild - klear

Kevin Kofler kevin.kofler at chello.at
Sat Feb 23 09:31:56 UTC 2008


Johan Cwiklinski <johan <at> x-tnd.be> writes:
> I have these errors while rebuilding klear for rawhide :
> build/src/GUI/Controller/../../App/CKlearAppConfig.h:395: error: 'u_int' 
> does not name a type
> build/src/GUI/Controller/../../App/CKlearAppConfig.h:664: error: 'u_int' 
> does not name a type
> 
> I don't know how to solve this issue, any hints ?

Replace "u_int" with "unsigned int" or just "unsigned", or add:
typedef unsigned int u_int;
(again, "int" is optional).

        Kevin Kofler




More information about the devel mailing list