Hi!
On 21:59 Thu 29 Jan , Tom Sparrow wrote:
> Hi All,
>
> I have just extracted kernel sources.
>
> Doing "make menuconfig" gives me error .
>
> Please have a look . Why this error is occuring and how I can resolve this?
>
>
> Error Details
>
> [r...@localhost linux-2.6.27.i686]# make menuconfig
> HOSTCC scripts/basic/fixdep
> In file included from scripts/basic/fixdep.c:112:
> /usr/include/string.h:32:22: error: iostream: No such file or directory
This is probably the reason for all errors below. Make sure that the header
files of your system are sane.
> In file included from scripts/basic/fixdep.c:112:
> /usr/include/string.h:45: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'DwStringRep'
You might have C++ instead of header files at /usr/include/!? That would be
*very* weird.
-Michi
--
programing a layer 3+4 network protocol for mesh networks
see http://michaelblizek.twilightparadox.com
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ