|
From: Tom H. <th...@cy...> - 2004-06-19 10:07:43
|
In message <Pin...@or...>
Nicholas Nethercote <nj...@ca...> wrote:
> On Sat, 19 Jun 2004, Cron Daemon wrote:
>
> > checking linux/mii.h usability... no
> > checking linux/mii.h presence... yes
> > configure: WARNING: linux/mii.h: present but cannot be compiled
> > configure: WARNING: linux/mii.h: check for missing prerequisite headers?
> > configure: WARNING: linux/mii.h: proceeding with the preprocessor's result
> > configure: WARNING: ## ------------------------------------ ##
> > configure: WARNING: ## Report this to bug...@gn.... ##
> > configure: WARNING: ## ------------------------------------ ##
>
> Does anyone else get the above warning when running ./configure?
> Everything still seems to work ok, though.
That's probably because it uses the u16 type but doesn't define it
or pull in any header that does. In fact there aren't really any
sensible headers to pull in that do define it.
That's why I made configure also check for u16 so that vg_unsafe.h
can define it before including linux/mii.h if necessary ;-)
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|