builderror: gdesklets-0.30pre -> syntax error before, "int64_t"

Alexander Nedotsukov bland at FreeBSD.org
Wed Jul 14 01:43:02 PDT 2004


Franz Klammer wrote:

> Joe Marcus Clarke wrote:
>
>> On Tue, 2004-07-13 at 07:13, Franz Klammer wrote:
>>
>>> my first attempt to try out gdesklets-0.30pre fails because it
>>> stops to build with the error message below.
>>>
>>> a short google search tell me that i must include <sys/types.h>
>>> into libgtop_const.c and i open a bug at bugzilla.gnome.org.
>>>
>>> but one of the answers say that my installed version of libgtop
>>> is too old - which is not true. so my question. is this an 
>>> freebsd-specific
>>> problem or was anything else wrong in my solution?
>>
>>
>>
>> I think the better solution would be to include sys/types.h in
>> proclist.h.  Yes, this is most likely FreeBSD-specific as Linux might be
>> doing header pollution to get int64_t.
>>
>
> proclist.h is part of libgtop2. should i send-pr a patch?
>
Well if I get libgtop developers spirit right this poroblem popups due 
incomplete glib types migration. They moved recently u_int64_t -> 
guint64 and fogot about int64_t -> gint64.
Franz, can you s/int64_t/gin64/ your 
/usr/X11R6/include/libgtop-2.0/glibtop/* files and confirm if it resolve 
the issue?

All the best,
Alexander.



More information about the freebsd-gnome mailing list