On Mon, Jan 16, 2006 at 03:13:48PM -0600, Timur Tabi wrote: > I just downloaded and pwc 10.0.11 and tried to build it, but I got this: [...] > I'm running Suse Enterprise 9 (kernel 2.6.5-7.97). > > I'm an experienced kernel developer, so I don't need help understanding > the problem. I want to point out, however, that "__le16" is not defined > anywhere in my kernel header files. Can someone tell me where it's > supposed to be defined? It's defined in newer kernel, 2.6.5 is pretty old. If want to build juste define __le16 to __u16, and this will works.
Luc _______________________________________________ pwc mailing list [email protected] http://lists.saillard.org/mailman/listinfo/pwc
