Hufnus wrote:

On Tue, 12 Jul 2005 12:07:21 -0800
Hufnus <[EMAIL PROTECTED]> wrote:

Anybody runing 1.3.2 or trying with Linux 2.6 ????

So I tried to compile with Linux 2.6.7 headers, but the make
gets some obsolete warnings and then fails with many parse errors
in /usr/include/linux/mod_devicetable.h related to symbols like
__u32 etc....

Now, if I relink 'ln -sf linux-2.4.31 linux' it still complains
about using -malign-????? is obsolete to use -falign-????? but
it builds fine.

I know I am using Skackware's default symbolic link
/usr/include/linux -> /usr/src/linux-2.6.7/include/linux !!!

My question is what should I do ....

Delete the link?
Copy that directory over to /usr/include/linux?
or what???


leave the link, and try to comment those lines in /usr/include/linux/mod_devicetable.h or simply add #include <linux/types.h> there, because compiler doesn't recognize data types.

--
 __      __  _     I N C.               http://www.sysdev.org
/ __|\\// __||  \  __   __          /         [EMAIL PROTECTED]
\__ \ \/\__ \||)|/ O_)\/ /        \/  System Tools / Utilities
|___/ || ___/|_ /\___|\_/        WIntel / Linux Device Drivers

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
"EVIL is just LIVE spelled backwards"

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to