Re: [Cluster-devel] [PATCH] for a header-file-cannot-found building error

2007-08-20 Thread David Teigland
On Sun, Aug 19, 2007 at 07:32:57AM +0200, Fabio Massimo Di Nitto wrote: David Teigland wrote: I believe that the correct solution is to install the necessary kernel headers into /usr/include/linux/ prior to building cluster. This usually means doing something like this: cd

Re: [Cluster-devel] [PATCH] for a header-file-cannot-found building error

2007-08-20 Thread Fabio Massimo Di Nitto
David Teigland wrote: If we want to allow people to build the cluster with an outside kernel then we need to fix or change the dirafter and change the Makefile's that use KERNEL_SRC to be all consistent in the same way. Given that we need KERNEL_SRC defined for the kernel modules that we

Re: [Cluster-devel] [PATCH] for a header-file-cannot-found building error

2007-08-15 Thread 程任全
On 8/16/07, David Teigland [EMAIL PROTECTED] wrote: On Wed, Aug 15, 2007 at 11:27:01AM +0800, Denis Cheng wrote: the -idirafter used as a backend including path for header files, but the original style didn't work, pick a specific gcc command from the making process: gcc -Wall -g -I.