Re: gcc 4.3 rebuild - klear

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux