http://bugs.openembedded.org/show_bug.cgi?id=1050
------- Comment #4 from [EMAIL PROTECTED] 2006-05-26 14:59 -------
This is the bad stuff. The issue seems to be that it cannot find SIZEOF_CHAR_P
defined anywhere (look at header file to see what im talking about). I've
checked through the site files and cannot see that anyone has this defined, so
im missing something. I could probobly give it a try and override this error
and make it go with unsigned long and long, but its better to figure out why
its having these issues.
#if !defined(__LZO_HAVE_PTR_T)
# if defined(LZO_HAVE_CONFIG_H) || defined(SIZEOF_CHAR_P)
# error "no suitable type for lzo_ptr_t"
# else
typedef unsigned long lzo_ptr_t;
typedef long lzo_sptr_t;
# define __LZO_HAVE_PTR_T
# endif
#endif
--
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