http://bugs.openembedded.org/show_bug.cgi?id=749
------- Comment #5 from [EMAIL PROTECTED] 2006-07-31 22:23 -------
This bug seems to come from configure.in file (see line 654++) where integer
size is not recognized:
-----------------------
if test "$ac_cv_sizeof_int_p" -eq 8; then
rxvt_intp_define="#define intp_t int64_t"
rxvt_u_intp_define="#define u_intp_t u_int64_t"
else
if test "$ac_cv_sizeof_int_p" -eq 4; then
rxvt_intp_define="#define intp_t int32_t"
rxvt_u_intp_define="#define u_intp_t u_int32_t"
else
if test "$ac_cv_sizeof_int_p" -eq 2; then
rxvt_intp_define="#define intp_t int16_t"
rxvt_u_intp_define="#define u_intp_t u_int16_t"
else
rxvt_intp_define="#error set intp_t"
rxvt_u_intp_define="#error set u_intp_t"
fi
fi
fi
-------------------------------
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe