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 -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list