Re: More WindowMaker Problems


Subject: Re: More WindowMaker Problems
From: Jim Cole (greyleaf@yggdrasill.net)
Date: Mon Mar 20 2000 - 03:32:32 MST


Sean Bittinger's bits of Mon, 20 Mar 2000 translated to:

>nxpm.c:46:
>/usr/include/bits/errno.h:25: linux/errno.h: No such file or
>directory
>make[1]: *** [nxpm.lo] Error 1
>make[1]: Leaving directory
>`/usr/local/share/WindowMaker-0.61.1/wrlib'
>make: *** [all-recursive] Error
>1
>
>
>The problem with this is that an ls of the /usr/include/bits directory shows
>that i do have errno.h. What's going wrong with running the make? It
>errors when looking for /usr/include/errno.h. Is linux/errno.h something
>different?

It is linux/errno.h that is not being found, not bits/errno.h; the
error message implies that bits/errno.h is trying to include linux/errno.h
but not finding it.

You either have not installed the kernel headers or the /usr/include/linux
symlink doesn't exist. If you do an ls -l /usr/include/linux, do you get
something like...

lrwxrwxrwx 1 root root 26 Mar 18 17:30 /usr/include/linux -> ../src/linux/include/linux

And if so, does /usr/src/linux/include/linux actually exist and contain
anything? If it does, you need to create a link between /usr/include/linux
and /usr/src/linux/include/linux.

Otherwise, you need to get a hold of the kernel headers, for which there
should be an RPM on your distro disk.

Jim



This archive was generated by hypermail 2a24 : Sun Apr 02 2000 - 21:09:32 MDT