(E-Mail Removed) (Marco Paunescu) wrote in message news:<(E-Mail Removed). com>...
> Cameron Kerr <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> > Marco Paunescu <(E-Mail Removed)> wrote:
> > > Hi, after having fixed few problems related to the path of some
> > > include files just by writing the complete path (eg: p80211req.c had
> > > just #include <net/sock.h> which wouldn't work)
> >
> > You shouldn't rewrite the #include lines, rather, you should
> >
> > a) make sure you have your kernel-headers package installed.
>
> I had made sure before rewriting the #include lines. I have the most recent
> version.
>
> > b) use -I to include other directories into the include path.
Well, I eventually surrendered: no way to compile it under kernel
2.6.2. Went back to 2.4.24 and everything worked fine.
Did anyone make it with the 2.6?
Take care