On 04/24/2011 12:29 AM, Andreas Hartmann wrote: > Hello, > > I got the following erros compiling compat-wireless-2011-04-23: > > CC [M] /Downloads/compat-wireless-2011-04-23/compat/main.o > In file included from > /Downloads/compat-wireless-2011-04-23/include/linux/compat-2.6.h:34:0,from > <command-line>:0: > /Downloads/compat-wireless-2011-04-23/include/linux/compat-2.6.39.h:103:32: > error: redefinition of ‘kstrtoul’ > /usr/src/linux-2.6.38.4-1/include/linux/kernel.h:197:32: note: previous > definition of ‘kstrtoul’ was here ... > > > Could you please take a look at this problem? > > > Thank you, > Andreas Hi Andreas, in kernel 2.6.38.4 kstrto* was integrated into it, but compat-wireless assumes that it is not there, because kernel <= 2.6.38.3 do not have it. This should be fixed in compat-wireless, but there are some people with older versions of the 2.6.38 kernel series out there like the users of Ubuntu Natty 11.04. It will result in many bug reports if compat-wireless does not work with the recent Ubuntu version. I will try to find a solution to make it work with all versions of 2.6.38 tomorrow. Hauke -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html