Hi,

>>>>> In <[EMAIL PROTECTED]> 
>>>>>   Kurt Roeckx <[EMAIL PROTECTED]> wrote:

> Your package is failing to build on the 64 bit arches with the following
> error:
> cc1: warnings being treated as errors
> .././gdb/gdbtk/generic/gdbtk-register.c: In function 'get_register_name':
> .././gdb/gdbtk/generic/gdbtk-register.c:348: warning: cast from pointer to 
> integer of different size

> Note that there are plenty of warnings like that, but the rest
> doesn't seem to be compiled with -Werror.

The offending lines are something like:

int numbers = (int) argp;

So it seems this is one of those 32bit/64bit pointer size difference
issues.

However, I'm not sure how to fix this (I don't have any 64bit arch
machine and know little about it).  Do you have any idea?  Does
"intptr_t numbers = (int) argp" work for you?

Best regards,
MH

--
Masayuki Hatta
Graduate School of Economics, The University of Tokyo



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to