To: | |
---|---|
Subject: | [pwc] CentOS 4 Clarkconnect install : pwc-10.0.11 compiles OK, pwc-10.0.12-rc1 fails |
From: | Werner Laub <> |
Date: | Mon, 10 Jul 2006 21:25:00 +0200 |
Hi, I had the exactly same problem compiling pwc-10.0.12-rc1 with kernel 2.6.8-24. I did not spent much time to investigate this problem. The error message tells what to do.. ... /home/pete/pwc-10.0.12-rc1/pwc-ioctl.h:60: error: redefinition of typedef '__le16' include/linux/types.h:149: error: previous declaration of '__le16' was here ... If it is previously defined I don´t need it in pwc-ioctl.h, I fixed it for me this way ;-) ... #if LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 10) /* Compatibility for older kernel typedef __u16 __le16; */ #endif ... Hope this helps. Werner _______________________________________________ pwc mailing list http://lists.saillard.org/mailman/listinfo/pwc |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | [pwc] Re: pwc Digest, Vol 19, Issue 1, John |
---|---|
Next by Date: | Re: [pwc] PWC + FC5, Mauricio Henriquez |
Previous by Thread: | [pwc] Re: pwc Digest, Vol 19, Issue 1, John |
Next by Thread: | Re: [pwc] PWC + FC5, Mauricio Henriquez |
Indexes: | [Date] [Thread] [Top] [All Lists] |
Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU