> Or maybe try changing the: > > #include <linux/config.h> > > to > > #include <linux/autoconf.h>
I suppose it would have been easier if including autoconf.h from config.h did the trick, because there seem to multiple source files that include the culprit header file. I couldn't get it to work, so I tried this explicit change instead. Doing this allows some source files to compile, but later on, another file fails because of missing members in some structs. I suppose there have been more changes to the kernel that are related to the compilation failing than just one configuration file that has changed its name. Have to try the more recent versions anyway. -- Atro Tossavainen (Mr.) / The Institute of Biotechnology at Systems Analyst, Techno-Amish & / the University of Helsinki, Finland, +358-9-19158939 UNIX Dinosaur / employs me, but my opinions are my own. < URL : http : / / www . helsinki . fi / %7E atossava / > NO FILE ATTACHMENTS _______________________________________________ yellowdog-general mailing list [email protected] http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general HINT: to Google archives, try '<keywords> site:terrasoftsolutions.com'
